HL7 Belgium Vaccination (Patient Dossier)
1.1.0 - STU
HL7 Belgium Vaccination (Patient Dossier), published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/vaccination/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Immunization",
"id" : "gabriel-flu",
"meta" : {
"profile" : [
🔗 "https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/be-vaccination"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization gabriel-flu</b></p><a name=\"gabriel-flu\"> </a><a name=\"hcgabriel-flu\"> </a><a name=\"gabriel-flu-en-US\"> </a><p><b>BeExtRecorder</b>: <a href=\"Organization-org-regional-child-care-agency.html\">Organization Regional Child Care Agency</a></p><blockquote><p><b>BeAdministeredProduct</b></p><ul><li>coded: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/be-ns-cnk-codes 4670576}\">4670576</span></li></ul></blockquote><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://snomed.info/sct 1181000221105}\">Influenza virus antigen only vaccine product</span></p><p><b>patient</b>: Identifier: BeSSINNamingSystem/55011779911</p><p><b>occurrence</b>: 2019-10-11</p><p><b>recorded</b>: 2019-10-11</p><p><b>doseQuantity</b>: 1</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td>Identifier: BeNSNIHDIProfessional/15690937</td></tr></table></div>"
},
"extension" : [
{
"url" : "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-ext-recorder",
"valueReference" : {
🔗 "reference" : "Organization/org-regional-child-care-agency"
}
},
{
"extension" : [
{
"url" : "coded",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/be-ns-cnk-codes",
"code" : "4670576"
}
]
}
}
],
"url" : "https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/be-ext-administeredProduct"
}
],
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1181000221105"
}
]
},
"patient" : {
"identifier" : {
"system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
"value" : "55011779911"
}
},
"occurrenceDateTime" : "2019-10-11",
"recorded" : "2019-10-11",
"doseQuantity" : {
"value" : 1
},
"performer" : [
{
"actor" : {
"identifier" : {
"system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi-professional",
"value" : "15690937"
}
}
}
]
}