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

: Document Reference to CZ Lab Report Bundle Example

Raw json | Download

{
  "resourceType" : "DocumentReference",
  "id" : "GeneratedDocumentReference",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference GeneratedDocumentReference</b></p><a name=\"GeneratedDocumentReference\"> </a><a name=\"hcGeneratedDocumentReference\"> </a><p><b>masterIdentifier</b>: <code>http://hospital.example.org/lab-results</code>/LR2345678</p><p><b>status</b>: Current</p><p><b>docStatus</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11502-2}\">Laboratory report</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 26436-6}\">Laboratory studies (set)</span></p><p><b>subject</b>: <a href=\"Bundle-CZ-LabReport-Bundle-Example-EHDSI.html#urn-uuid-8f79bf84-41e1-485f-95b8-813fe993974d\">Radim Podmořský  Male, DoB: 1954-08-12 ( https://ncez.mzcr.cz/fhir/sid/rcis#5408120025)</a></p><p><b>date</b>: 2025-10-17 09:53:00+0100</p><p><b>author</b>: <a href=\"Bundle-CZ-LabReport-Bundle-Example-EHDSI.html#urn-uuid-4ee94491-4a3a-402c-a110-74ac3adb0012\">Organization Pracoviště laboratorních metod, Nemocnice</a></p><p><b>custodian</b>: <a href=\"Bundle-CZ-LabReport-Bundle-Example-EHDSI.html#urn-uuid-4ee94491-4a3a-402c-a110-74ac3adb0012\">Organization Pracoviště laboratorních metod, Nemocnice</a></p><p><b>description</b>: Laboratorní nález</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td></tr><tr><td style=\"display: none\">*</td><td>application/fhir+json</td><td><a href=\"https://example.org.org/fhir/Bundle/lab-report-bundle-example\">https://example.org.org/fhir/Bundle/lab-report-bundle-example</a></td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td>2019-10-17 09:53:00+0100 --&gt; (ongoing)</td></tr></table></div>"
  },
  "masterIdentifier" : {
    "system" : "http://hospital.example.org/lab-results",
    "value" : "LR2345678"
  },
  "status" : "current",
  "docStatus" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "11502-2",
        "display" : "Laboratory report"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "26436-6",
          "display" : "Laboratory studies (set)"
        }
      ]
    }
  ],
  "subject" : {
    "reference" : "urn:uuid:8f79bf84-41e1-485f-95b8-813fe993974d"
  },
  "date" : "2025-10-17T09:53:00+01:00",
  "author" : [
    {
      "reference" : "urn:uuid:4ee94491-4a3a-402c-a110-74ac3adb0012"
    }
  ],
  "custodian" : {
    "reference" : "urn:uuid:4ee94491-4a3a-402c-a110-74ac3adb0012"
  },
  "description" : "Laboratorní nález",
  "content" : [
    {
      "attachment" : {
        "contentType" : "application/fhir+json",
        "url" : "https://example.org.org/fhir/Bundle/lab-report-bundle-example"
      }
    }
  ],
  "context" : {
    "period" : {
      "start" : "2019-10-17T09:53:00+01:00"
    }
  }
}