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 Remove

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.

Introduction

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.

  • MemberId only - (Removes all attributions for that Member)
  • MemberId + ProviderNPI - (Removes all attributions for the combination of Member and Provider)
  • patientReference - (Removes all attributions for that Member)
  • patientReference + providerReference - (Removes all attributions for the combination of Member and Provider)
  • patientReference + providerReference + coverageReference - (Removes the attribution for the combination of Member and Provider and Coverage resources)

APIs : Member Add :

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

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

Parameters

UseNameCardinalityTypeBindingDocumentation
INmemberId0..1Identifier

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

INproviderNpi0..1Identifier

The Provider to whom the member has been attributed to.

INpatientReference0..1Reference

The reference of the member to be removed from the Group.

INproviderReference0..1Reference

The reference to the Provider to whom the member has been attributed to.

INcoverageReference0..1Reference

The reference to the coverage based on which the attribution has to be removed.