HL7 Czech Hospital Discharge Report Implementation Guide
0.0.1 - ci-build Czech Republic (CZE)

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.1 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" : "Immunization",
  "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 Immunization</b></p><a name=\"Immunization\"> </a><a name=\"hcImmunization\"> </a><a name=\"Immunization-en-US\"> </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=\"https://build.fhir.org/ig/hl7-eu/hdr/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 1119349007}\">1119349007</span></p><p><b>patient</b>: <a href=\"Patient-Mracena.html\">Mračena Mrakomorová  (no stated gender), DoB: 1971-11-26 ( https://ncez.mzcr.cz/fhir/sid/rid#456789123)</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" : "1119349007"
      }
    ]
  },
  "patient" : {
    🔗 "reference" : "Patient/Mracena"
  },
  "occurrenceDateTime" : "2021-05-05",
  "primarySource" : true
}