Package | alpha.core.r4 |
Resource Type | OperationDefinition |
Id | alpha-appointment-cancel |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=alpha.core.r4@1.0.0&canonical=http://hl7.alp/OperationDefinition/alpha-appointment-cancel |
URL | http://hl7.alp/OperationDefinition/alpha-appointment-cancel |
Version | 1.0.0 |
Status | active |
Name | Appointment Cancel |
Authority | hl7 |
Description | This operation allows a client to to cancel an Appointment or Appointment [request]. |
Type | false |
Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
This operation allows a client to cancel an Appointment or Appointment [request].
Sets the status of the appointment to 'cancelled' and the status of its associated Slot(s) to 'free'.
{ "resourceType": "OperationDefinition", "id": "alpha-appointment-cancel", "text": { "status": "additional", "div": "<!-- snip (see above) -->" }, "url": "http://hl7.alp/OperationDefinition/alpha-appointment-cancel", "version": "1.0.0", "name": "Appointment Cancel", "status": "active", "kind": "operation", "publisher": "Alpha NHIT Centre", "contact": [ { "name": "Alpha NHIT Centre", "telecom": [ { "system": "email", "value": "info@nhitcentre.alp", "use": "work" } ] } ], "description": "This operation allows a client to to cancel an Appointment or Appointment [request].", "code": "cancel", "comment": "The operation updates the instance of the Appointment resource.", "resource": [ "Appointment" ], "system": false, "type": false, "instance": true, "parameter": [ { "name": "appointment", "use": "in", "min": 1, "max": "1", "documentation": "The appointment which should be cancelled.", "type": "Appointment" }, { "name": "return", "use": "out", "min": 0, "max": "1", "documentation": "A cancelled [Appointment] resource (in case of success).", "type": "Appointment" } ] }