FHIR IG analytics| Package | hl7.fhir.eu.base-r5 |
| Resource Type | Immunization |
| Id | Immunization-immunization-eu-core-example.json |
| FHIR Version | R5 |
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
| Reference |
| Example Vaccine Manufacturer |
lotNumber: CVD2024B04
patient: John Doe Male, DoB: 1980-01-01
occurrence: 2024-10-05
primarySource: true
location: Location Best Location
site: Left upper arm structure
route: Intramuscular route
| Function | Actor |
| Administering Provider | PractitionerRole General practice (specialty) |
| Concept |
| Disease caused by severe acute respiratory syndrome coronavirus 2 (disorder) |
| TargetDisease | DoseNumber | SeriesDoses |
| COVID-19 | 2 | 2 |
{
"resourceType": "Immunization",
"id": "immunization-eu-core-example",
"meta": {
"profile": [
"http://hl7.eu/fhir/base-r5/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"
}
]
},
"manufacturer": {
"reference": {
"display": "Example Vaccine Manufacturer"
}
},
"lotNumber": "CVD2024B04",
"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"
},
"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"
}
}
],
"reason": [
{
"concept": {
"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"
}
]
}
],
"doseNumber": "2",
"seriesDoses": "2"
}
]
}