MedicationRequestCategory
public enum MedicationRequestCategory: String
A coded concept identifying where the medication ordered is expected to be consumed or administered
URL: http://hl7.org/fhir/medication-request-category ValueSet: http://hl7.org/fhir/ValueSet/medication-request-category
-
Includes orders for medications to be administered or consumed in an inpatient or acute care setting
Declaration
Swift
case inpatient = "inpatient"
-
Includes orders for medications to be administered or consumed in an outpatient setting (for example, Emergency Department, Outpatient Clinic, Outpatient Surgery, Doctor’s office)
Declaration
Swift
case outpatient = "outpatient"
-
Includes orders for medications to be administered or consumed by the patient in their home (this would include long term care or nursing homes, hospices, etc)
Declaration
Swift
case community = "community"