Da Vinci - Member Attribution (ATR) List, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.1.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-atr/ and changes regularly. See the Directory of published versions
Official URL: http://hl7.org/fhir/us/davinci-atr/OperationDefinition/attribution-status | Version: 2.1.0-preview | |||
Active as of 2021-07-22 | Computable Name: AttributionStatus |
Provides the attribution status of the Patient in a Bundle which contains all the attribution resources related to the Patient.
This operation is used to retrieve the attribution status for a specific member. This allows the consumer (client) to retrieve member attribution status as part of work flows.
Implementation Details
The client (consumer) can pass a memberId or a patientReference which is a Reference to the patient resource in the Producer’s system when querying for the attribution data. The Producer is supposed to return the attribution data for the individual member in a Bundle as part of the return value from the operation. If the member is not part of the Group or the client does not have appropriate privileges to query the Group, then an appropriate OperationOutcome would need to be returned. Similar to any FHIR operation, Consumers need to obtain authorization to successfully invoke the operation.
APIs : Attribution Status :
POST [Base FHIR Url]/Group/[id]/$attribution-status
Producers SHALL return values from the operation as per the FHIR Operation Response Specification.
The returned resource from the above operation is a Bundle resource which contains Member Attribution List Data for a specific patient.
Generated Narrative: OperationDefinition attribution-status
URL: [base]/Group/[id]/$attribution-status
Parameters
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | memberId | 0..1 | Identifier | The MemberId of the member for whom the atttibution status is requested. | ||
IN | patientReference | 0..1 | Reference | The reference of the member for whom the atttibution status is requested. |