MedicationRequestPriority

public enum MedicationRequestPriority: String

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

URL: http://hl7.org/fhir/medication-request-priority ValueSet: http://hl7.org/fhir/ValueSet/medication-request-priority

  • The order has a normal priority .

    Declaration

    Swift

    case routine = "routine"
  • The order should be urgently.

    Declaration

    Swift

    case urgent = "urgent"
  • The order is time-critical.

    Declaration

    Swift

    case stat = "stat"
  • The order should be acted on as soon as possible.

    Declaration

    Swift

    case asap = "asap"