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

FHIR IG Statistics: CodeSystem/482f9e0a-6f01-4037-b8fe-bfc88d88702c

Packageuk.nhsdigital.r4.test
Resource TypeCodeSystem
Id482f9e0a-6f01-4037-b8fe-bfc88d88702c
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.17.0-prerelease&canonical=https://fhir.nhs.uk/CodeSystem/eRS-Priority
URLhttps://fhir.nhs.uk/CodeSystem/eRS-Priority
Version1.1.0
Statusactive
Date2021-09-28T00:00:00+00:00
NameERSPriority
DescriptionA CodeSystem to identify priority.
CopyrightCopyright © 2021 NHS Digital
Contentcomplete

Resources that use this resource

ValueSet
eRS-PriorityERSPriority

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "482f9e0a-6f01-4037-b8fe-bfc88d88702c",
  "url": "https://fhir.nhs.uk/CodeSystem/eRS-Priority",
  "version": "1.1.0",
  "name": "ERSPriority",
  "status": "active",
  "date": "2021-09-28T00: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 priority.",
  "copyright": "Copyright © 2021 NHS Digital",
  "content": "complete",
  "concept": [
    {
      "code": "ROUTINE",
      "display": "Routine"
    },
    {
      "code": "URGENT",
      "display": "Urgent"
    },
    {
      "code": "TWO_WEEK_WAIT",
      "display": "2 Week Wait"
    }
  ]
}