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

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

PackageNHSDigital.FHIR.STU3
Resource TypeOperationDefinition
IdeRS-ChangeShortlist-Operation-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=NHSDigital.FHIR.STU3@1.0.0&canonical=https://fhir.nhs.uk/STU3/OperationDefinition/eRS-ChangeShortlist-Operation-1
URLhttps://fhir.nhs.uk/STU3/OperationDefinition/eRS-ChangeShortlist-Operation-1
Version1.0.0
Statusactive
Date2022-03-10T00:00:00+00:00
NameeRS-ChangeShortlist-Operation-1
Authorityhl7
DescriptionChange the shortlist to preferred services. Preferred services cannot be Triage services.
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


Source

{
  "resourceType": "OperationDefinition",
  "id": "eRS-ChangeShortlist-Operation-1",
  "url": "https://fhir.nhs.uk/STU3/OperationDefinition/eRS-ChangeShortlist-Operation-1",
  "version": "1.0.0",
  "name": "eRS-ChangeShortlist-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": "Change the shortlist to preferred services.  Preferred services cannot be Triage services.",
  "code": "ers.changeShortlist",
  "system": false,
  "type": false,
  "instance": true,
  "parameter": [
    {
      "name": "shortlist",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "A list of 1 to 20 services that will form the shortlist for the referral. The patient will be able to book an appointment at any of these services.",
      "type": "Resource",
      "profile": {
        "reference": "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-Shortlist-List-1"
      }
    },
    {
      "name": "firstReminderLetterFollowUpDays",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "If > 0, the system will send an automated letter to the patient after the number of days stated, if the patient hasn't yet booked an appointment. If = 0, the system will not send reminder letters for this referral.",
      "type": "unsignedInt"
    },
    {
      "name": "intentionToAddReferralLetter",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "If a referral letter is required by one or more services on the shortlist and a referral letter has not yet been added then the only acceptable value is NEED_TO_ADD_LATER; if a referral letter has already been added then the only acceptable value is NOT_INTENDING_TO_ADD.",
      "type": "Coding",
      "binding": {
        "strength": "required",
        "valueSetReference": {
          "reference": "https://fhir.nhs.uk/STU3/ValueSet/eRS-ReferralLetterIntention-1"
        }
      }
    },
    {
      "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"
      }
    }
  ]
}