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/member-add | Version: 2.1.0-preview | |||
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.
Generated Narrative: OperationDefinition member-add
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. |