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

: Example of a Content Bundle containing Composition resource - XML Representation

Raw xml | Download


<Bundle xmlns="http://hl7.org/fhir">
  <id value="hcs-content-bundle-example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-content-bundle"/>
  </meta>
  <type value="collection"/>
  <timestamp value="2020-11-20T11:15:33-10:00"/>
  <entry>
    <fullUrl
             value="http://example.org/fhir/Composition/hcs-composition-content-example"/>
    <resource>
      <Composition>
        <id value="hcs-composition-content-example"/>
        <meta>
          <profile
                   value="http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-composition"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><a name="Composition_hcs-composition-content-example"> </a><p class="res-header-id"><b>Generated Narrative: Composition hcs-composition-content-example</b></p><a name="hcs-composition-content-example"> </a><a name="hchcs-composition-content-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="StructureDefinition-hcs-composition.html">Health Care Survey Report Composition</a></p></div><p><b>identifier</b>: c03eab8c-11e8-4d0c-ad2a-b385395e27db</p><p><b>status</b>: Final</p><p><b>type</b>: <span title="Codes:{http://loinc.org 75619-7}">National Health Care Surveys report</span></p><p><b>encounter</b>: <a href="Encounter-encounter-ambulatory.html">Ambulatory Office Visit</a></p><p><b>date</b>: 2023-01-02 22:13:23+0000</p><p><b>author</b>: <a href="Practitioner-practitioner-1.html">Nicholas Joseph</a></p><p><b>title</b>: National Health Care Surveys report</p></div>
        </text>
        <identifier>
          <value value="c03eab8c-11e8-4d0c-ad2a-b385395e27db"/>
        </identifier>
        <status value="final"/>
        <type>
          <coding>
            <system value="http://loinc.org"/>
            <code value="75619-7"/>
          </coding>
        </type>
        <subject>🔗 
          <reference value="Patient/patient-ledner"/>
          <display value="Amy Shaw"/>
        </subject>
        <encounter>🔗 
          <reference value="Encounter/encounter-ambulatory"/>
          <display value="Ambulatory Office Visit"/>
        </encounter>
        <date value="2023-01-02T22:13:23Z"/>
        <author>🔗 
          <reference value="Practitioner/practitioner-1"/>
          <display value="Nicholas Joseph"/>
        </author>
        <title value="National Health Care Surveys report"/>
        <section>
          <title value="Reason for Visit Section"/>
          <code>
            <coding>
              <system value="http://loinc.org"/>
              <code value="29299-5"/>
              <display value="Reason for visit Narrative"/>
            </coding>
          </code>
          <text>
            <status value="generated"/>
            <div xmlns="http://www.w3.org/1999/xhtml"><p>Reason for Visit: Bad cough</p></div>
          </text>
        </section>
        <section>
          <title value="Problems Section"/>
          <code>
            <coding>
              <system value="http://loinc.org"/>
              <code value="11450-4"/>
              <display value="Problem list - Reported"/>
            </coding>
          </code>
          <text>
            <status value="generated"/>
            <div xmlns="http://www.w3.org/1999/xhtml"><p>Single liveborn, born in hospital</p></div>
          </text>
          <entry>🔗 
            <reference value="Condition/condition-problem"/>
          </entry>
        </section>
        <section>
          <title value="Allergies Section"/>
          <code>
            <coding>
              <system value="http://loinc.org"/>
              <code value="48765-2"/>
              <display value="Allergies and adverse reactions Document"/>
            </coding>
          </code>
          <text>
            <status value="generated"/>
            <div xmlns="http://www.w3.org/1999/xhtml"><p>Allergy to Sulfonide</p></div>
          </text>
          <entry>🔗 
            <reference
                       value="AllergyIntolerance/allergyintolerance-sulfonamide"/>
          </entry>
        </section>
        <section>
          <title value="Medications Section"/>
          <code>
            <coding>
              <system value="http://loinc.org"/>
              <code value="10160-0"/>
              <display value="History of Medication use Narrative"/>
            </coding>
          </code>
          <text>
            <status value="generated"/>
            <div xmlns="http://www.w3.org/1999/xhtml">Taking Lantus</div>
          </text>
          <entry>🔗 
            <reference
                       value="MedicationAdministration/medicationadministration-example"/>
          </entry>
        </section>
      </Composition>
    </resource>
  </entry>
</Bundle>