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

: eCKM Report Data Composition Example

Raw xml | Download


<Composition xmlns="http://hl7.org/fhir">
  <id value="eCKMReportDataCompositionExample"/>
  <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 eCKM 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 eCKM Track Data Report"/>
  <custodian>🔗 
    <reference value="Organization/OrganizationExample"/>
  </custodian>
  <section>
    <title value="Data reporting for eCKM track"/>
    <code>
      <coding>
        <system
                value="https://dsacms.github.io/cmmi-access-model/CodeSystem/ACCESSTrackCS"/>
        <code value="eCKM"/>
      </coding>
    </code>
    <text>
      <status value="generated"/>
      <div xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"><p>Comprehensive eCKM Track Data Reporting including vital signs (blood pressure, body weight, waist circumference), and laboratory results (HbA1c, lipid panel).</p></div>
    </text>
    <section>
      <title value="Blood Pressure"/>
      <code>
        <coding>
          <system value="http://loinc.org"/>
          <code value="85354-9"/>
        </coding>
      </code>
      <entry>🔗 
        <reference value="Observation/BloodPressureExample"/>
      </entry>
      <entry>🔗 
        <reference value="Observation/BloodPressureExample2"/>
      </entry>
      <entry>🔗 
        <reference value="Observation/BloodPressureExample3"/>
      </entry>
    </section>
    <section>
      <title value="Weight"/>
      <code>
        <coding>
          <system value="http://loinc.org"/>
          <code value="29463-7"/>
        </coding>
      </code>
      <entry>🔗 
        <reference value="Observation/BodyWeightExample"/>
      </entry>
    </section>
    <section>
      <title value="BMI"/>
      <code>
        <coding>
          <system value="http://loinc.org"/>
          <code value="39156-5"/>
        </coding>
      </code>
      <entry>🔗 
        <reference value="Observation/BMIExample"/>
      </entry>
    </section>
    <section>
      <title value="Waist Circumference"/>
      <code>
        <coding>
          <system value="http://loinc.org"/>
          <code value="8280-0"/>
        </coding>
      </code>
      <entry>🔗 
        <reference value="Observation/WaistCircumferenceExample"/>
      </entry>
    </section>
    <section>
      <title value="HbA1c"/>
      <code>
        <coding>
          <system value="http://loinc.org"/>
          <code value="4548-4"/>
        </coding>
      </code>
      <entry>🔗 
        <reference value="Observation/HbA1cExample"/>
      </entry>
    </section>
    <section>
      <title value="Lipids"/>
      <code>
        <coding>
          <system value="http://loinc.org"/>
          <code value="18262-6"/>
        </coding>
      </code>
      <entry>🔗 
        <reference value="Observation/LDLCholesterolExample"/>
      </entry>
    </section>
  </section>
</Composition>