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

FHIR IG Statistics: OperationDefinition/eRS-RejectReferral-Operation-1

Packagenhsd.assets.stu3
Resource TypeOperationDefinition
IdeRS-RejectReferral-Operation-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nhsd.assets.stu3@1.7.0&canonical=https://fhir.nhs.uk/STU3/OperationDefinition/eRS-RejectReferral-Operation-1
URLhttps://fhir.nhs.uk/STU3/OperationDefinition/eRS-RejectReferral-Operation-1
Version1.0.0
Statusdraft
Date2019-03-13T00:00:00+01:00
NameeRS-RejectReferral-Operation-1
Authorityhl7
DescriptionOperation to reject a referral. Allows one to provide rejection details.
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",
  "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"
    }
  ]
}