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 within FHIR ServiceRequest and HealthcareService resources.
Resource & Resource Element Locations:
ServiceRequest:
ServiceRequest.performer[0].identifierelementHealthcareService:
HealthcareService.identifier[*].systemelement
Example - ServiceRequest:
{
"resourceType": "ServiceRequest",
"performer": [
{
"system": "http://help.caredove.com/developer-integrations/fhir-system-healthcareservice-id",
"value": "11111",
"assigner": {
"display": "Caredove Inc."
}
}
],
"...": "..."
}
Example - HealthcareService:
{
"resourceType": "HealthcareService",
"identifier": [
{
"use": "official",
"system": "http://help.caredove.com/developer-integrations/fhir-system-healthcareservice-id",
"value": "11111",
"assigner": {
"display": "Caredove Inc."
}
}
],
"...": "..."
}
