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 in its permanent home (it will always be available at this URL). 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 | |||
Active as of 2021-07-22 | Computable Name: MemberRemove |
Removes a member from the Group based on existing attribution.
This operation is used to remove a member along with the attributed provider from the Member Attribution List. This allows the consumer (client) to remove members from the Group during the reconciliation process.
Implementation Requirements
The following combinations of parameters SHALL be supported by the server implementing the operation.
The Producer SHALL allow the member-remove operation only when the attribution list status is “draft”.
When the attribution list status is in a “draft” status, member-remove operations will change the member’s active flag to false, indicating the the member is going to be removed from the list, however as part of the data exchange the member SHALL be included in the list as long as the status is draft.
Once the list has a status of final, the producer SHOULD remove the inactive members from the list and may only retain the active members.
When the attribution list status is “final” the Producer SHALL reject the operation with appropriate OperationOutcome.
APIs : Member Remove :
POST [Base FHIR Url]/Group/[id]/$member-remove
Producers SHALL return values from the operation as per the FHIR Operation Response Specification.
URL: [base]/Group/[id]/$member-remove
Parameters
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | memberId | 0..1 | Identifier | The MemberId of the member to be removed from the Group. | ||
IN | providerNpi | 0..1 | Identifier | The Provider attributed to the member who has to be removed in combination with the MemberId. | ||
IN | patientReference | 0..1 | Reference | The reference of the member to be removed from the Group. | ||
IN | providerReference | 0..1 | Reference | The Provider reference attributed to the member who has to be removed in combination with the patientReference. | ||
IN | coverageReference | 0..1 | Reference | The reference to the coverage based on which the attribution has to be removed. |