This page is part of the Documentation Templates and Rules (v2.0.1: STU 2.0) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, 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><b>Generated Narrative: ServiceRequest</b><a name=\"ServiceRequestExample\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ServiceRequest "ServiceRequestExample" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7/davinci-crd//StructureDefinition-profile-servicerequest.html\">CRD Service Request</a></p></div><p><b>status</b>: draft</p><p><b>intent</b>: original-order</p><p><b>code</b>: Gas panel - Blood <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#24338-6)</span></p><p><b>subject</b>: <a href=\"Patient-examplepatient.html\">Patient/examplepatient</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/PractitionerExample</a> " DOE"</p><p><b>reasonCode</b>: Decreased oxygen affinity <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#4565000)</span></p></div>"
},
"status" : "draft",
"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"
}
]
}