HL7 Belgium Vaccination (Patient Dossier)
1.1.3 - STU
This page is part of the HL7 Belgium FHIR Implementation Guide - Vaccination profiles (v1.1.3: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Immunization",
"id" : "immunization-example-reaction-swelling",
"meta" : {
"profile" : [
🔗 "https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/be-vaccination"
]
},
"language" : "en",
"text" : {
"status" : "extensions"
},
"contained" : [
{
"resourceType" : "Encounter",
"id" : "demo-encounter",
"status" : "finished",
"class" : {
"code" : "AMB"
},
"subject" : {
"identifier" : {
"system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
"value" : "16032376921"
}
},
"location" : [
{
"location" : {
"reference" : "#demo-location"
}
}
],
"serviceProvider" : {
🔗 "reference" : "Organization/org-regional-child-care-agency"
}
},
{
"resourceType" : "Location",
"id" : "demo-location",
"type" : [
{
"coding" : [
{
"system" : "https://www.ehealth.fgov.be/standards/fhir/vaccination/CodeSystem/be-cs-care-location",
"code" : "kind-gezin"
}
]
}
]
}
],
"extension" : [
{
"url" : "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-ext-recorder",
"valueReference" : {
🔗 "reference" : "Organization/org-regional-child-care-agency"
}
}
],
"identifier" : [
{
"system" : "https://www.kindengezin.be/vaccinatie/vaccination-register",
"value" : "26877583455"
}
],
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "871765008",
"display" : "Measles"
}
]
},
"patient" : {
"identifier" : {
"system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
"value" : "59050937740"
}
},
"encounter" : {
"reference" : "#demo-encounter"
},
"occurrenceDateTime" : "2020-05-12",
"recorded" : "2020-05-12",
"performer" : [
{
"actor" : {
🔗 "reference" : "Organization/org-regional-child-care-agency",
"identifier" : {
"use" : "official",
"system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
"value" : "79121137740"
}
}
}
],
"reaction" : [
{
"date" : "2020-05-12",
"detail" : {
🔗 "reference" : "Observation/observation-swelling"
}
}
]
}