CMS ACCESS Model API
0.9.0 - ci-build
CMS ACCESS Model API - Local Development build (v0.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Official URL: https://globalalliantinc.com/access/OperationDefinition/SubmissionStatus | Version: 0.9.0 | |||
| Active as of 2026-03-06 | Computable Name: SubmissionStatus | |||
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 for $check-eligibility, ACCESSAlignmentResultVS for $align, and ACCESSUnalignmentResultVS for $unalign.
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| OUT | result | 1..1 | CodeableConcept | The result of the asynchronous operation. The specific codes returned depend on the original operation type: ACCESSEligibilityResultVS for $check-eligibility submissions, ACCESSAlignmentResultVS for $align submissions, and ACCESSUnalignmentResultVS for $unalign 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. | ||
| OUT | issues | 0..1 | OperationOutcome | This parameter MAY be included to provide more detail about the context of the result code. |
The submissionID of the original request is provided in the $submission-status URL: GET https://[base]/access/Patient/$submission-status/sub-12345