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

FHIR IG analytics

Packagehl7.at.fhir.elga.aps.r4
Resource TypeImmunization
IdImmunization-at-aps-example-immunization-01-unknown.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: Immunization at-aps-example-immunization-01-unknown

Language: de-AT

Profile: AT APS Immunization

status: Completed

vaccineCode: Unbekannte Immunisierungen

patient: Maria Musterfrau

occurrence: 1998-06-04 00:00:00+0200

ProtocolApplieds

-TargetDiseaseDoseNumber[x]
*Masern-Mumps Impfstoffkombinationunknown

Source1

{
  "resourceType": "Immunization",
  "id": "at-aps-example-immunization-01-unknown",
  "meta": {
    "profile": [
      "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-immunization"
    ]
  },
  "language": "de-AT",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "787482006",
        "display": "Unbekannte Immunisierungen"
      }
    ]
  },
  "patient": {
    "reference": "Patient/at-aps-example-patient-01",
    "display": "Maria Musterfrau"
  },
  "occurrenceDateTime": "1998-06-04T00:00:00+02:00",
  "protocolApplied": [
    {
      "targetDisease": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "836499004",
              "display": "Masern-Mumps Impfstoffkombination"
            }
          ]
        }
      ],
      "doseNumberString": "unknown"
    }
  ]
}