HL7 Czech Laboratory Order IG
0.0.1 - ci-build Czechia flag

HL7 Czech Laboratory Order IG, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/lab-order/ and changes regularly. See the Directory of published versions

: Example Laboratory Order - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "CZ-Lab-ServiceRequest-Example",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.cz/fhir/lab-order/StructureDefinition/cz-serviceRequest"
    ]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Vyšetření sodíku v séru</div>"
  },
  "identifier" : [
    {
      "system" : "https://example.org/lab-orders",
      "value" : "ORD-20250623-1234"
    }
  ],
  "requisition" : {
    "system" : "https://example.org/composite-id",
    "value" : "REQ-20250623-4567"
  },
  "status" : "active",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "108252007",
          "display" : "Laboratory procedure"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "https://nclp.ncez.mzcr.cz/CodeSystem/nclppol",
        "code" : "02505",
        "display" : "Na"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Zyrgana"
  },
  "authoredOn" : "2025-06-23",
  "requester" : {
    🔗 "reference" : "PractitionerRole/99988877-aaaa-4000-bbbb-cceeddccbbaa"
  },
  "insurance" : [
    {
      🔗 "reference" : "Coverage/CZ-Lab-Coverage-Example"
    }
  ],
  "specimen" : [
    {
      🔗 "reference" : "Specimen/CZ-Lab-Specimen-Example"
    }
  ]
}