HL7 Czech Hospital Discharge Report Implementation Guide
0.0.2 - ci-build
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
{
"resourceType" : "Immunization",
"id" : "Immunization-CovidExample",
"meta" : {
"profile" : [
🔗 "https://hl7.cz/fhir/hdr/StructureDefinition/cz-immunization-hdr"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization Immunization-CovidExample</b></p><a name=\"Immunization-CovidExample\"> </a><a name=\"hcImmunization-CovidExample\"> </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\">Profile: <a href=\"StructureDefinition-cz-immunization-hdr.html\">Immunization (HDR CZ)</a></p></div><blockquote><p><b>Immunization AdministeredProduct</b></p><ul><li>reference: <a href=\"Medication-med-CovidVaccineComirnaty.html\">Medication COMIRNATY OMICRON XBB.1.5</a></li></ul></blockquote><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://snomed.info/sct 28531000087107}\">SARS-CoV-2 vaccine</span></p><p><b>patient</b>: <a href=\"Patient-3f85726c-ad2f-441b-89ce-100000000000.html\">Petr Novák Male, DoB: 1985-06-15 ( https://ncez.mzcr.cz/fhir/sid/rid#1597778923)</a></p><p><b>occurrence</b>: 2021-05-05</p><p><b>primarySource</b>: true</p><p><b>manufacturer</b>: <a href=\"Organization-Organization-Pfizer.html\">Organization Pfizer s.r.o.</a></p><p><b>note</b>: </p><blockquote><div><p>Pacient dostal druhou dávku vakcíny Comirnaty.</p>\n</div></blockquote><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 840539006}\">COVID-19</span></td><td>2</td></tr></table></div>"
},
"extension" : [
{
"extension" : [
{
"url" : "reference",
"valueReference" : {
🔗 "reference" : "Medication/med-CovidVaccineComirnaty"
}
}
],
"url" : "http://hl7.eu/fhir/hdr/StructureDefinition/immunization-administeredProduct"
}
],
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "28531000087107",
"display" : "SARS-CoV-2 vaccine"
}
]
},
"patient" : {
🔗 "reference" : "Patient/3f85726c-ad2f-441b-89ce-100000000000"
},
"occurrenceDateTime" : "2021-05-05",
"primarySource" : true,
"manufacturer" : {
🔗 "reference" : "Organization/Organization-Pfizer"
},
"note" : [
{
"text" : "Pacient dostal druhou dávku vakcíny Comirnaty."
}
],
"protocolApplied" : [
{
"targetDisease" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "840539006",
"display" : "COVID-19"
}
]
}
],
"doseNumberPositiveInt" : 2
}
]
}