This page is part of the Risk Based Contracts Member Attribution List FHIR IG (v2.0.0-ballot: STU2 Release 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
Official URL: http://hl7.org/fhir/us/davinci-atr/OperationDefinition/member-remove | Version: 2.0.0-ballot | |||
Active as of 2021-07-22 | Computable Name: MemberRemove |
Removes a member from the Group based on existing attribution.
This is new content for the STU 2 ballot.
This operation is used to add a member along with the attributed provider to the Member Attribution List. This allows the consumer (client) to add members to the Group during the reconciliation process.
Implementation Requirements
Implementers are advised to read Data Model Requirements to implement the Attribution list.
The following combinations of parameters SHALL be supported by the server implementing the operation.
APIs : Member Add :
POST [Base FHIR Url]/Group/[id]/$member-remove
URL: [base]/Group/[id]/$member-remove
Parameters
Use | Name | Cardinality | Type | Binding | Documentation |
IN | memberId | 0..1 | Identifier | The MemberId of the member to be removed to the Group. | |
IN | providerNpi | 0..1 | Identifier | The Provider to whom the member has been attributed to. | |
IN | patientReference | 0..1 | Reference | The reference of the member to be removed from the Group. | |
IN | providerReference | 0..1 | Reference | The reference to the Provider to whom the member has been attributed to. | |
IN | coverageReference | 0..1 | Reference | The reference to the coverage based on which the attribution has to be removed. |