{ "description": "Removes a member from the Group based on existing attribution.", "_filename": "OperationDefinition-member-remove.json", "package_name": "rs/hl7.fhir.us.davinci", "date": "2021-07-22T21:48:56+10:00", "system": false, "publisher": "HL7 International - Financial Management Work Group", "instance": true, "jurisdiction": [ { "coding": [ { "code": "US", "system": "urn:iso:std:iso:3166" } ] } ], "name": "MemberRemove", "type": "false", "experimental": null, "resourceType": "OperationDefinition", "title": "Member Remove", "package_version": "atr-2.0.0-ballot", "status": "active", "id": "836c2353-a2c1-457b-b469-ed23abe1569b", "resource": [ "Group" ], "kind": "operation", "url": "http://hl7.org/fhir/us/davinci-atr/OperationDefinition/member-remove", "code": "member-remove", "version": "2.0.0-ballot", "contact": [ { "telecom": [ { "value": "http://www.hl7.org/Special/committees/fm", "system": "url" } ] } ], "parameter": [ { "max": "1", "min": 0, "use": "in", "name": "memberId", "type": "Identifier", "documentation": "The MemberId of the member to be removed to the Group." }, { "max": "1", "min": 0, "use": "in", "name": "providerNpi", "type": "Identifier", "documentation": "The Provider to whom the member has been attributed to." }, { "max": "1", "min": 0, "use": "in", "name": "patientReference", "type": "Reference", "documentation": "The reference of the member to be removed from the Group." }, { "max": "1", "min": 0, "use": "in", "name": "providerReference", "type": "Reference", "documentation": "The reference to the Provider to whom the member has been attributed to." }, { "max": "1", "min": 0, "use": "in", "name": "coverageReference", "type": "Reference", "documentation": "The reference to the coverage based on which the attribution has to be removed." } ] }