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-add | Version: 2.0.0 | |||
Active as of 2021-07-22 | Computable Name: MemberAdd |
Adds a new member to the Group for attribution purposes.
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
The following combinations of parameters SHALL be supported by the server implementing the operation.
Similar to any FHIR operation, Consumers need to obtain authorization to successfully invoke the operation.
The Producer SHALL allow the member-add operation only when the attribution list status is “draft”.
When the attribution list status is “final” the Producer SHALL reject the operation with appropriate OperationOutcome.
APIs : Member Add :
POST [Base FHIR Url]/Group/[id]/$member-add
Producers SHALL return values from the operation as per the FHIR Operation Response Specification.
URL: [base]/Group/[id]/$member-add
Parameters
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | memberId | 0..1 | Identifier | The MemberId of the member that needs to be added to the Group. | ||
IN | providerNpi | 0..1 | Identifier | The Attributed Provider along with the MemberId who needs to be added to the Group. | ||
IN | patientReference | 0..1 | Reference | The reference of the member to be added to the Group. | ||
IN | providerReference | 0..1 | Reference | The reference to the Attributed Provider along with the patient reference that needs to be added to the Group. | ||
IN | attributionPeriod | 0..1 | Period | The period over which the patient is being attributed to the provider. |