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

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

Description:

This system is used to represent the Caredove service request (referral) ID in a FHIR ServiceRequest resource.

Resource & Resource Element Locations:

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

Example:

{
"resourceType": "ServiceRequest",
"identifier": [
{
"use": "official",
"system": "http://help.caredove.com/developer-integrations/fhir-system-servicerequest-id",
"value": "6c2a3703-1497-4252-aa99-f052d450abb6",
"assigner": {
"display": "Caredove Inc."
}
}
],
"...": "..."
}

Did this answer your question?