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 - XML Representation

Raw xml | Download



<Immunization xmlns="http://hl7.org/fhir">
  <id value="COVID19ImmunizationExample"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/covid19library/StructureDefinition/covid-19-immunization"/>
  </meta>
  <text>
    <status value="extensions"/>
    <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>
  </text>
  <extension
             url="http://hl7.org/fhir/us/covid19library/StructureDefinition/procedure-code">
    <valueCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="33879002"/>
        <display
                 value="Administration of vaccine to produce active immunity (procedure)"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <status value="completed"/>
  <vaccineCode>
    <coding>
      <code value="208"/>
    </coding>
  </vaccineCode>
  <patient>
    <reference value="Patient/patient-anyperson-mary"/>
  </patient>
  <occurrenceDateTime value="2021-09-21"/>
  <primarySource value="true"/>
  <manufacturer>
    <reference value="Organization/COVID19ManufacturerExample"/>
  </manufacturer>
</Immunization>