Da Vinci - Documentation Templates and Rules, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-dtr/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "ServiceRequest",
"id" : "ServiceRequestExample",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-servicerequest"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ServiceRequestExample</b></p><a name=\"ServiceRequestExample\"> </a><a name=\"hcServiceRequestExample\"> </a><a name=\"ServiceRequestExample-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Original Order</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 24338-6}\">Gas panel - Blood</span></p><p><b>subject</b>: <a href=\"Patient-examplepatient.html\">Anonymous Patient Male, DoB: 1996-12-23</a></p><p><b>occurrence</b>: 2019-05-08 09:33:27+0700</p><p><b>authoredOn</b>: 2019-09-18 07:53:21+0700</p><p><b>requester</b>: <a href=\"Practitioner-PractitionerExample.html\">Practitioner Jane Doe </a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 4565000}\">Decreased oxygen affinity</span></p></div>"
},
"status" : "active",
"intent" : "original-order",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "24338-6"
}
],
"text" : "Gas panel - Blood"
},
"subject" : {
🔗 "reference" : "Patient/examplepatient"
},
"occurrenceDateTime" : "2019-05-08T09:33:27+07:00",
"authoredOn" : "2019-09-18T07:53:21+07:00",
"requester" : {
🔗 "reference" : "Practitioner/PractitionerExample"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "4565000"
}
],
"text" : "Decreased oxygen affinity"
}
]
}