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

FHIR IG Statistics: CodeSystem/eRS-AdviceAndGuidanceStatus-1

PackageNHSDigital.FHIR.STU3
Resource TypeCodeSystem
IdeRS-AdviceAndGuidanceStatus-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=NHSDigital.FHIR.STU3@1.0.0&canonical=https://fhir.nhs.uk/STU3/CodeSystem/eRS-AdviceAndGuidanceStatus-1
URLhttps://fhir.nhs.uk/STU3/CodeSystem/eRS-AdviceAndGuidanceStatus-1
Version1.0.0
Statusdraft
Date2021-02-11T00:00:00+00:00
NameeRS Advice And Guidance Status
Authorityhl7
DescriptionA CodeSystem to identify the Advice and Guidance status.
CopyrightCopyright © 2020 NHS Digital
Contentcomplete

Resources that use this resource

ValueSet
eRS-AdviceAndGuidanceStatus-1eRS Advice And Guidance Status

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "eRS-AdviceAndGuidanceStatus-1",
  "url": "https://fhir.nhs.uk/STU3/CodeSystem/eRS-AdviceAndGuidanceStatus-1",
  "version": "1.0.0",
  "name": "eRS Advice And Guidance Status",
  "status": "draft",
  "date": "2021-02-11T00:00:00+00:00",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A CodeSystem to identify the Advice and Guidance status.",
  "copyright": "Copyright © 2020 NHS Digital",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "PROVIDER_RESPONSE_REQUIRED",
      "display": "A Service Provider needs to provide a response"
    },
    {
      "code": "REFERRER_TO_SUBMIT_FURTHER_INFORMATION",
      "display": "Further information is needed from the Referrer"
    },
    {
      "code": "REFERRER_TO_REVIEW_RESPONSE",
      "display": "The Referrer needs to review the response"
    },
    {
      "code": "CONVERSATION_ENDED_CANCELLED",
      "display": "The Communication Request can no longer be progressed - it has been cancelled"
    },
    {
      "code": "CONVERSATION_ENDED_CLOSED",
      "display": "The Communication Request can no longer be progressed - it is closed"
    },
    {
      "code": "CONVERTED",
      "display": "The Communication Request has closed, but a related Referral Request has been created to progress the Patient’s care."
    }
  ]
}