CH Core (R4)
5.0.0-ballot - ballot Switzerland flag

CH Core (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 5.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-core/ and changes regularly. See the Directory of published versions

: Laboratory Order - JSON Representation

Raw json | Download


{
  "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 &quot;LabOrder&quot; </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> &quot; BRÖNNIMANN-BERTHOLET&quot;</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"
    }
  ]
}