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

FHIR IG analytics

PackageNHSDigital.FHIR.STU3
Resource TypeOperationDefinition
IdeRS-CancelReferralRequest-Operation-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=NHSDigital.FHIR.STU3@1.0.0&canonical=https://fhir.nhs.uk/STU3/OperationDefinition/eRS-CancelReferralRequest-Operation-1
URLhttps://fhir.nhs.uk/STU3/OperationDefinition/eRS-CancelReferralRequest-Operation-1
Version1.0.0
Statusactive
Date2022-03-10T00:00:00+00:00
NameeRS-CancelReferralRequest-Operation-1
Authorityhl7
DescriptionCancel the Referral Request.
Typefalse
Kindoperation

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",
  "id": "eRS-CancelReferralRequest-Operation-1",
  "url": "https://fhir.nhs.uk/STU3/OperationDefinition/eRS-CancelReferralRequest-Operation-1",
  "version": "1.0.0",
  "name": "eRS-CancelReferralRequest-Operation-1",
  "status": "active",
  "kind": "operation",
  "date": "2022-03-10T00:00:00+00:00",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Cancel the Referral Request.",
  "code": "ers.cancelReferral",
  "system": false,
  "type": false,
  "instance": true,
  "parameter": [
    {
      "name": "cancellationReason",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The Cancellation Reason.",
      "type": "Coding",
      "binding": {
        "strength": "required",
        "valueSetReference": {
          "reference": "https://fhir.nhs.uk/STU3/ValueSet/eRS-ReferralCancellationReason-1"
        }
      }
    },
    {
      "name": "cancellationComments",
      "use": "in",
      "min": 0,
      "max": "1",
      "type": "string"
    },
    {
      "name": "updatedReferralRequest",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "The referral request that will be updated.",
      "type": "Resource",
      "profile": {
        "reference": "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-ReferralRequest-1"
      }
    },
    {
      "name": "updateAppointment",
      "use": "out",
      "min": 0,
      "max": "1",
      "type": "boolean"
    }
  ]
}