FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagenhsdigital.fhir.stu3
Resource TypeOperationDefinition
IdeRS-cancelAppointmentActionLater-Operation-1.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "OperationDefinition",
  "url": "https://fhir.nhs.uk/STU3/OperationDefinition/eRS-cancelAppointmentActionLater-Operation-1",
  "version": "1.0.0",
  "name": "eRS-cancelAppointmentActionLater-Operation-1",
  "status": "active",
  "kind": "operation",
  "date": "2020-03-02T00:00:00+01:00",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Following a clinicians review, this Operation is to cancel current booked appointment, retain responsibility for the Referral, add a comment, and pass to an administrator to manage the next action. administrator to manage the next action .",
  "code": "ers.cancelAppointmentActionLater",
  "system": false,
  "type": false,
  "instance": true,
  "parameter": [
    {
      "name": "priority",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Priority",
      "type": "CodeableConcept",
      "binding": {
        "strength": "required",
        "valueSetReference": {
          "reference": "https://fhir.nhs.uk/STU3/ValueSet/eRS-Priority-1"
        }
      }
    },
    {
      "name": "appointmentCancelledinPAS",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "If true, the appointment has been cancelled in the PAS system.",
      "type": "boolean"
    },
    {
      "name": "comments",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Max 2000 characters.",
      "type": "string"
    },
    {
      "name": "providerAttachmentFile",
      "use": "in",
      "min": 0,
      "max": "*",
      "documentation": "The reference to the DocumentReference profile",
      "type": "DocumentReference",
      "profile": {
        "reference": "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-DocumentReference-1"
      }
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "The updated Referral Request.",
      "type": "ReferralRequest",
      "profile": {
        "reference": "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-ReferralRequest-1"
      }
    }
  ]
}