HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.1.2 - STU 2 United States of America flag

HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. See the Directory of published versions

: Immunization Example: immunization-ecr-pneumo - JSON Representation

Raw json | Download

{
  "resourceType" : "Immunization",
  "id" : "immunization-ecr-pneumo",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization immunization-ecr-pneumo</b></p><a name=\"immunization-ecr-pneumo\"> </a><a name=\"hcimmunization-ecr-pneumo\"> </a><a name=\"immunization-ecr-pneumo-en-US\"> </a><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 33}\">pneumococcal polysaccharide PPV23</span></p><p><b>patient</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a></p><p><b>occurrence</b>: 2018-09-01</p><p><b>primarySource</b>: true</p></div>"
  },
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/sid/cvx",
        "code" : "33",
        "display" : "pneumococcal polysaccharide PPV23"
      }
    ]
  },
  "patient" : {
    🔗 "reference" : "Patient/patient-ecr-eve-everywoman",
    "display" : "Eve Everywoman"
  },
  "occurrenceDateTime" : "2018-09-01",
  "primarySource" : true
}