MyHealth@EU Core
1.0.0 - trial-use
150
This page is part of the MyHealth@Eu Core (v1.0.0: Wave 9) 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" : "a7b8c9d0-e1f2-3456-abcd-567890123456",
"meta" : {
"profile" : [
🔗 "http://fhir.ehdsi.eu/core/StructureDefinition/immunization-myhealtheu-core"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">COVID-19 vaccination - John Doe</div>"
},
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1119349007",
"display" : "COVID-19 mRNA vaccine"
}
]
},
"patient" : {
🔗 "reference" : "Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"
},
"occurrenceDateTime" : "2021-04-10",
"lotNumber" : "EK5730",
"performer" : [
{
"function" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0443",
"code" : "AP",
"display" : "Administering Provider"
}
]
},
"actor" : {
🔗 "reference" : "Organization/ff4d98d1-69c9-43db-896e-58d11c15662c"
}
}
],
"protocolApplied" : [
{
"targetDisease" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/icd-10",
"code" : "U07.1",
"display" : "COVID-19, virus identified"
}
]
}
],
"doseNumberPositiveInt" : 1,
"seriesDosesPositiveInt" : 2
}
]
}