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

FHIR IG Statistics: ValueSet/RequestPriority

Packagenorth-west.england.nhs.uk
TypeValueSet
IdRequestPriority
FHIR VersionR4
Sourcehttps://fhir.north-west.england.nhs.uk/https://build.fhir.org/ig/Interop-NWEngland/LTW-Genomics/ValueSet-RequestPriority.html
URLhttps://fhir.north-west.england.nhs.uk/ValueSet/RequestPriority
Version0.0.1
Statusdraft
Date2025-04-26T06:30:06+00:00
NameRequestPriority
TitleRequest Priority
Realmuk
DescriptionValueSet for Request Priority

Resources that use this resource

StructureDefinition
ServiceRequestServiceRequest

Resources that this resource uses

CodeSystem
request-priorityRequestPriority

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet RequestPriority

  • Include these codes as defined in http://hl7.org/fhir/request-priority
    CodeDisplayDefinition
    routineRoutine The request has normal priority.The request has normal priority.
    urgentUrgentThe request should be actioned promptly - higher priority than routine.

Source

{
  "resourceType": "ValueSet",
  "id": "RequestPriority",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.north-west.england.nhs.uk/ValueSet/RequestPriority",
  "version": "0.0.1",
  "name": "RequestPriority",
  "title": "Request Priority",
  "status": "draft",
  "experimental": false,
  "date": "2025-04-26T06:30:06+00:00",
  "publisher": "NHS England North West GMSA",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://mft.nhs.uk/"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "pressoffice@mft.nhs.uk"
        }
      ]
    },
    {
      "name": "Press Office",
      "telecom": [
        {
          "system": "email",
          "value": "pressoffice@mft.nhs.uk"
        }
      ]
    }
  ],
  "description": "ValueSet for Request Priority",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "GB",
          "display": "United Kingdom of Great Britain and Northern Ireland"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/request-priority",
        "concept": [
          {
            "code": "routine",
            "display": "Routine\tThe request has normal priority."
          },
          {
            "code": "urgent",
            "display": "Urgent"
          }
        ]
      }
    ]
  }
}