System: "Caredove HealthcareService Identifier"
URL: "http://help.caredove.com/developer-integrations/fhir-system-healthcareservice-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."
}
}
],
"...": "..."
}