CH Core (R4)
5.0.0 - trial-use
This page is part of the CH Core (R4) (v5.0.0: STU 5) 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" : "LabOrder",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest LabOrder</b></p><a name=\"LabOrder\"> </a><a name=\"hcLabOrder\"> </a><a name=\"LabOrder-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://fhir.ch/ig/ch-term/CodeSystem/servicerequest-category RequestForLabExam}\">Anforderung von Laboruntersuchungen</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 2164-2}\">Creatinine renal clearance in 24 hour Urine and Serum or Plasma</span></p><p><b>subject</b>: <a href=\"Patient-ElisabethBroennimannByBFH.html\">Elisabeth Brönnimann-Bertholet Female, DoB: 1937-05-03 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#80756015090002647590)</a></p><p><b>requester</b>: <a href=\"PractitionerRole-HPWengerRole.html\">PractitionerRole Physician</a></p><p><b>insurance</b>: <a href=\"Coverage-CoverageBroennimann.html\">Coverage: identifier = urn:oid:2.16.756.5.30.1.123.100.1.1.1#80756015090002647590; status = active</a></p></div>"
},
"status" : "active",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://fhir.ch/ig/ch-term/CodeSystem/servicerequest-category",
"code" : "RequestForLabExam",
"display" : "Anforderung von Laboruntersuchungen"
}
]
}
],
"priority" : "routine",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "2164-2",
"display" : "Creatinine renal clearance in 24 hour Urine and Serum or Plasma"
}
]
},
"subject" : {
🔗 "reference" : "Patient/ElisabethBroennimannByBFH"
},
"requester" : {
🔗 "reference" : "PractitionerRole/HPWengerRole"
},
"insurance" : [
{
🔗 "reference" : "Coverage/CoverageBroennimann"
}
]
}