Da Vinci - Member Attribution (ATR) List
2.0.0 - STU 2.0.0 United States of America flag

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.0.0 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

: Member Remove - XML Representation

Active as of 2021-07-22

Raw xml | Download



<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="member-remove"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>URL: [base]/Group/[id]/$member-remove</p><p>Parameters</p><table class="grid"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>memberId</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#Identifier">Identifier</a></td><td/><td><div><p>The MemberId of the member to be removed from the Group.</p>
</div></td></tr><tr><td>IN</td><td>providerNpi</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#Identifier">Identifier</a></td><td/><td><div><p>The Provider attributed to the member who has to be removed in combination with the MemberId.</p>
</div></td></tr><tr><td>IN</td><td>patientReference</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/references.html#Reference">Reference</a></td><td/><td><div><p>The reference of the member to be removed from the Group.</p>
</div></td></tr><tr><td>IN</td><td>providerReference</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/references.html#Reference">Reference</a></td><td/><td><div><p>The Provider reference attributed to the member who has to be removed in combination with the patientReference.</p>
</div></td></tr><tr><td>IN</td><td>coverageReference</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/references.html#Reference">Reference</a></td><td/><td><div><p>The reference to the coverage based on which the attribution has to be removed.</p>
</div></td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fm"/>
  </extension>
  <url
       value="http://hl7.org/fhir/us/davinci-atr/OperationDefinition/member-remove"/>
  <version value="2.0.0"/>
  <name value="MemberRemove"/>
  <title value="Member Remove"/>
  <status value="active"/>
  <kind value="operation"/>
  <date value="2021-07-22T21:48:56+10:00"/>
  <publisher value="HL7 International / Financial Management"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/fm"/>
    </telecom>
  </contact>
  <description
               value="Removes a member from the Group based on existing attribution."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <code value="member-remove"/>
  <resource value="Group"/>
  <system value="false"/>
  <type value="false"/>
  <instance value="true"/>
  <parameter>
    <name value="memberId"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="The MemberId of the member to be removed from the Group."/>
    <type value="Identifier"/>
  </parameter>
  <parameter>
    <name value="providerNpi"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="The Provider attributed to the member who has to be removed in combination with the MemberId."/>
    <type value="Identifier"/>
  </parameter>
  <parameter>
    <name value="patientReference"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="The reference of the member to be removed from the Group."/>
    <type value="Reference"/>
  </parameter>
  <parameter>
    <name value="providerReference"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="The Provider reference attributed to the member who has to be removed in combination with the patientReference."/>
    <type value="Reference"/>
  </parameter>
  <parameter>
    <name value="coverageReference"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="The reference to the coverage based on which the attribution has to be removed."/>
    <type value="Reference"/>
  </parameter>
</OperationDefinition>