CH Core (R4)
5.0.0-ballot - ballot
This page is part of the CH Core (R4) (v5.0.0-ballot: STU 5 Ballot 1) 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><b>Generated Narrative: ServiceRequest</b><a name=\"LabOrder\"> </a><a name=\"hcLabOrder\"> </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\">ResourceServiceRequest "LabOrder" </p></div><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>category</b>: Anforderung von Laboruntersuchungen <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://fhir.ch/ig/ch-term/3.0.0/CodeSystem-servicerequest-category.html\">ServiceRequest Category</a>#RequestForLabExam)</span></p><p><b>priority</b>: routine</p><p><b>code</b>: Creatinine renal clearance in 24 hour Urine and Serum or Plasma <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#2164-2)</span></p><p><b>subject</b>: <a href=\"Patient-ElisabethBroennimannByBFH.html\">Patient/ElisabethBroennimannByBFH</a> " BRÖNNIMANN-BERTHOLET"</p><p><b>requester</b>: <a href=\"PractitionerRole-HPWengerRole.html\">PractitionerRole/HPWengerRole</a></p><p><b>insurance</b>: <a href=\"Coverage-CoverageBroennimann.html\">Coverage/CoverageBroennimann</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"
}
]
}