This page is part of the Risk Based Contracts Member Attribution List FHIR IG (v2.0.0: STU2 Release 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Official URL: http://hl7.org/fhir/us/davinci-atr/OperationDefinition/attribution-status | Version: 2.0.0 | |||
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.
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. |