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

: ACCESS Report Data Result Codes

Draft as of 2026-05-20

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="ACCESSReportDataResultCS"/>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem ACCESSReportDataResultCS</b></p><a name="ACCESSReportDataResultCS"> </a><a name="hcACCESSReportDataResultCS"> </a><p>This case-sensitive code system <code>https://dsacms.github.io/cmmi-access-model/CodeSystem/ACCESSReportDataResultCS</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">success<a name="ACCESSReportDataResultCS-success"> </a></td><td>Success</td><td>The data reporting submission was successful.</td></tr><tr><td style="white-space:nowrap">validation-error<a name="ACCESSReportDataResultCS-validation-error"> </a></td><td>Validation error</td><td>Data submission failed validation (see the 'issues' parameter for specific errors and details).</td></tr><tr><td style="white-space:nowrap">duplicate<a name="ACCESSReportDataResultCS-duplicate"> </a></td><td>Duplicate submission</td><td>Data submission is a duplicate of a previously submitted report for this reporting period.</td></tr><tr><td style="white-space:nowrap">patient-not-aligned<a name="ACCESSReportDataResultCS-patient-not-aligned"> </a></td><td>Patient not aligned</td><td>Patient is not currently aligned to this participant in the specified track. Data reporting is only accepted for aligned patients.</td></tr><tr><td style="white-space:nowrap">reporting-period-closed<a name="ACCESSReportDataResultCS-reporting-period-closed"> </a></td><td>Reporting period closed</td><td>The reporting period for this data has closed and no further submissions are accepted.</td></tr><tr><td style="white-space:nowrap">incomplete-data<a name="ACCESSReportDataResultCS-incomplete-data"> </a></td><td>Incomplete data</td><td>Data submission is missing required observations or measurements for the specified track (see the 'issues' parameter for specific issues and details).</td></tr><tr><td style="white-space:nowrap">incorrect-track<a name="ACCESSReportDataResultCS-incorrect-track"> </a></td><td>Incorrect track</td><td>The submitted data does not match the track the patient is aligned to.</td></tr></table></div>
  </text>
  <url
       value="https://dsacms.github.io/cmmi-access-model/CodeSystem/ACCESSReportDataResultCS"/>
  <version value="0.9.8"/>
  <name value="ACCESSReportDataResultCS"/>
  <title value="ACCESS Report Data Result Codes"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2026-05-20T09:30:43-04:00"/>
  <publisher value="Global Alliant, Inc."/>
  <contact>
    <name value="Global Alliant, Inc."/>
    <telecom>
      <system value="url"/>
      <value value="https://globalalliantinc.com"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="david.h@globalalliantinc.org"/>
    </telecom>
  </contact>
  <description
               value="This codesystem defines the codes indicating the result of a data reporting submission."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
      <display value="United States of America"/>
    </coding>
  </jurisdiction>
  <copyright
             value="Copyright (c) 2026 Centers for Medicare and Medicaid Services (CMS)."/>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="7"/>
  <concept>
    <code value="success"/>
    <display value="Success"/>
    <definition value="The data reporting submission was successful."/>
  </concept>
  <concept>
    <code value="validation-error"/>
    <display value="Validation error"/>
    <definition
                value="Data submission failed validation (see the 'issues' parameter for specific errors and details)."/>
  </concept>
  <concept>
    <code value="duplicate"/>
    <display value="Duplicate submission"/>
    <definition
                value="Data submission is a duplicate of a previously submitted report for this reporting period."/>
  </concept>
  <concept>
    <code value="patient-not-aligned"/>
    <display value="Patient not aligned"/>
    <definition
                value="Patient is not currently aligned to this participant in the specified track. Data reporting is only accepted for aligned patients."/>
  </concept>
  <concept>
    <code value="reporting-period-closed"/>
    <display value="Reporting period closed"/>
    <definition
                value="The reporting period for this data has closed and no further submissions are accepted."/>
  </concept>
  <concept>
    <code value="incomplete-data"/>
    <display value="Incomplete data"/>
    <definition
                value="Data submission is missing required observations or measurements for the specified track (see the 'issues' parameter for specific issues and details)."/>
  </concept>
  <concept>
    <code value="incorrect-track"/>
    <display value="Incorrect track"/>
    <definition
                value="The submitted data does not match the track the patient is aligned to."/>
  </concept>
</CodeSystem>