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

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

PackageNHSDigital.FHIR.STU3
Resource TypeCodeSystem
IdCodeSystem-eRS-ReferralState-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=NHSDigital.FHIR.STU3@1.0.0&canonical=https://fhir.nhs.uk/STU3/CodeSystem/eRS-ReferralState-1
URLhttps://fhir.nhs.uk/STU3/CodeSystem/eRS-ReferralState-1
Version1.0.0
Statusactive
Date2022-03-18
NameeRS Referral State
Authorityhl7
DescriptionA CodeSystem to identify the Referral State of an appointment or referral.
CopyrightCopyright © 2022 NHS Digital
Contentcomplete

Resources that use this resource

ValueSet
eRS-ReferralState-1eRS-ReferralState-1

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-ReferralState-1",
  "version": "1.0.0",
  "name": "eRS Referral State",
  "status": "active",
  "date": "2022-03-18",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A CodeSystem to identify the Referral State of an appointment or referral.",
  "copyright": "Copyright © 2022 NHS Digital",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "APPT_CANCELLED_BY_PATIENT",
      "display": "The referrals most recent appointment was cancelled at the request of, or directly by, a patient"
    },
    {
      "code": "APPT_CANCELLED_BY_PROVIDER",
      "display": "The referrals most recent appointment was cancelled by the service provider"
    },
    {
      "code": "ASSESSMENT_RESULT",
      "display": "A service provider has reviewed and drafted, or submitted a clinical assessment for the referral"
    },
    {
      "code": "AWAITING_TRIAGE",
      "display": "The triage referral is currently pending review with a service provider"
    },
    {
      "code": "BOOKED",
      "display": "The referral has a current state of booked"
    },
    {
      "code": "CANCELLED _REFERRAL",
      "display": "The referral has been cancelled and cannot be progressed any further"
    },
    {
      "code": "DEFERRED_TO_PROVIDER",
      "display": "The service provider will arrange the patient’s appointment"
    },
    {
      "code": "DID_NOT_ATTEND",
      "display": "The patient did not attend their last appointment"
    },
    {
      "code": "NOT_BOOKED",
      "display": "The referral is currently not booked, there is currently no planned patient encounter"
    },
    {
      "code": "REJECTED",
      "display": "The referral was rejected by a provider at their service"
    },
    {
      "code": "TRIAGE_RESPONSE",
      "display": "A service has passed the referral back to the referrer, with advice"
    },
    {
      "code": "TRIAGED_ PROVIDER_TO_ACTION",
      "display": "The service provider has recorded a review decision, with the intention of processing this referral"
    }
  ]
}