COVID19 Case Reporting
0.1.0 - CI Build International flag

COVID19 Case Reporting - Local Development build (v0.1.0). See the Directory of published versions

: Example Bundle - EMR - XML Representation

Raw xml | Download



<Bundle xmlns="http://hl7.org/fhir">
  <id value="EMR"/>
  <type value="transaction"/>
  <entry>
    <fullUrl value="Patient/Covid19PatientExample"/>
    <resource>
      <Patient>
        <id value="Covid19PatientExample"/>
        <meta>
          <profile
                   value="http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-patient"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Patient</b><a name="Covid19PatientExample"> </a></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 Patient &quot;Covid19PatientExample&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-covid19-patient.html">Patient</a></p></div><p><b>identifier</b>: Passport number: PASSPORT1234567, id: NAT1234567</p><p><b>active</b>: true</p><p><b>name</b>: Jane Maria Smith (OFFICIAL)</p><p><b>telecom</b>: <a href="tel:+27825556666">+27825556666</a>, <a href="mailto:someone@example.com">someone@example.com</a></p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1986-06-04</p><p><b>address</b>: Cape Town Western Province South Africa </p><h3>Contacts</h3><table class="grid"><tr><td>-</td><td><b>Relationship</b></td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td>*</td><td>Next-of-Kin <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-v2-0131.html">contactRole2</a>#N)</span></td><td>John Doe </td><td><a href="tel:+27829999999">+27829999999</a></td></tr></table><p><b>managingOrganization</b>: <a href="Organization-Covid19OrganizationExample.html">Organization/Covid19OrganizationExample</a> &quot;Covid19 Organization&quot;</p></div>
        </text>
        <identifier>
          <type>
            <coding>
              <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
              <code value="PPN"/>
            </coding>
          </type>
          <system
                  value="http://openhie.org/fhir/covid19-casereporting/identifier/passport"/>
          <value value="PASSPORT1234567"/>
        </identifier>
        <identifier>
          <system
                  value="http://openhie.org/fhir/covid19-casereporting/identifier/nid"/>
          <value value="NAT1234567"/>
        </identifier>
        <active value="true"/>
        <name>
          <use value="official"/>
          <family value="Smith"/>
          <given value="Jane"/>
          <given value="Maria"/>
        </name>
        <telecom>
          <system value="phone"/>
          <value value="+27825556666"/>
        </telecom>
        <telecom>
          <system value="email"/>
          <value value="someone@example.com"/>
        </telecom>
        <gender value="female"/>
        <birthDate value="1986-06-04"/>
        <address>
          <city value="Cape Town"/>
          <district value="City of Cape Town"/>
          <state value="Western Province"/>
          <country value="South Africa"/>
        </address>
        <contact>
          <relationship>
            <coding>
              <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
              <code value="N"/>
            </coding>
          </relationship>
          <name>
            <family value="Doe"/>
            <given value="John"/>
          </name>
          <telecom>
            <system value="phone"/>
            <value value="+27829999999"/>
          </telecom>
        </contact>
        <managingOrganization>
          <reference value="Organization/Covid19OrganizationExample"/>
        </managingOrganization>
      </Patient>
    </resource>
    <request>
      <method value="PUT"/>
      <url value="Patient/Covid19PatientExample"/>
    </request>
  </entry>
  <entry>
    <fullUrl value="Encounter/Covid19AssessmentEncounterExample"/>
    <resource>
      <Encounter>
        <id value="Covid19AssessmentEncounterExample"/>
        <meta>
          <profile
                   value="http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-encounter"/>
        </meta>
        <text>
          <status value="extensions"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Encounter</b><a name="Covid19AssessmentEncounterExample"> </a></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 Encounter &quot;Covid19AssessmentEncounterExample&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-covid19-encounter.html">Encounter</a></p></div><p><b>Date of next vaccination</b>: 2022-07-28</p><p><b>Ever Hospitalized</b>: Yes (qualifier value) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#373066001)</span></p><p><b>Date Last Hospitalised</b>: 2022-07-28</p><p><b>status</b>: finished</p><p><b>class</b>: short stay (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code SS = 'short stay', stated as 'null')</p><p><b>subject</b>: <a href="#Patient_Covid19PatientExample">See above (Patient/Covid19PatientExample)</a></p><p><b>period</b>: 2022-07-28 --&gt; 2022-08-15</p><h3>Locations</h3><table class="grid"><tr><td>-</td><td><b>Location</b></td><td><b>PhysicalType</b></td></tr><tr><td>*</td><td><a href="#Location_Covid19AdmissionLocationExample">See above (Location/Covid19AdmissionLocationExample)</a></td><td>Ward <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#225746001)</span></td></tr></table></div>
        </text>
        <extension
                   url="http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-next-vaccination">
          <valueDateTime value="2022-07-28"/>
        </extension>
        <extension
                   url="http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-ever-hospitalised">
          <valueCodeableConcept>
            <coding>
              <system value="http://snomed.info/sct"/>
              <code value="373066001"/>
            </coding>
          </valueCodeableConcept>
        </extension>
        <extension
                   url="http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-date-last-hospitalised">
          <valueDateTime value="2022-07-28"/>
        </extension>
        <status value="finished"/>
        <class>
          <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
          <code value="SS"/>
        </class>
        <subject>
          <reference value="Patient/Covid19PatientExample"/>
        </subject>
        <period>
          <start value="2022-07-28"/>
          <end value="2022-08-15"/>
        </period>
        <location>
          <location>
            <reference value="Location/Covid19AdmissionLocationExample"/>
          </location>
          <physicalType>
            <coding>
              <system value="http://snomed.info/sct"/>
              <code value="225746001"/>
            </coding>
          </physicalType>
        </location>
      </Encounter>
    </resource>
    <request>
      <method value="PUT"/>
      <url value="Encounter/Covid19AssessmentEncounterExample"/>
    </request>
  </entry>
  <entry>
    <fullUrl value="Location/Covid19AdmissionLocationExample"/>
    <resource>
      <Location>
        <id value="Covid19AdmissionLocationExample"/>
        <meta>
          <profile
                   value="http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-admission-location"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Location</b><a name="Covid19AdmissionLocationExample"> </a></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 Location &quot;Covid19AdmissionLocationExample&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-covid19-admission-location.html">Admission Location</a></p></div><p><b>identifier</b>: Resource identifier: abc123</p><p><b>name</b>: Covid19 Location</p><p><b>address</b>: Example city 1 Example state 1 Example country 1 </p></div>
        </text>
        <identifier>
          <type>
            <coding>
              <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
              <code value="RI"/>
            </coding>
          </type>
          <system
                  value="http://openhie.org/fhir/covid19-casereporting/identifier/covid19-admission-location-id"/>
          <value value="abc123"/>
        </identifier>
        <name value="Covid19 Location"/>
        <address>
          <city value="Example city 1"/>
          <district value="Example district 1"/>
          <state value="Example state 1"/>
          <country value="Example country 1"/>
        </address>
      </Location>
    </resource>
    <request>
      <method value="PUT"/>
      <url value="Location/Covid19AdmissionLocationExample"/>
    </request>
  </entry>
  <entry>
    <fullUrl value="Observation/Covid19PresentingSymptomsExample"/>
    <resource>
      <Observation>
        <id value="Covid19PresentingSymptomsExample"/>
        <meta>
          <profile
                   value="http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-presenting-symptoms"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="Covid19PresentingSymptomsExample"> </a></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 Observation &quot;Covid19PresentingSymptomsExample&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-covid19-presenting-symptoms.html">Presenting Symptoms</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Abdominal pain <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#21522001)</span></p><p><b>subject</b>: <a href="#Patient_Covid19PatientExample">See above (Patient/Covid19PatientExample)</a></p><p><b>encounter</b>: <a href="#Encounter_Covid19AssessmentEncounterExample">See above (Encounter/Covid19AssessmentEncounterExample)</a></p><p><b>effective</b>: 2022-07-28</p><p><b>performer</b>: <a href="Organization-Covid19OrganizationExample.html">Organization/Covid19OrganizationExample</a> &quot;Covid19 Organization&quot;</p><p><b>note</b>: Other symptoms here (By Organization/Covid19OrganizationExample @Feb 7, 2015, 6:28:17 PM)</p></div>
        </text>
        <status value="final"/>
        <code>
          <coding>
            <system value="http://snomed.info/sct"/>
            <code value="21522001"/>
          </coding>
        </code>
        <subject>
          <reference value="Patient/Covid19PatientExample"/>
        </subject>
        <encounter>
          <reference value="Encounter/Covid19AssessmentEncounterExample"/>
        </encounter>
        <effectiveDateTime value="2022-07-28"/>
        <performer>
          <reference value="Organization/Covid19OrganizationExample"/>
        </performer>
        <note>
          <authorReference>
            <reference value="Organization/Covid19OrganizationExample"/>
          </authorReference>
          <time value="2015-02-07T13:28:17-05:00"/>
          <text value="Other symptoms here"/>
        </note>
      </Observation>
    </resource>
    <request>
      <method value="PUT"/>
      <url value="Observation/Covid19PresentingSymptomsExample"/>
    </request>
  </entry>
  <entry>
    <fullUrl value="Condition/Covid19DiagnosisExample"/>
    <resource>
      <Condition>
        <id value="Covid19DiagnosisExample"/>
        <meta>
          <profile
                   value="http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-diagnosis"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Condition</b><a name="Covid19DiagnosisExample"> </a></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 Condition &quot;Covid19DiagnosisExample&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-covid19-diagnosis.html">Diagnosis</a></p></div><p><b>verificationStatus</b>: Confirmed <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-condition-ver-status.html">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>subject</b>: <a href="#Patient_Covid19PatientExample">See above (Patient/Covid19PatientExample)</a></p><p><b>encounter</b>: <a href="#Encounter_Covid19AssessmentEncounterExample">See above (Encounter/Covid19AssessmentEncounterExample)</a></p><p><b>onset</b>: 2022-07-28</p><p><b>recordedDate</b>: 2022-07-28</p><h3>Evidences</h3><table class="grid"><tr><td>-</td><td><b>Code</b></td></tr><tr><td>*</td><td>Asymptomatic <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#84387000)</span></td></tr></table><p><b>note</b>: additional notes here (By Organization/Covid19OrganizationExample @Feb 7, 2015, 6:28:17 PM)</p></div>
        </text>
        <verificationStatus>
          <coding>
            <system
                    value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
            <code value="confirmed"/>
          </coding>
        </verificationStatus>
        <subject>
          <reference value="Patient/Covid19PatientExample"/>
        </subject>
        <encounter>
          <reference value="Encounter/Covid19AssessmentEncounterExample"/>
        </encounter>
        <onsetDateTime value="2022-07-28"/>
        <recordedDate value="2022-07-28"/>
        <evidence>
          <code>
            <coding>
              <system value="http://snomed.info/sct"/>
              <code value="84387000"/>
            </coding>
          </code>
        </evidence>
        <note>
          <authorReference>
            <reference value="Organization/Covid19OrganizationExample"/>
          </authorReference>
          <time value="2015-02-07T13:28:17-05:00"/>
          <text value="additional notes here"/>
        </note>
      </Condition>
    </resource>
    <request>
      <method value="PUT"/>
      <url value="Condition/Covid19DiagnosisExample"/>
    </request>
  </entry>
  <entry>
    <fullUrl value="Condition/Covid19ConditionsOrComorbidityExample"/>
    <resource>
      <Condition>
        <id value="Covid19ConditionsOrComorbidityExample"/>
        <meta>
          <profile
                   value="http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-conditions-or-comorbidities"/>
        </meta>
        <text>
          <status value="extensions"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Condition</b><a name="Covid19ConditionsOrComorbidityExample"> </a></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 Condition &quot;Covid19ConditionsOrComorbidityExample&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-covid19-conditions-or-comorbidities.html">Conditions or Comorbidity</a></p></div><p><b>Conditions or Comorbidities Present</b>: Yes (qualifier value) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#373066001)</span></p><p><b>code</b>: Cardiovascular disorder <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#49601007)</span></p><p><b>subject</b>: <a href="#Patient_Covid19PatientExample">See above (Patient/Covid19PatientExample)</a></p><p><b>encounter</b>: <a href="#Encounter_Covid19AssessmentEncounterExample">See above (Encounter/Covid19AssessmentEncounterExample)</a></p><p><b>note</b>: Other conditionss or comorbidities here (By Organization/Covid19OrganizationExample @Feb 7, 2015, 6:28:17 PM)</p></div>
        </text>
        <extension
                   url="http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-conditions-or-comorbidities-present">
          <valueCodeableConcept>
            <coding>
              <system value="http://snomed.info/sct"/>
              <code value="373066001"/>
            </coding>
          </valueCodeableConcept>
        </extension>
        <code>
          <coding>
            <system value="http://snomed.info/sct"/>
            <code value="49601007"/>
          </coding>
        </code>
        <subject>
          <reference value="Patient/Covid19PatientExample"/>
        </subject>
        <encounter>
          <reference value="Encounter/Covid19AssessmentEncounterExample"/>
        </encounter>
        <note>
          <authorReference>
            <reference value="Organization/Covid19OrganizationExample"/>
          </authorReference>
          <time value="2015-02-07T13:28:17-05:00"/>
          <text value="Other conditionss or comorbidities here"/>
        </note>
      </Condition>
    </resource>
    <request>
      <method value="PUT"/>
      <url value="Condition/Covid19ConditionsOrComorbidityExample"/>
    </request>
  </entry>
  <entry>
    <fullUrl value="Immunization/Covid19AssessmentVaccinationExample"/>
    <resource>
      <Immunization>
        <id value="Covid19AssessmentVaccinationExample"/>
        <meta>
          <profile
                   value="http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-assessment-vaccination"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Immunization</b><a name="Covid19AssessmentVaccinationExample"> </a></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 Immunization &quot;Covid19AssessmentVaccinationExample&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-covid19-assessment-vaccination.html">Immunization Tracking</a></p></div><p><b>status</b>: completed</p><p><b>vaccineCode</b>: XM8NQ0 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (mms#XM8NQ0)</span></p><p><b>patient</b>: <a href="#Patient_Covid19PatientExample">See above (Patient/Covid19PatientExample)</a></p><p><b>encounter</b>: <a href="#Encounter_Covid19AssessmentEncounterExample">See above (Encounter/Covid19AssessmentEncounterExample)</a></p><p><b>occurrence</b>: 2022-07-28</p><p><b>reportOrigin</b>: Vaccine Card <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-cs-source-of-info.html">Source of Information</a>#VaccineCard)</span></p><p><b>lotNumber</b>: 1</p><p><b>expirationDate</b>: 2022-12-28</p><p><b>note</b>: Some other text... (By Organization/Covid19OrganizationExample @Feb 7, 2015, 6:28:17 PM)</p><h3>ProtocolApplieds</h3><table class="grid"><tr><td>-</td><td><b>Series</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td>*</td><td>Primary</td><td>1</td></tr></table></div>
        </text>
        <status value="completed"/>
        <vaccineCode>
          <coding>
            <system value="http://icd.who.int/icd11/mms"/>
            <code value="XM8NQ0"/>
          </coding>
        </vaccineCode>
        <patient>
          <reference value="Patient/Covid19PatientExample"/>
        </patient>
        <encounter>
          <reference value="Encounter/Covid19AssessmentEncounterExample"/>
        </encounter>
        <occurrenceDateTime value="2022-07-28"/>
        <reportOrigin>
          <coding>
            <system
                    value="http://openhie.org/fhir/covid19-casereporting/CodeSystem/cs-source-of-info"/>
            <code value="VaccineCard"/>
          </coding>
        </reportOrigin>
        <lotNumber value="1"/>
        <expirationDate value="2022-12-28"/>
        <note>
          <authorReference>
            <reference value="Organization/Covid19OrganizationExample"/>
          </authorReference>
          <time value="2015-02-07T13:28:17-05:00"/>
          <text value="Some other text..."/>
        </note>
        <protocolApplied>
          <series value="Primary"/>
          <doseNumberPositiveInt value="1"/>
        </protocolApplied>
      </Immunization>
    </resource>
    <request>
      <method value="PUT"/>
      <url value="Immunization/Covid19AssessmentVaccinationExample"/>
    </request>
  </entry>
  <entry>
    <fullUrl value="Immunization/Covid19VaccinationExample"/>
    <resource>
      <Immunization>
        <id value="Covid19VaccinationExample"/>
        <meta>
          <profile
                   value="http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-vaccination"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Immunization</b><a name="Covid19VaccinationExample"> </a></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 Immunization &quot;Covid19VaccinationExample&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-covid19-vaccination.html">Immunization Tracking</a></p></div><p><b>status</b>: completed</p><p><b>vaccineCode</b>: XM4YL8 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (mms#XM4YL8)</span></p><p><b>patient</b>: <a href="#Patient_Covid19PatientExample">See above (Patient/Covid19PatientExample)</a></p><p><b>encounter</b>: <a href="#Encounter_Covid19AssessmentEncounterExample">See above (Encounter/Covid19AssessmentEncounterExample)</a></p><p><b>occurrence</b>: 2022-07-28</p><p><b>reportOrigin</b>: Vaccine Card <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-cs-source-of-info.html">Source of Information</a>#VaccineCard)</span></p><p><b>lotNumber</b>: 1</p><p><b>expirationDate</b>: 2022-12-28</p><p><b>note</b>: Some other text... (By Organization/Covid19OrganizationExample @Feb 7, 2015, 6:28:17 PM)</p><h3>ProtocolApplieds</h3><table class="grid"><tr><td>-</td><td><b>Series</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td>*</td><td>Booster</td><td>1</td></tr></table></div>
        </text>
        <status value="completed"/>
        <vaccineCode>
          <coding>
            <system value="http://icd.who.int/icd11/mms"/>
            <code value="XM4YL8"/>
          </coding>
        </vaccineCode>
        <patient>
          <reference value="Patient/Covid19PatientExample"/>
        </patient>
        <encounter>
          <reference value="Encounter/Covid19AssessmentEncounterExample"/>
        </encounter>
        <occurrenceDateTime value="2022-07-28"/>
        <reportOrigin>
          <coding>
            <system
                    value="http://openhie.org/fhir/covid19-casereporting/CodeSystem/cs-source-of-info"/>
            <code value="VaccineCard"/>
          </coding>
        </reportOrigin>
        <lotNumber value="1"/>
        <expirationDate value="2022-12-28"/>
        <note>
          <authorReference>
            <reference value="Organization/Covid19OrganizationExample"/>
          </authorReference>
          <time value="2015-02-07T13:28:17-05:00"/>
          <text value="Some other text..."/>
        </note>
        <protocolApplied>
          <series value="Booster"/>
          <doseNumberPositiveInt value="1"/>
        </protocolApplied>
      </Immunization>
    </resource>
    <request>
      <method value="PUT"/>
      <url value="Immunization/Covid19VaccinationExample"/>
    </request>
  </entry>
  <entry>
    <fullUrl value="MedicationRequest/Covid19MedicationRequestExample"/>
    <resource>
      <MedicationRequest>
        <id value="Covid19MedicationRequestExample"/>
        <meta>
          <profile
                   value="http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-medication-request"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: MedicationRequest</b><a name="Covid19MedicationRequestExample"> </a></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 MedicationRequest &quot;Covid19MedicationRequestExample&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-covid19-medication-request.html">Treatment dispensed or prescribed</a></p></div><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>medication</b>: {10 (nirmatrelvir 150 MG Oral Tablet) / 10 (ritonavir 100 MG Oral Tablet) } Pack [Paxlovid 150 MG /100 MG Dose Pack] <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-v3-rxNorm.html">RxNorm</a>#2599543)</span></p><p><b>subject</b>: <a href="#Patient_Covid19PatientExample">See above (Patient/Covid19PatientExample)</a></p><p><b>encounter</b>: <a href="#Encounter_Covid19AssessmentEncounterExample">See above (Encounter/Covid19AssessmentEncounterExample)</a></p><p><b>note</b>: additional notes here (By Organization/Covid19OrganizationExample @Feb 7, 2015, 6:28:17 PM)</p></div>
        </text>
        <status value="active"/>
        <intent value="order"/>
        <medicationCodeableConcept>
          <coding>
            <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
            <code value="2599543"/>
          </coding>
        </medicationCodeableConcept>
        <subject>
          <reference value="Patient/Covid19PatientExample"/>
        </subject>
        <encounter>
          <reference value="Encounter/Covid19AssessmentEncounterExample"/>
        </encounter>
        <note>
          <authorReference>
            <reference value="Organization/Covid19OrganizationExample"/>
          </authorReference>
          <time value="2015-02-07T13:28:17-05:00"/>
          <text value="additional notes here"/>
        </note>
      </MedicationRequest>
    </resource>
    <request>
      <method value="PUT"/>
      <url value="MedicationRequest/Covid19MedicationRequestExample"/>
    </request>
  </entry>
  <entry>
    <fullUrl value="Observation/Covid19VaccineDoseEverReceivedExample"/>
    <resource>
      <Observation>
        <id value="Covid19VaccineDoseEverReceivedExample"/>
        <meta>
          <profile
                   value="http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-vaccine-dose-ever-received"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="Covid19VaccineDoseEverReceivedExample"> </a></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 Observation &quot;Covid19VaccineDoseEverReceivedExample&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-covid19-vaccine-dose-ever-received.html">Vaccine Dose Ever Received</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Yes (qualifier value) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#373066001)</span></p><p><b>subject</b>: <a href="#Patient_Covid19PatientExample">See above (Patient/Covid19PatientExample)</a></p><p><b>encounter</b>: <a href="#Encounter_Covid19AssessmentEncounterExample">See above (Encounter/Covid19AssessmentEncounterExample)</a></p><p><b>performer</b>: <a href="Organization-Covid19OrganizationExample.html">Organization/Covid19OrganizationExample</a> &quot;Covid19 Organization&quot;</p></div>
        </text>
        <status value="final"/>
        <code>
          <coding>
            <system value="http://snomed.info/sct"/>
            <code value="373066001"/>
          </coding>
        </code>
        <subject>
          <reference value="Patient/Covid19PatientExample"/>
        </subject>
        <encounter>
          <reference value="Encounter/Covid19AssessmentEncounterExample"/>
        </encounter>
        <performer>
          <reference value="Organization/Covid19OrganizationExample"/>
        </performer>
      </Observation>
    </resource>
    <request>
      <method value="PUT"/>
      <url value="Observation/Covid19VaccineDoseEverReceivedExample"/>
    </request>
  </entry>
  <entry>
    <fullUrl value="Observation/Covid19RecoveredOrSymptomsResolvedExample"/>
    <resource>
      <Observation>
        <id value="Covid19RecoveredOrSymptomsResolvedExample"/>
        <meta>
          <profile
                   value="http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-recovered-or-symptoms-resolved"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="Covid19RecoveredOrSymptomsResolvedExample"> </a></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 Observation &quot;Covid19RecoveredOrSymptomsResolvedExample&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-covid19-recovered-or-symptoms-resolved.html">Recovered Or Symptoms Resolved</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Patient condition resolved (finding) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#370996005)</span></p><p><b>subject</b>: <a href="#Patient_Covid19PatientExample">See above (Patient/Covid19PatientExample)</a></p><p><b>encounter</b>: <a href="#Encounter_Covid19AssessmentEncounterExample">See above (Encounter/Covid19AssessmentEncounterExample)</a></p><p><b>effective</b>: 2022-11-09</p><p><b>performer</b>: <a href="Organization-Covid19OrganizationExample.html">Organization/Covid19OrganizationExample</a> &quot;Covid19 Organization&quot;</p><p><b>note</b>: Some other text... (By Organization/Covid19OrganizationExample @Feb 7, 2015, 6:28:17 PM)</p></div>
        </text>
        <status value="final"/>
        <code>
          <coding>
            <system value="http://snomed.info/sct"/>
            <code value="370996005"/>
          </coding>
        </code>
        <subject>
          <reference value="Patient/Covid19PatientExample"/>
        </subject>
        <encounter>
          <reference value="Encounter/Covid19AssessmentEncounterExample"/>
        </encounter>
        <effectiveDateTime value="2022-11-09"/>
        <performer>
          <reference value="Organization/Covid19OrganizationExample"/>
        </performer>
        <note>
          <authorReference>
            <reference value="Organization/Covid19OrganizationExample"/>
          </authorReference>
          <time value="2015-02-07T13:28:17-05:00"/>
          <text value="Some other text..."/>
        </note>
      </Observation>
    </resource>
    <request>
      <method value="PUT"/>
      <url value="Observation/Covid19RecoveredOrSymptomsResolvedExample"/>
    </request>
  </entry>
  <entry>
    <fullUrl value="Observation/Covid19DeathExample"/>
    <resource>
      <Observation>
        <id value="Covid19DeathExample"/>
        <meta>
          <profile
                   value="http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-death"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="Covid19DeathExample"> </a></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 Observation &quot;Covid19DeathExample&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-covid19-death.html">Death</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Dead (finding) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#419099009)</span></p><p><b>subject</b>: <a href="#Patient_Covid19PatientExample">See above (Patient/Covid19PatientExample)</a></p><p><b>encounter</b>: <a href="#Encounter_Covid19AssessmentEncounterExample">See above (Encounter/Covid19AssessmentEncounterExample)</a></p><p><b>effective</b>: 2022-11-09</p><p><b>performer</b>: <a href="Organization-Covid19OrganizationExample.html">Organization/Covid19OrganizationExample</a> &quot;Covid19 Organization&quot;</p><p><b>note</b>: Some other text... (By Organization/Covid19OrganizationExample @Feb 7, 2015, 6:28:17 PM)</p></div>
        </text>
        <status value="final"/>
        <code>
          <coding>
            <system value="http://snomed.info/sct"/>
            <code value="419099009"/>
          </coding>
        </code>
        <subject>
          <reference value="Patient/Covid19PatientExample"/>
        </subject>
        <encounter>
          <reference value="Encounter/Covid19AssessmentEncounterExample"/>
        </encounter>
        <effectiveDateTime value="2022-11-09"/>
        <performer>
          <reference value="Organization/Covid19OrganizationExample"/>
        </performer>
        <note>
          <authorReference>
            <reference value="Organization/Covid19OrganizationExample"/>
          </authorReference>
          <time value="2015-02-07T13:28:17-05:00"/>
          <text value="Some other text..."/>
        </note>
      </Observation>
    </resource>
    <request>
      <method value="PUT"/>
      <url value="Observation/Covid19DeathExample"/>
    </request>
  </entry>
  <entry>
    <fullUrl value="Observation/Covid19LongCovidPostCovidExample"/>
    <resource>
      <Observation>
        <id value="Covid19LongCovidPostCovidExample"/>
        <meta>
          <profile
                   value="http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-long-covid-post-covid"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="Covid19LongCovidPostCovidExample"> </a></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 Observation &quot;Covid19LongCovidPostCovidExample&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-covid19-long-covid-post-covid.html">Long Covid / Post-Covid</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Post-acute COVID-19 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#1119303003)</span></p><p><b>subject</b>: <a href="#Patient_Covid19PatientExample">See above (Patient/Covid19PatientExample)</a></p><p><b>encounter</b>: <a href="#Encounter_Covid19AssessmentEncounterExample">See above (Encounter/Covid19AssessmentEncounterExample)</a></p><p><b>effective</b>: 2022-11-09</p><p><b>performer</b>: <a href="Organization-Covid19OrganizationExample.html">Organization/Covid19OrganizationExample</a> &quot;Covid19 Organization&quot;</p><p><b>note</b>: Some other text... (By Organization/Covid19OrganizationExample @Feb 7, 2015, 6:28:17 PM)</p></div>
        </text>
        <status value="final"/>
        <code>
          <coding>
            <system value="http://snomed.info/sct"/>
            <code value="1119303003"/>
          </coding>
        </code>
        <subject>
          <reference value="Patient/Covid19PatientExample"/>
        </subject>
        <encounter>
          <reference value="Encounter/Covid19AssessmentEncounterExample"/>
        </encounter>
        <effectiveDateTime value="2022-11-09"/>
        <performer>
          <reference value="Organization/Covid19OrganizationExample"/>
        </performer>
        <note>
          <authorReference>
            <reference value="Organization/Covid19OrganizationExample"/>
          </authorReference>
          <time value="2015-02-07T13:28:17-05:00"/>
          <text value="Some other text..."/>
        </note>
      </Observation>
    </resource>
    <request>
      <method value="PUT"/>
      <url value="Observation/Covid19LongCovidPostCovidExample"/>
    </request>
  </entry>
</Bundle>