http://hl7.org/fhir/request-priority|4.0.1

name
RequestPriority
package
hl7.fhir.r4.core@4.0.1
content
complete
status
draft
date
2019-10-31 22:29:23.0

RequestPriority

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

{
  "description" : "Identifies the level of importance to be assigned to actioning the request.",
  "compose" : null,
  "package" : "hl7.fhir.r4.core@4.0.1",
  "date" : "2019-10-31T22:29:23Z",
  "meta" : {
    "lastUpdated" : "2019-11-01T09:29:23.356+11:00"
  },
  "publisher" : "HL7 (FHIR Project)",
  "content" : "complete",
  "name" : "RequestPriority",
  "experimental" : false,
  "resourceType" : "CodeSystem",
  "title" : "RequestPriority",
  "supliment" : null,
  "status" : "draft",
  "id" : "ae4dfce8-61aa-55f4-8abd-4aaacc2343e4",
  "valueSet" : "http://hl7.org/fhir/ValueSet/request-priority",
  "url" : "http://hl7.org/fhir/request-priority",
  "identifier" : [ {
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.116",
    "system" : "urn:ietf:rfc:3986"
  } ],
  "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."
  } ],
  "caseSensitive" : true,
  "version" : "4.0.1",
  "contact" : [ {
    "telecom" : [ {
      "value" : "http://hl7.org/fhir",
      "system" : "url"
    }, {
      "value" : "fhir@lists.hl7.org",
      "system" : "email"
    } ]
  } ]
}