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

FHIR IG analytics

Packagefhir.nhs.uk.stu3.assets
Resource TypeOperationDefinition
IdeRS-RejectReferral-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-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"
    }
  ]
}