FHIR IG analytics| Package | hl7.at.fhir.elga.aps.r4 |
| Resource Type | ImmunizationRecommendation |
| Id | ImmunizationRecommendation-AtApsExampleImmunizationRecommendation01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ImmunizationRecommendation AtApsExampleImmunizationRecommendation01
Profile: AT APS Immunization
patient: Maria Musterfrau
date: 2026-10-10
| VaccineCode | ForecastStatus |
| BOOSTRIX POLIO FSPR 0,5ML | Requires vaccination (finding) |
{
"resourceType": "ImmunizationRecommendation",
"id": "AtApsExampleImmunizationRecommendation01",
"meta": {
"profile": [
"https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-immunizationrecommendation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"patient": {
"reference": "Patient/at-aps-example-patient-01",
"display": "Maria Musterfrau"
},
"date": "2026-10-10",
"recommendation": [
{
"vaccineCode": [
{
"coding": [
{
"system": "https://termgit.elga.gv.at/CodeSystem/eimpf-impfstoffe",
"code": "2457324",
"display": "BOOSTRIX POLIO FSPR 0,5ML"
}
]
}
],
"forecastStatus": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "723620004"
}
]
}
}
]
}