MedicationStatementCategory

public enum MedicationStatementCategory: String

A coded concept identifying where the medication included in the medicationstatement is expected to be consumed or administered

URL: http://hl7.org/fhir/medication-statement-category ValueSet: http://hl7.org/fhir/ValueSet/medication-statement-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"
  • Includes statements about medication use, including over the counter medication, provided by the patient, agent or another provider

    Declaration

    Swift

    case patientspecified = "patientspecified"