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

FHIR IG analytics

Packagekbv.ita.aws
Resource TypeImmunization
IdBSP_KBV_PR_AW_Impfung.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

TBD

Source1

{
  "resourceType": "Immunization",
  "id": "ff258b30-915f-4561-b356-7b30e7a9393a",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Impfung|1.2.0"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "vaccineCode": {
    "text": "Pockenimpfstoff"
  },
  "patient": {
    "reference": "Patient/1040"
  },
  "occurrenceDateTime": "2019-12-23",
  "primarySource": false,
  "protocolApplied": [
    {
      "targetDisease": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "version": "http://snomed.info/sct/900000000000207008/version/20200131",
              "code": "67924001",
              "display": "Smallpox (disorder)"
            }
          ],
          "text": "Pocken"
        }
      ],
      "_doseNumberString": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode": "unknown"
          }
        ]
      }
    }
  ]
}