This resource establishes demographics and identifiers for an individual visiting or receiving treatment from a healthcare organization. A patient record serves as the most common base for data being exchanged since it establishes the “who” behind the data.
You can review, retrieve, create, or update patient records.
The other operations are specific to Verato and CMS ACCESS (Advancing Chronic Care with Effective, Scalable Solutions). You must register and be approved to participate in CMS ACCESS. Learn more about CMS ACCESS.
$submission-status
Check the status of a submitted $check-eligibility, $align, $unalign, or $report-data request.
This returns an “Accepted” status while processing and the final result or error details once complete.
We support this operation for completeness and compliance with the ACCESS specification.
- resultrequired, object
The terminal status of the submission.
- codingArray of object
A reference to a code defined by a terminology system.
- systemstring
The identification of the code system that defines the meaning of the symbol in the code.
- codestring
A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).
- textstring
A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.
- issuesobject
Additional diagnostic information about the submission outcome, when present.
- resourceTyperequired, string
Identifies the type of the resource
Value:OperationOutcome - issuerequired, Array of object
A structured respresentation of the error that occurred
- severityrequired, string
Generally
errororfatalPossible Values:fatal,error,warning,information - coderequired, string
A FHIR category code that describes the general type of issue. See http://hl7.org/fhir/ValueSet/issue-type for details
- idstring
If the error occurs in the RedoxEngine, this corresponds to an Error record in the organization.
- detailsobject
Additional details about the error. This may be a text description of the error or a system code that identifies the error.
- codingArray of object
A more granular FHIR code for the specific error. Typically from http://hl7.org/fhir/ValueSet/operation-outcome
- systemstring
The identification of the code system that defines the meaning of the symbol in the code.
- codestring
A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).
- textstring
A human-readable interpretation of the issue code
- diagnosticsstring
Additional diagnostic information about the issue.
Terminal status payload returned by the CMS ACCESS $submission-status operation. The specific result codes depend on which operation created the submission.