HL7 CZ Laboratory IG
0.5.0 - ci-build Czechia flag

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

: CZ Lab Order Specimen Example - Urine - JSON Representation

Raw json | Download

{
  "resourceType" : "Specimen",
  "id" : "CZ-LabResult-Specimen-Urine-Example",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.cz/fhir/lab/StructureDefinition/cz-specimen-lab"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Vzorek moči – ranní moč</div>"
  },
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0487",
        "code" : "UR",
        "display" : "Urine"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Zyrgana"
  },
  "receivedTime" : "2025-04-24T08:40:00+01:00",
  "collection" : {
    "collectedDateTime" : "2025-04-24T07:30:00+02:00",
    "method" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "429536007",
          "display" : "Midstream urine specimen collection"
        }
      ]
    }
  },
  "container" : [
    {
      "description" : "Sterilní plastová nádobka na moč, 50 ml",
      "type" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "706050000",
            "display" : "Urine specimen container"
          }
        ]
      }
    }
  ]
}