FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.at.fhir.elga.aps.r4
Resource TypeImmunizationRecommendation
IdImmunizationRecommendation-AtApsExampleImmunizationRecommendation01.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ImmunizationRecommendation AtApsExampleImmunizationRecommendation01

patient: Maria Musterfrau

date: 2026-10-10

Recommendations

-VaccineCodeForecastStatus
*BOOSTRIX POLIO FSPR 0,5MLRequires vaccination (finding)

Source1

{
  "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"
          }
        ]
      }
    }
  ]
}