| Package | hl7.fhir.us.davinci-atr |
| Resource Type | OperationDefinition |
| Id | member-remove |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/us/davinci-atr/https://build.fhir.org/ig/HL7/davinci-atr/OperationDefinition-member-remove.html |
| URL | http://hl7.org/fhir/us/davinci-atr/OperationDefinition/member-remove |
| Version | 2.1.0 |
| Status | active |
| Date | 2021-07-22T21:48:56+10:00 |
| Name | MemberRemove |
| Title | Member Remove |
| Realm | us |
| Authority | hl7 |
| Description | Removes a member from the Group based on existing attribution. |
| Type | false |
| Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition member-remove
URL: [base]/Group/[id]/$member-remove
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | memberId | 0..1 | Identifier | The MemberId of the member to be removed from the Group. | ||
| IN | providerNpi | 0..1 | Identifier | The Provider attributed to the member who has to be removed in combination with the MemberId. | ||
| IN | patientReference | 0..1 | Reference | The reference of the member to be removed from the Group. | ||
| IN | providerReference | 0..1 | Reference | The Provider reference attributed to the member who has to be removed in combination with the patientReference. | ||
| IN | coverageReference | 0..1 | Reference | The reference to the coverage based on which the attribution has to be removed. |
{
"resourceType": "OperationDefinition",
"id": "member-remove",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fm"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 2,
"_valueInteger": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/us/davinci-atr/ImplementationGuide/davinci-atr"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/us/davinci-atr/ImplementationGuide/davinci-atr"
}
]
}
}
],
"url": "http://hl7.org/fhir/us/davinci-atr/OperationDefinition/member-remove",
"version": "2.1.0",
"name": "MemberRemove",
"title": "Member Remove",
"status": "active",
"kind": "operation",
"date": "2021-07-22T21:48:56+10:00",
"publisher": "HL7 International / Financial Management",
"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 from the Group.",
"type": "Identifier"
},
{
"name": "providerNpi",
"use": "in",
"min": 0,
"max": "1",
"documentation": "The Provider attributed to the member who has to be removed in combination with the MemberId.",
"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 Provider reference attributed to the member who has to be removed in combination with the patientReference.",
"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"
}
]
}