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

FHIR IG analytics

Packagefhir.astp.bhp
Resource TypeImmunization
IdImmunization-flu-vaccine-example-1.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 flu-vaccine-example-1

status: Completed

vaccineCode: influenza, high-dose, quadrivalent

patient: James Wolff

occurrence: 2023-11-19 12:46:57-0800


Source1

{
  "resourceType": "Immunization",
  "id": "flu-vaccine-example-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|6.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/cvx",
        "code": "197",
        "display": "influenza, high-dose, quadrivalent"
      },
      {
        "system": "http://hl7.org/fhir/sid/ndc",
        "code": "49281012165",
        "display": "FLUZONE High-Dose Quadrivalent Northern Hemisphere, 10 SYRINGE, GLASS in 1 PACKAGE (49281-121-65) > .7 mL in 1 SYRINGE, GLASS (49281-121-88) (package)"
      }
    ],
    "text": "influenza, high-dose, quadrivalent"
  },
  "patient": {
    "reference": "Patient/bh-patient-example",
    "display": "James Wolff"
  },
  "occurrenceDateTime": "2023-11-19T12:46:57-08:00"
}