| Package | nhsd.assets.stu3 |
| Resource Type | OperationDefinition |
| Id | RARecord-RemoveRARecord-Operation-1 |
| FHIR Version | R3 |
| Source | https://simplifier.net/resolve?scope=nhsd.assets.stu3@1.7.0&canonical=https://fhir.nhs.uk/STU3/OperationDefinition/RARecord-RemoveRARecord-Operation-1 |
| URL | https://fhir.nhs.uk/STU3/OperationDefinition/RARecord-RemoveRARecord-Operation-1 |
| Version | 1.4.0 |
| Status | active |
| Date | 2020-02-20T00:00:00+00:00 |
| Name | RARecord-RemoveRARecord-Operation-1 |
| Authority | hl7 |
| Description | Removes (inactivates) all Reasonable Adjustment Record resources for a given Person (by NHS Number) |
| Type | false |
| Kind | operation |
| CapabilityStatement | |
| metadata | SpineClinicals-Requirements-CapabilityStatement-1 |
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "RARecord-RemoveRARecord-Operation-1",
"url": "https://fhir.nhs.uk/STU3/OperationDefinition/RARecord-RemoveRARecord-Operation-1",
"version": "1.4.0",
"name": "RARecord-RemoveRARecord-Operation-1",
"status": "active",
"kind": "operation",
"date": "2020-02-20T00:00:00+00:00",
"publisher": "NHS Digital",
"contact": [
{
"name": "Interoperability Team",
"telecom": [
{
"system": "email",
"value": "interoperabilityteam@nhs.net"
}
]
}
],
"description": "Removes (inactivates) all Reasonable Adjustment Record resources for a given Person (by NHS Number)",
"code": "removererecord",
"resource": [
"Consent",
"Flag",
"List",
"Condition"
],
"system": true,
"type": false,
"instance": false,
"parameter": [
{
"name": "removeRARecord",
"use": "in",
"min": 1,
"max": "1",
"documentation": "Passes parameters required to Remove all Reasonable Adjustment Record resources.",
"part": [
{
"name": "nhsNumber",
"use": "in",
"min": 1,
"max": "1",
"documentation": "Identifies Person (Patient) whose RA Record is to be removed (inactivated)",
"type": "string"
},
{
"name": "removalReason",
"use": "in",
"min": 1,
"max": "1",
"documentation": "Code recording Removal Reason",
"type": "CodeableConcept"
}
]
}
]
}