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

FHIR IG Statistics: CodeSystem/request-priority

PackageeReferralOntarioNew.core
TypeCodeSystem
Idrequest-priority
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=eReferralOntarioNew.core@0.10.0&canonical=http://hl7.org/fhir/request-priority
URLhttp://hl7.org/fhir/request-priority
Version3.3.0
Statusdraft
Date2018-04-03T12:05:46+10:00
NameRequestPriority
Authorityhl7
DescriptionIdentifies the level of importance to be assigned to actioning the request
Contentcomplete

Resources that use this resource

ConceptMap
ConceptMap-referral-priorityNZ Central Region Referral Priority Concept Map
table-hl70485-to-request-priorityTable HL70485 to Request Priority Map
KBV_CM_MIO_LAB_RequestPriority_GermanDringlichkeit
DCH-RequestPriority-1Concept Map - DCH Request Priority
GPConnect-RequestPriority-1Concept Map - GPConnect Request Priority
genomics-testrequestpriorityGenomics Test Request Priority
KBV_CM_MIO_TELE_Request_Priority_GermanKBV_CM_MIO_TELE_Request_Priority_German
ValueSet
medcom-careCommunication-requestPriorityMedComCareCommunicationRequestPriorityCodes
SDOHCC-ValueSetTaskPrioritySDOHCC ValueSet Task Priority
RequestPriorityRequest Priority
RequestPriorityRequest Priority
RequestPriorityRequest Priority
medication-request-priorityFörskrivning akutflagga
encounter-priority-my-coreValueSetPriority (MY Core)
priority-my-coreValueSetPriority (MY Core)
priority-id-core
ca-on-lab-request-priorityRequestPriority
KBV_VS_KV_DIGITAL_TS_DRITTE_UrgencyKBV_VS_KV_DIGITAL_TS_DRITTE_Urgency
74_VS_ETS_DringlichkeiteTerminservice Dringlichkeit
DCH-RequestPriority-1RequestPriority
GPConnect-RequestPriority-1GPConnect Request Priority
BRCaraterAtendimentoMIRACaráter de Atendimento no MIRA
request-priorityRequestPriority
service-request-priority-vsService Request Priority VS
KBV_VS_116117_TERMINSERVICE_VCA_UrgencyKBV_VS_116117_TERMINSERVICE_VCA_Urgency

Resources that this resource uses

No resources found


Narrative

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

RequestPriority

Identifies the level of importance to be assigned to actioning the request

This code system http://hl7.org/fhir/request-priority defines the following codes:

CodeDisplayDefinition
routine RoutineThe request has normal priority
urgent UrgentThe request should be actioned promptly - higher priority than routine
asap ASAPThe request should be actioned as soon as possible - higher priority than urgent
stat STATThe request should be actioned immediately - highest possible priority. E.g. an emergency

Source

{
  "resourceType": "CodeSystem",
  "id": "request-priority",
  "meta": {
    "lastUpdated": "2018-04-03T12:05:46.262+10:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/request-priority",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.116"
    }
  ],
  "version": "3.3.0",
  "name": "RequestPriority",
  "status": "draft",
  "experimental": false,
  "date": "2018-04-03T12:05:46+10:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "Identifies the level of importance to be assigned to actioning the request",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/request-priority",
  "content": "complete",
  "concept": [
    {
      "code": "routine",
      "display": "Routine",
      "definition": "The request has normal priority"
    },
    {
      "code": "urgent",
      "display": "Urgent",
      "definition": "The request should be actioned promptly - higher priority than routine"
    },
    {
      "code": "asap",
      "display": "ASAP",
      "definition": "The request should be actioned as soon as possible - higher priority than urgent"
    },
    {
      "code": "stat",
      "display": "STAT",
      "definition": "The request should be actioned immediately - highest possible priority.  E.g. an emergency"
    }
  ]
}