All Collections
Developer Integrations
FHIR System: Caredove HealthcareService Identifier
FHIR System: Caredove HealthcareService Identifier
Tim Berezny avatar
Written by Tim Berezny
Updated over a week ago

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

Description:

This system is used to represent the Caredove service listing id in a FHIR HealthcareService resource.

Resource & Resource Element Locations:

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

Example:

{
"resourceType": "HealthcareService",
"identifier" : [
{
"use": "official",
"system" : "http://help.caredove.com/developer-integrations/fhir-system-healthcareservice-id",
"value": "15a2161e-7aaa-42d1-a882-e29db4ce17cf",
"assigner": {
"display": "Caredove Inc"
}
}
],
"..." : "..."
}

Did this answer your question?