FHIR IG analytics| Package | myhealth.eu.fhir.euvac |
| Resource Type | Immunization |
| Id | Immunization-vacc-minimal-euvac.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization vacc-minimal-euvac
Profile: Vaccination (EUVAC)
status: Completed
vaccineCode: COVID-19 vaccine (Comirnaty)
patient: John Smith Male, DoB: 1985-03-15 ( urn:oid:2.16.840.1.113883.2.9.4.3.2#BE-SMTJHN-19850315)
occurrence: 2021-04-15
location: Location
| Function | Actor |
| Administering Provider | Organization City Health Centre Brussels |
| TargetDisease | DoseNumber[x] |
| COVID-19 | 1 |
{
"resourceType": "Immunization",
"id": "vacc-minimal-euvac",
"meta": {
"profile": [
"http://fhir.ehdsi.eu/euvac/StructureDefinition/vaccination-myhealtheu-euvac"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "28531000087107",
"display": "COVID-19 vaccine"
}
],
"text": "COVID-19 vaccine (Comirnaty)"
},
"patient": {
"reference": "Patient/patient-vachist-euvac"
},
"occurrenceDateTime": "2021-04-15",
"location": {
"reference": "Location/loc-vachist-euvac"
},
"performer": [
{
"function": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0443",
"code": "AP",
"display": "Administering Provider"
}
]
},
"actor": {
"reference": "Organization/org-vachist-euvac"
}
}
],
"protocolApplied": [
{
"targetDisease": [
{
"coding": [
{
"system": "http://hl7.org/fhir/sid/icd-10",
"code": "U07.1",
"display": "COVID-19, virus identified"
}
],
"text": "COVID-19"
}
],
"doseNumberPositiveInt": 1
}
]
}