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

FHIR IG analytics

Packageca.bc.patient-summary
Resource TypeImmunization
IdPS-CA BC Immunization Example.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

Immunization

Patient: Greta Wiebe

Immunizations:

  • Influenza: 2023-11-17

Source1

{
  "resourceType": "Immunization",
  "id": "ImmunizationPSBCExample",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/immunization-ca-ps"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Practitioner",
      "id": "1",
      "name": [
        {
          "text": "Dr. Jane Doe"
        }
      ]
    }
  ],
  "identifier": [
    {
      "system": "http://fictional-identifier-system-uri.com",
      "value": "60ed0066-7304-4c64-9c49-eeb725581584"
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "86198006",
        "display": "Influenza vaccine"
      }
    ],
    "text": "Influenza vaccine"
  },
  "patient": {
    "reference": "Patient/PatientPSBCExample",
    "display": "Greta Wiebe"
  },
  "occurrenceDateTime": "2023-11-17",
  "performer": [
    {
      "actor": {
        "reference": "#1"
      }
    }
  ],
  "note": [
    {
      "text": "Influenza vaccine administered on 2023-11-17"
    }
  ],
  "protocolApplied": [
    {
      "doseNumberString": "1"
    }
  ]
}