FHIR IG analytics| Package | hl7.fhir.eu.base |
| Resource Type | Immunization |
| Id | Immunization-immunization-eu-core-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization immunization-eu-core-example
Profile: Immunization (EU core)
status: Completed
vaccineCode: SARS-CoV-2 mRNA vaccine
patient: John Doe Male, DoB: 1980-01-01
occurrence: 2024-10-05
primarySource: true
location: Location Best Location
manufacturer: Example Vaccine Manufacturer
lotNumber: CVD2024B04
site: Left upper arm structure
route: Intramuscular route
| Function | Actor |
| Administering Provider | PractitionerRole General practice (specialty) |
reasonCode: Disease caused by severe acute respiratory syndrome coronavirus 2 (disorder)
| TargetDisease | DoseNumber[x] | SeriesDoses[x] |
| COVID-19 | 2 | 2 |
{
"resourceType": "Immunization",
"id": "immunization-eu-core-example",
"meta": {
"profile": [
"http://hl7.eu/fhir/base/StructureDefinition/immunization-eu-core"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1119349007",
"display": "SARS-CoV-2 mRNA vaccine"
}
]
},
"patient": {
"reference": "Patient/patient-eu-core-example"
},
"occurrenceDateTime": "2024-10-05",
"_occurrenceDateTime": {
"extension": [
{
"url": "http://hl7.eu/fhir/extensions/StructureDefinition/periods-of-life",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "41847000",
"display": "Adulthood"
}
]
}
}
]
},
"primarySource": true,
"location": {
"reference": "Location/example-location"
},
"manufacturer": {
"display": "Example Vaccine Manufacturer"
},
"lotNumber": "CVD2024B04",
"site": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "368208006",
"display": "Left upper arm structure"
}
]
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "78421000",
"display": "Intramuscular route"
}
]
},
"performer": [
{
"function": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0443",
"code": "AP",
"display": "Administering Provider"
}
]
},
"actor": {
"reference": "PractitionerRole/practitionerRole-eu-core-example"
}
}
],
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "840539006",
"display": "Disease caused by severe acute respiratory syndrome coronavirus 2 (disorder)"
}
]
}
],
"protocolApplied": [
{
"targetDisease": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "840539006",
"display": "COVID-19"
}
]
}
],
"doseNumberPositiveInt": 2,
"seriesDosesPositiveInt": 2
}
]
}