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

FHIR IG analytics

Packagehl7.fhir.us.core
Resource TypeImmunization
IdImmunization-imm-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 imm-1

Profile: US Core Immunization Profile version: 9.0.0

status: Completed

vaccineCode: Influenza, high-dose, quadrivalent, PF

patient: Amy Shaw

encounter: Office Visit

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

primarySource: false

location: Holy Family Hospital

lotNumber: AAJN11K

Performers

-Actor
*Dr Ronald Bone

Source1

{
  "resourceType": "Immunization",
  "id": "imm-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|9.0.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, PF"
      },
      {
        "system": "http://hl7.org/fhir/sid/ndc",
        "code": "49281012188",
        "display": "FLUZONE High-Dose Quadrivalent Northern Hemisphere"
      }
    ],
    "text": "Influenza, high-dose, quadrivalent, PF"
  },
  "patient": {
    "reference": "Patient/example",
    "display": "Amy Shaw"
  },
  "encounter": {
    "reference": "Encounter/example-1",
    "display": "Office Visit"
  },
  "occurrenceDateTime": "2020-11-19T12:46:57-08:00",
  "primarySource": false,
  "location": {
    "reference": "Location/hospital",
    "display": "Holy Family Hospital"
  },
  "lotNumber": "AAJN11K",
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/practitioner-1",
        "display": "Dr Ronald Bone"
      }
    }
  ]
}