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.
$report-data
Submit required clinical data and patient-reported outcomes for an aligned patient. This is used to submit data reporting bundles at the start of care (baseline), quarterly, and at the end of the 12-month period of care.
This returns a submission ID so you can check the status of this operation with $submission-status.
cURL request example
Request Body Schema
- participantIDrequired, object
Identifier of the participating entity submitting the data.
- typeobject
A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.
- 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.
- systemstring
Establishes the namespace for the value - that is, a URL that describes a set values that are unique.
- valuestring
The portion of the identifier typically relevant to the user and which is unique within the context of the system.
- payerIDrequired, object
Identifier of the payer associated with the report.
- typeobject
A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.
- 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.
- systemstring
Establishes the namespace for the value - that is, a URL that describes a set values that are unique.
- valuestring
The portion of the identifier typically relevant to the user and which is unique within the context of the system.
- trackrequired, object
The CMS ACCESS model track the report applies to.
- 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.
- reportTyperequired, object
The type of data being reported.
- 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.
- dataBundlerequired, Array of object
One or more bundles containing the reportable data.
- resourceTyperequired, string
Identifies the type of the resource
Value:Bundle - typerequired, string
Indicates the purpose of this bundle - how it is intended to be used.
Possible Values:document,message,transaction,transaction-response,batch,batch-response,history,searchset,collection - entryArray of object
An entry in the bundle containing a FHIR resource
Input parameters for the CMS ACCESS $report-data operation, which submits data reporting information for the ACCESS model. The request body is a FHIR Parameters resource; each field below is a named entry in the parameter array (see the request example for the exact wire format).