| Package | nhsd.assets.stu3 |
| Resource Type | OperationDefinition |
| Id | eRS-RejectReferral-Operation-1 |
| FHIR Version | R3 |
| Source | https://simplifier.net/resolve?scope=nhsd.assets.stu3@1.7.0&canonical=https://fhir.nhs.uk/STU3/OperationDefinition/eRS-RejectReferral-Operation-1 |
| URL | https://fhir.nhs.uk/STU3/OperationDefinition/eRS-RejectReferral-Operation-1 |
| Version | 1.0.0 |
| Status | draft |
| Date | 2019-03-13T00:00:00+01:00 |
| Name | eRS-RejectReferral-Operation-1 |
| Authority | hl7 |
| Description | Operation to reject a referral. Allows one to provide rejection details. |
| Type | true |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"url": "https://fhir.nhs.uk/STU3/OperationDefinition/eRS-RejectReferral-Operation-1",
"version": "1.0.0",
"name": "eRS-RejectReferral-Operation-1",
"status": "draft",
"kind": "operation",
"date": "2019-03-13T00:00:00+01:00",
"publisher": "NHS Digital",
"contact": [
{
"name": "Interoperability Team",
"telecom": [
{
"system": "email",
"value": "interoperabilityteam@nhs.net",
"use": "work"
}
]
}
],
"description": "Operation to reject a referral. Allows one to provide rejection details.",
"code": "ers.rejectReferral",
"system": false,
"type": true,
"instance": false,
"parameter": [
{
"name": "rejectionReason",
"use": "in",
"min": 1,
"max": "1",
"documentation": "The reason why the referral is being rejected.",
"type": "Coding",
"binding": {
"strength": "required",
"valueSetUri": "https://fhir.nhs.uk/STU3/ValueSet/eRS-RejectionReason-1"
}
},
{
"name": "rejectionComments",
"use": "in",
"min": 0,
"max": "1",
"documentation": "This may be mandatory, depending on the specific value chosen for rejectionReason. Max: 2000 chars.",
"type": "string"
},
{
"name": "appointmentCancelledinPAS",
"use": "in",
"min": 0,
"max": "1",
"documentation": "If true, the appointment has been cancelled in the PAS system.",
"type": "boolean"
}
]
}