Skip to main content
FHIR System: Identifier - Caredove Organization
Juan Ospina avatar
Written by Juan Ospina
Updated over 2 months ago

System: "Caredove Organization Identifier"
URL: "http://help.caredove.com/developer-integrations/fhir-system-organization-id"
Value: String

Description:

This system is used to represent the Caredove organization ID in a FHIR Organization resource.

Resource & Resource Element Locations:

This system is used in the Organization.identifier.system element

Example:

{
"resourceType": "Organization",
"identifier": [
{
"use": "official",
"system": "http://help.caredove.com/developer-integrations/fhir-system-organization-id",
"value": "40b09a06-b1e5-4f2d-ae6b-5a9f29aa6370",
"assigner": {
"display": "Caredove Inc."
}
}
],
"...": "..."
}

Did this answer your question?