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
| Active as of 2026-05-20 |
<OperationDefinition xmlns="http://hl7.org/fhir">
<id value="SubmissionStatus"/>
<language value="en"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: OperationDefinition SubmissionStatus</b></p><a name="SubmissionStatus"> </a><a name="hcSubmissionStatus"> </a><h3>Parameters</h3><table class="grid"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>OUT</td><td>result</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#CodeableConcept">CodeableConcept</a></td><td/><td><div><p>The result of the asynchronous operation. The specific codes returned depend on the original operation type: <a href="ValueSet-ACCESSEligibilityResultVS.html">ACCESSEligibilityResultVS</a> for $check-eligibility submissions, <a href="ValueSet-ACCESSAlignmentResultVS.html">ACCESSAlignmentResultVS</a> for $align submissions, <a href="ValueSet-ACCESSUnalignmentResultVS.html">ACCESSUnalignmentResultVS</a> for $unalign submissions, and <a href="ValueSet-ACCESSReportDataResultVS.html">ACCESSReportDataResultVS</a> for $report-data submissions. When processing is complete (HTTP 200), this parameter contains the result code and descriptive text. When still processing (HTTP 202), no body is returned.</p>
</div></td></tr><tr><td>OUT</td><td>issues</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/operationoutcome.html">OperationOutcome</a></td><td/><td><div><p>This parameter <strong>MAY</strong> be included to provide more detail about the context of the result code.</p>
</div></td></tr></table><div><p>The submissionID of the original request is provided in the $submission-status URL: GET https://[base]/access/Patient/$submission-status/sub-12345</p>
</div></div>
</text>
<url
value="https://dsacms.github.io/cmmi-access-model/OperationDefinition/SubmissionStatus"/>
<version value="0.9.8"/>
<name value="SubmissionStatus"/>
<title value="Submission Status"/>
<status value="active"/>
<kind value="operation"/>
<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="The **$submission-status** operation allows the client to check the status of any asynchronous ACCESS operation submission. This is a shared operation used by all ACCESS APIs. The specific result codes returned depend on which operation created the submission: [ACCESSEligibilityResultVS](ValueSet-ACCESSEligibilityResultVS.html) for $check-eligibility, [ACCESSAlignmentResultVS](ValueSet-ACCESSAlignmentResultVS.html) for $align, [ACCESSUnalignmentResultVS](ValueSet-ACCESSUnalignmentResultVS.html) for $unalign, and [ACCESSReportDataResultVS](ValueSet-ACCESSReportDataResultVS.html) for $report-data."/>
<jurisdiction>
<coding>
<system value="urn:iso:std:iso:3166"/>
<code value="US"/>
<display value="United States of America"/>
</coding>
</jurisdiction>
<code value="submission-status"/>
<comment
value="The submissionID of the original request is provided in the $submission-status URL: GET https://[base]/access/Patient/$submission-status/sub-12345"/>
<system value="false"/>
<type value="true"/>
<instance value="false"/>
<parameter>
<name value="result"/>
<use value="out"/>
<min value="1"/>
<max value="1"/>
<documentation
value="The result of the asynchronous operation. The specific codes returned depend on the original operation type: [ACCESSEligibilityResultVS](ValueSet-ACCESSEligibilityResultVS.html) for $check-eligibility submissions, [ACCESSAlignmentResultVS](ValueSet-ACCESSAlignmentResultVS.html) for $align submissions, [ACCESSUnalignmentResultVS](ValueSet-ACCESSUnalignmentResultVS.html) for $unalign submissions, and [ACCESSReportDataResultVS](ValueSet-ACCESSReportDataResultVS.html) for $report-data submissions. When processing is complete (HTTP 200), this parameter contains the result code and descriptive text. When still processing (HTTP 202), no body is returned."/>
<type value="CodeableConcept"/>
</parameter>
<parameter>
<name value="issues"/>
<use value="out"/>
<min value="0"/>
<max value="1"/>
<documentation
value="This parameter **MAY** be included to provide more detail about the context of the result code."/>
<type value="OperationOutcome"/>
</parameter>
</OperationDefinition>