HL7 Czech Hospital Discharge Report Implementation Guide
0.0.2 - ci-build Czechia flag

HL7 Czech Hospital Discharge Report Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/hdr/ and changes regularly. See the Directory of published versions

: Vzorek krve – EDTA - JSON Representation

Raw json | Download

{
  "resourceType" : "Specimen",
  "id" : "Specimen-EDTA-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen Specimen-EDTA-1</b></p><a name=\"Specimen-EDTA-1\"> </a><a name=\"hcSpecimen-EDTA-1\"> </a><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 122555007}\">Venous blood specimen</span></p><p><b>subject</b>: <a href=\"Patient-Mracena2.html\">Mračena Mrakomorová  Female, DoB: 1971-11-26 ( Passport number\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>receivedTime</b>: 2025-04-01 09:30:00+0100</p></div>"
  },
  "status" : "available",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "122555007",
        "display" : "Venous blood specimen"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Mracena2"
  },
  "receivedTime" : "2025-04-01T09:30:00+01:00"
}