CMS ACCESS Model API
0.9.8 - draft US

This page is part of the ACCESS Model IG v0.9.8 DRAFT (v0.9.8: Releases Draft) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: BH Report Data Composition Example

Raw xml | Download


<Composition xmlns="http://hl7.org/fhir">
  <id value="BHReportDataCompositionExample"/>
  <meta>
    <profile
             value="https://dsacms.github.io/cmmi-access-model/StructureDefinition/access-data-reporting-composition"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"><h3>ACCESS BH Track Data Report</h3><p>Patient: John Doe (MBI: 1EG4TE5MK73)</p><p>Report Date: 2026-01-26</p><p>Author: Jane Smith</p></div>
  </text>
  <status value="final"/>
  <type>
    <coding>
      <system value="http://loinc.org"/>
      <code value="74465-6"/>
      <display value="Questionnaire response Document"/>
    </coding>
  </type>
  <subject>🔗 
    <reference value="Patient/PatientExample"/>
  </subject>
  <date value="2026-01-26T12:00:00Z"/>
  <author>🔗 
    <reference value="Practitioner/PractitionerExample"/>
  </author>
  <title value="ACCESS BH Track Data Report"/>
  <custodian>🔗 
    <reference value="Organization/OrganizationExample"/>
  </custodian>
  <section>
    <title value="Data reporting for BH track"/>
    <code>
      <coding>
        <system
                value="https://dsacms.github.io/cmmi-access-model/CodeSystem/ACCESSTrackCS"/>
        <code value="BH"/>
      </coding>
    </code>
    <text>
      <status value="generated"/>
      <div xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"><p>Behavioral Health Track Data Reporting including depression and anxiety assessments and patient-reported outcomes.</p></div>
    </text>
    <section>
      <title value="Depression (PHQ-9)"/>
      <code>
        <coding>
          <system value="http://loinc.org"/>
          <code value="44249-1"/>
        </coding>
      </code>
      <entry>🔗 
        <reference value="QuestionnaireResponse/DepressionPHQ9Example"/>
      </entry>
    </section>
    <section>
      <title value="Anxiety (GAD-7)"/>
      <code>
        <coding>
          <system value="http://loinc.org"/>
          <code value="69737-5"/>
        </coding>
      </code>
      <entry>🔗 
        <reference value="QuestionnaireResponse/AnxietyGAD7Example"/>
      </entry>
    </section>
    <section>
      <title value="Overall Function (WHODAS 2.0)"/>
      <code>
        <coding>
          <system
                  value="https://dsacms.github.io/cmmi-access-model/CodeSystem/ACCESSReportDataCompositionSectionCS"/>
          <code value="WHODAS"/>
        </coding>
      </code>
      <entry>🔗 
        <reference value="QuestionnaireResponse/WHODASExample"/>
      </entry>
    </section>
    <section>
      <title value="Patient's Global Impression of Change"/>
      <code>
        <coding>
          <system
                  value="https://dsacms.github.io/cmmi-access-model/CodeSystem/ACCESSReportDataCompositionSectionCS"/>
          <code value="PGIC"/>
        </coding>
      </code>
      <entry>🔗 
        <reference value="QuestionnaireResponse/BHPGICExample"/>
      </entry>
    </section>
  </section>
</Composition>