FHIR IG analytics| Package | myhealth.eu.fhir.core |
| Resource Type | Immunization |
| Id | Immunization-a7b8c9d0-e1f2-3456-abcd-567890123456.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Immunization",
"id": "a7b8c9d0-e1f2-3456-abcd-567890123456",
"meta": {
"profile": [
"http://fhir.ehdsi.eu/core/StructureDefinition/immunization-myhealtheu-core"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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
}
]
}