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

: Immunization example of Covid - JSON Representation

Raw json | Download

{
  "resourceType" : "Immunization",
  "id" : "3f85726c-ad2f-441b-89ce-10000000001e",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.cz/fhir/hdr/StructureDefinition/cz-immunization-hdr"🔗 ,
      "http://hl7.eu/fhir/hdr/StructureDefinition/immunization-eu-hdr"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization 3f85726c-ad2f-441b-89ce-10000000001e</b></p><a name=\"3f85726c-ad2f-441b-89ce-10000000001e\"> </a><a name=\"hc3f85726c-ad2f-441b-89ce-10000000001e\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-cz-immunization-hdr.html\">Immunization (HDR CZ)</a>, <a href=\"http://hl7.eu/fhir/hdr/0.1.0-ballot/StructureDefinition-immunization-eu-hdr.html\">Immunization (HDR)</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://snomed.info/sct 28531000087107}\">COVID-19 vaccine</span></p><p><b>patient</b>: <a href=\"Bundle-DischargeBundle-Novak-Petr-L1-plus.html#urn-uuid-3f85726c-ad2f-441b-89ce-100000000000\">Bundle: identifier = UUID:a90a5972-27bd-4388-a628-2e726a5d7935; type = document; timestamp = 2025-03-10 15:00:00+0100</a></p><p><b>occurrence</b>: 2021-05-05</p><p><b>primarySource</b>: true</p></div>"
  },
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "28531000087107"
      }
    ]
  },
  "patient" : {
    "reference" : "urn:uuid:3f85726c-ad2f-441b-89ce-100000000000"
  },
  "occurrenceDateTime" : "2021-05-05",
  "primarySource" : true
}