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
| Draft as of 2026-05-20 |
{
"resourceType" : "CodeSystem",
"id" : "ACCESSReportDataResultCS",
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<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>"
},
"url" : "https://dsacms.github.io/cmmi-access-model/CodeSystem/ACCESSReportDataResultCS",
"version" : "0.9.8",
"name" : "ACCESSReportDataResultCS",
"title" : "ACCESS Report Data Result Codes",
"status" : "draft",
"experimental" : false,
"date" : "2026-05-20T09:30:43-04:00",
"publisher" : "Global Alliant, Inc.",
"contact" : [
{
"name" : "Global Alliant, Inc.",
"telecom" : [
{
"system" : "url",
"value" : "https://globalalliantinc.com"
},
{
"system" : "email",
"value" : "david.h@globalalliantinc.org"
}
]
}
],
"description" : "This codesystem defines the codes indicating the result of a data reporting submission.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US",
"display" : "United States of America"
}
]
}
],
"copyright" : "Copyright (c) 2026 Centers for Medicare and Medicaid Services (CMS).",
"caseSensitive" : true,
"content" : "complete",
"count" : 7,
"concept" : [
{
"code" : "success",
"display" : "Success",
"definition" : "The data reporting submission was successful."
},
{
"code" : "validation-error",
"display" : "Validation error",
"definition" : "Data submission failed validation (see the 'issues' parameter for specific errors and details)."
},
{
"code" : "duplicate",
"display" : "Duplicate submission",
"definition" : "Data submission is a duplicate of a previously submitted report for this reporting period."
},
{
"code" : "patient-not-aligned",
"display" : "Patient not aligned",
"definition" : "Patient is not currently aligned to this participant in the specified track. Data reporting is only accepted for aligned patients."
},
{
"code" : "reporting-period-closed",
"display" : "Reporting period closed",
"definition" : "The reporting period for this data has closed and no further submissions are accepted."
},
{
"code" : "incomplete-data",
"display" : "Incomplete data",
"definition" : "Data submission is missing required observations or measurements for the specified track (see the 'issues' parameter for specific issues and details)."
},
{
"code" : "incorrect-track",
"display" : "Incorrect track",
"definition" : "The submitted data does not match the track the patient is aligned to."
}
]
}