Da Vinci - Member Attribution (ATR) List
2.0.0-ballot - STU 2.0.0 US

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

OperationDefinition: Member Add

Official URL: http://hl7.org/fhir/us/davinci-atr/OperationDefinition/member-add Version: 2.0.0-ballot
Active as of 2021-07-22 Computable Name: MemberAdd

Adds a new member to the Group for attribution purposes.

This is new content for the STU 2 ballot.

Introduction

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

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.

  • MemberId + ProviderNPI - (Adds the member and the attributed provider to the Attribution List).
  • MemberId + ProviderNPI + attributionPeriod - (Adds the member, attributed provider and the attribution period to the Attribution List).
  • patientReference + providerReference - (Adds the member and the attributed provider to the Attribution List).
  • patientReference + providerReference + attributionPeriod - (Adds the member, attributed provider and the attribution period to the Attribution List).

APIs : Member Add :

POST [Base FHIR Url]/Group/[id]/$member-add

URL: [base]/Group/[id]/$member-add

Parameters

UseNameCardinalityTypeBindingDocumentation
INmemberId0..1Identifier

The MemberId of the member to be added to the Group.

INproviderNpi0..1Identifier

The Provider to whom the member is being attributed to.

INpatientReference0..1Reference

The reference of the member to be added to the Group.

INproviderReference0..1Reference

The reference to the Provider to whom the member is being attributed to.

INattributionPeriod0..1Period

The period over which the patient is being attributed to the provider.