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

FHIR IG Statistics: CodeSystem/eRS-RequestFlowType

PackageeRS.r4.assets
Resource TypeCodeSystem
IdeRS-RequestFlowType
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=eRS.r4.assets@1.0.0&canonical=https://fhir.nhs.uk/R4/CodeSystem/eRS-RequestFlowType
URLhttps://fhir.nhs.uk/R4/CodeSystem/eRS-RequestFlowType
Version1.0.0
Statusactive
Date2022-03-14
NameeRSRequestFlowType
TitleeRS Request Flow Type
DescriptionA Code System for eRS Request Flow Type
CopyrightCopyright © 2022 NHS Digital
Contentcomplete

Resources that use this resource

ValueSet
eRS-RequestFlowTypeeRS Request Flow Type

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "eRS-RequestFlowType",
  "url": "https://fhir.nhs.uk/R4/CodeSystem/eRS-RequestFlowType",
  "version": "1.0.0",
  "name": "eRSRequestFlowType",
  "title": "eRS Request Flow Type",
  "status": "active",
  "date": "2022-03-14",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A Code System for eRS Request Flow Type",
  "copyright": "Copyright © 2022 NHS Digital",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "REVIEW",
      "display": "A service that reviews referrals, without the support or need for any appointment with the patient to be made"
    },
    {
      "code": "BOOKABLE",
      "display": "A service which supports a patient appointment"
    },
    {
      "code": "ADVICE_AND_GUIDANCE",
      "display": "A service which can discuss the patient and receive guidance rather than a patient attending an appointment"
    }
  ]
}