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

: Member Remove - JSON Representation

Active as of 2021-07-22

Raw json | Download


{
  "resourceType" : "OperationDefinition",
  "id" : "member-remove",
  "text" : {
    "status" : "extensions",
    "div" : "<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>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>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 to the Group.</p>\n</div></td></tr><tr><td>IN</td><td>providerNpi</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 to whom the member has been attributed to.</p>\n</div></td></tr><tr><td>IN</td><td>patientReference</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>\n</div></td></tr><tr><td>IN</td><td>providerReference</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 Provider to whom the member has been attributed to.</p>\n</div></td></tr><tr><td>IN</td><td>coverageReference</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>\n</div></td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-atr/OperationDefinition/member-remove",
  "version" : "2.0.0-ballot",
  "name" : "MemberRemove",
  "title" : "Member Remove",
  "status" : "active",
  "kind" : "operation",
  "date" : "2021-07-22T21:48:56+10:00",
  "publisher" : "HL7 International - Financial Management Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fm"
        }
      ]
    }
  ],
  "description" : "Removes a member from the Group based on existing attribution.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "code" : "member-remove",
  "resource" : [
    "Group"
  ],
  "system" : false,
  "type" : false,
  "instance" : true,
  "parameter" : [
    {
      "name" : "memberId",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "The MemberId of the member to be removed to the Group.",
      "type" : "Identifier"
    },
    {
      "name" : "providerNpi",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "The Provider to whom the member has been attributed to.",
      "type" : "Identifier"
    },
    {
      "name" : "patientReference",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "The reference of the member to be removed from the Group.",
      "type" : "Reference"
    },
    {
      "name" : "providerReference",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "The reference to the Provider to whom the member has been attributed to.",
      "type" : "Reference"
    },
    {
      "name" : "coverageReference",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "The reference to the coverage based on which the attribution has to be removed.",
      "type" : "Reference"
    }
  ]
}