FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/eAfspraken-appointment-cancel

Packagenictiz.fhir.nl.stu3.zib2015
Resource TypeOperationDefinition
IdeAfspraken-appointment-cancel
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2015@1.0.0&canonical=http://nictiz.nl/fhir/OperationDefinition/eAfspraken-appointment-cancel
URLhttp://nictiz.nl/fhir/OperationDefinition/eAfspraken-appointment-cancel
Version1.0
Statusretired
Date2018-03-07T11:36:05+01:00
NameAppointment Cancel
Realmnl
DescriptionRequest to cancel a selected Appointment. This operaton requests the cancelation of an appointment. The server determines if the nominated appointment can still be cancelled (most appointments can't be cancelled 5 minutes before) and either accepts or rejects the cancellation request and updates the specific slot and appointment resource status accordingly.
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "OperationDefinition",
  "id": "eAfspraken-appointment-cancel",
  "url": "http://nictiz.nl/fhir/OperationDefinition/eAfspraken-appointment-cancel",
  "version": "1.0",
  "name": "Appointment Cancel",
  "status": "retired",
  "kind": "operation",
  "date": "2018-03-07T11:36:05+01:00",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "email",
          "value": "info@nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Request to cancel a selected Appointment. This operaton requests the cancelation of an appointment.  The server determines if the nominated appointment      can still be cancelled (most appointments can't be cancelled 5 minutes before) and either accepts or rejects the cancellation request and updates the specific slot and      appointment resource status accordingly.",
  "idempotent": false,
  "code": "cancel",
  "comment": "It is assumed that the server has identified and secured the context appropriately, and can either associate the authorization context with the patient(s), or determine whether      the context has the rights to the nominated patient(s), if there is one.  Specifying the relationship between the context, a user and patient records is outside the scope of this specification",
  "resource": [
    "Appointment"
  ],
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "appointment",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "This parameter represents the appointment that is requested to be cancelled.",
      "type": "Appointment",
      "profile": {
        "reference": "http://nictiz.nl/fhir/StructureDefinition/eAfspraken-Appointment"
      }
    },
    {
      "name": "return",
      "use": "out",
      "min": 0,
      "max": "1",
      "documentation": "A Bundle of type `searchset` containing the requested Appointment resource and may also contain an [OperationOutcome](http://hl7.org/fhir/stu3/operationoutcome.html)        with errors, warnings or information as a result of processing the operation.   If the cancellattion request is accepted, the Appointment resource will have an updated `status` of \"cancelled\".  If the booking is rejected, the Appointment resource will not change, and an explanation will be accompanied in a separate OperationOutcome resource.",
      "type": "Bundle"
    }
  ]
}