COVID-19 FHIR Profile Library IG Informative Version
1.0.0 - Informative United States of America flag

COVID-19 FHIR Profile Library IG Informative Version, published by HL7 International - Clinical Information Modeling Initiative. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-COVID19Library-ig/ and changes regularly. See the Directory of published versions

: COVID19ImmunizationExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Immunization",
  "id" : "COVID19ImmunizationExample",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/covid19library/StructureDefinition/covid-19-immunization"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><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\">Resource \"COVID19ImmunizationExample\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-covid-19-immunization.html\">COVID-19 Immunization</a></p></div><p><b>Procedure Code</b>: Administration of vaccine to produce active immunity (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#33879002)</span></p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: 208 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#208)</span></p><p><b>patient</b>: <a href=\"Patient-patient-anyperson-mary.html\">Patient/patient-anyperson-mary</a> \" ANYPERSON\"</p><p><b>occurrence</b>: 2021-09-21</p><p><b>primarySource</b>: true</p><p><b>manufacturer</b>: <a href=\"Organization-COVID19ManufacturerExample.html\">Organization/COVID19ManufacturerExample</a> \"Pfizer, Inc\"</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/covid19library/StructureDefinition/procedure-code",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "33879002",
            "display" : "Administration of vaccine to produce active immunity (procedure)"
          }
        ]
      }
    }
  ],
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "code" : "208"
      }
    ]
  },
  "patient" : {
    "reference" : "Patient/patient-anyperson-mary"
  },
  "occurrenceDateTime" : "2021-09-21",
  "primarySource" : true,
  "manufacturer" : {
    "reference" : "Organization/COVID19ManufacturerExample"
  }
}