SupplyRequestReason

public enum SupplyRequestReason: String

Why the supply item was requested

URL: http://hl7.org/fhir/supplyrequest-reason ValueSet: http://hl7.org/fhir/ValueSet/supplyrequest-reason

  • The supply has been requested for use in direct patient care.

    Declaration

    Swift

    case patientCare = "patient-care"
  • The supply has been requested for for creating or replenishing ward stock.

    Declaration

    Swift

    case wardStock = "ward-stock"