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

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

PackageNHSDigital.FHIR.STU3
Resource TypeCodeSystem
IdCodeSystem-eRS-ReviewReason-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=NHSDigital.FHIR.STU3@1.0.0&canonical=https://fhir.nhs.uk/STU3/CodeSystem/eRS-ReviewReason-1
URLhttps://fhir.nhs.uk/STU3/CodeSystem/eRS-ReviewReason-1
Version1.0.0
Statusactive
Date2020-09-22
NameeRS Review Reason
Authorityhl7
DescriptionCodeSystem for the eRS Review Reason
CopyrightCopyright © 2020 NHS Digital
Contentcomplete

Resources that use this resource

ValueSet
eRS-ReferralStateReason-1eRS-ReferralStateReason-1
eRS-ReviewReason-1eRS Review Reason

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-ReviewReason-1",
  "version": "1.0.0",
  "name": "eRS Review Reason",
  "status": "active",
  "date": "2020-09-22",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "CodeSystem for the eRS Review Reason",
  "copyright": "Copyright © 2020 NHS Digital",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "TRIAGE",
      "display": "The patients referral is currently pending review with a service"
    },
    {
      "code": "NO_SLOTS_AT_SERVICE",
      "display": "The patients referral is deferred to the service because there were no available slots at the time of attempting to book an appointment"
    },
    {
      "code": "SLOT_NOT_AVAILABLE",
      "display": "The patients referral is deferred to the service because when attempting to book the slot, it became unavailable"
    },
    {
      "code": "BOOKING_ATTEMPT_PROBLEM",
      "display": "The patients referral is deferred to the service because a problem occurred when attempting to book a slot"
    }
  ]
}