FHIR Implementation Guide for ABDM
6.0.0 - active
This page is part of the FHIR Implementation Guide for ABDM (v6.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "ServiceRequest",
"id" : "example-01",
"meta" : {
"profile" : [
🔗 "https://nrces.in/ndhm/fhir/r4/StructureDefinition/ServiceRequest"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Narrative with Details</b></p><p><b>id</b>: 1</p><p><b>status</b>: active</p><p><b>intent</b>: original-order</p><p><b>subject</b>: <a>ABC</a></p><p><b>occurrence</b>: 08/07/2020 9:33:00 AM</p><p><b>requester</b>: <a>Dr. PQR</a></p></div>"
},
"status" : "active",
"intent" : "original-order",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "16254007",
"display" : "Lipid Panel"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example-01"
},
"occurrenceDateTime" : "2020-07-08T09:33:27+07:00",
"requester" : {
🔗 "reference" : "Practitioner/example-01",
"display" : "Dr. PQR"
}
}