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

FHIR IG Statistics: CodeSystem/CodeSystem-eRS-AvailableActionsForUser-1

PackageNHSDigital.FHIR.STU3
Resource TypeCodeSystem
IdCodeSystem-eRS-AvailableActionsForUser-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=NHSDigital.FHIR.STU3@1.0.0&canonical=https://fhir.nhs.uk/STU3/CodeSystem/eRS-AvailableActionsForUser-1
URLhttps://fhir.nhs.uk/STU3/CodeSystem/eRS-AvailableActionsForUser-1
Version1.1.0
Statusactive
Date2022-03-10
NameeRS Available Actions For User
Authorityhl7
DescriptionA CodeSystem to identify the eRS available actions for a user.
CopyrightCopyright © 2022 NHS Digital
Contentcomplete

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": "CodeSystem",
  "url": "https://fhir.nhs.uk/STU3/CodeSystem/eRS-AvailableActionsForUser-1",
  "version": "1.1.0",
  "name": "eRS Available Actions For User",
  "status": "active",
  "date": "2022-03-10",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A CodeSystem to identify the eRS available actions for a user.",
  "copyright": "Copyright © 2022 NHS Digital",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "RECORD_REVIEW_OUTCOME",
      "display": "This action currently allows you to persist an eRS-ReviewOutcome of RETURN_TO_REFERRER_WITH_ADVICE or ACCEPT_REFER_BOOK_LATER"
    },
    {
      "code": "CANCEL_DIRECTLY_BOOKED_APPOINTMENT",
      "display": "This action allows you to cancel appointments made to directly bookable services (DBS)"
    },
    {
      "code": "CANCEL_REFERRAL",
      "display": "This action allows you to cancel the referral. This will also cancel the current appointment, if there is one"
    },
    {
      "code": "CREATE_APPOINTMENT",
      "display": "This action currently allows you to create an appointment at a directly bookable service. If there are no appointments available, this action also allows a 'proposed' appointment at that service."
    },
    {
      "code": "CHANGE_SHORTLIST",
      "display": "This action allows you to change the current shortlist associated with a referral"
    },
    {
      "code": "CHANGE_SHORTLIST_AND_SEND_FOR_TRIAGE",
      "display": "This action allows you to change the current shortlist to send the referral to a single appropriate (triage) service"
    }
  ]
}