Health Care Surveys Reporting
2.0.0-ballot - STU 2 - Ballot United States of America flag

This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) Healthcare Surveys Reporting Content IG (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Immunization Example - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Immunization",
  "id" : "immunization-example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|6.1.0"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization immunization-example</b></p><a name=\"immunization-example\"> </a><a name=\"hcimmunization-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-immunization.html\">US Core Immunization Profileversion: null6.1.0)</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 158}\">Influenza, injectable, quadrivalent</span></p><p><b>patient</b>: <a href=\"Patient-patient-ledner.html\">Dominique369 Ledner144  Female, DoB: 1965-06-22 ( MRN:\u00a0Alaska Driver's License#abc123\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>occurrence</b>: 2024-10-15</p><p><b>primarySource</b>: true</p><p><b>location</b>: <a href=\"Location-location-example.html\">Location General Hospital - Main Campus</a></p><p><b>manufacturer</b>: <a href=\"Organization-organization-example.html\">Organization General Hospital</a></p><p><b>lotNumber</b>: 123456A</p><p><b>expirationDate</b>: 2025-06-30</p><p><b>site</b>: <span title=\"Codes:{http://snomed.info/sct 368208006}\">Left upper arm structure</span></p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 78421000}\">Intramuscular route</span></p><p><b>doseQuantity</b>: 0.5 mL</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-practitioner-1.html\">Practitioner Joseph P Nichols (official)</a></td></tr></table><p><b>isSubpotent</b>: false</p><h3>Educations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DocumentType</b></td><td><b>PublicationDate</b></td><td><b>PresentationDate</b></td></tr><tr><td style=\"display: none\">*</td><td>VIS</td><td>2024-08-01</td><td>2024-10-15</td></tr></table></div>"
  },
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/sid/cvx",
        "code" : "158",
        "display" : "Influenza, injectable, quadrivalent"
      }
    ]
  },
  "patient" : {
    🔗 "reference" : "Patient/patient-ledner"
  },
  "occurrenceDateTime" : "2024-10-15",
  "primarySource" : true,
  "location" : {
    🔗 "reference" : "Location/location-example"
  },
  "manufacturer" : {
    🔗 "reference" : "Organization/organization-example"
  },
  "lotNumber" : "123456A",
  "expirationDate" : "2025-06-30",
  "site" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "368208006",
        "display" : "Left upper arm structure"
      }
    ]
  },
  "route" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "78421000",
        "display" : "Intramuscular route"
      }
    ]
  },
  "doseQuantity" : {
    "value" : 0.5,
    "unit" : "mL"
  },
  "performer" : [
    {
      "actor" : {
        🔗 "reference" : "Practitioner/practitioner-1"
      }
    }
  ],
  "isSubpotent" : false,
  "education" : [
    {
      "documentType" : "VIS",
      "publicationDate" : "2024-08-01",
      "presentationDate" : "2024-10-15"
    }
  ]
}