MedicationContainer
public enum MedicationContainer: String
A coded concept defining the kind of container a medication package is packaged in
URL: http://hl7.org/fhir/medication-package-form ValueSet: http://hl7.org/fhir/ValueSet/medication-package-form
-
A sealed glass capsule containing a liquid
Declaration
Swift
case ampoule = "ampoule"
-
A container, typically made of glass or plastic and with a narrow neck, used for storing liquids.
Declaration
Swift
case bottle = "bottle"
-
A container with a flat base and sides, typically square or rectangular and having a lid.
Declaration
Swift
case box = "box"
-
A device of various configuration and composition used with a syringe for the application of anesthetic or other materials to a patient.
Declaration
Swift
case cartridge = "cartridge"
-
A package intended to store pharmaceuticals.
Declaration
Swift
case container = "container"
-
A long, hollow cylinder of metal, plastic, glass, etc., for holding medications, typically creams or ointments
Declaration
Swift
case tube = "tube"
-
A dose of medicine prepared in an individual package for convenience, safety or monitoring.
Declaration
Swift
case unitdose = "unitdose"
-
A small container, typically cylindrical and made of glass, used especially for holding liquid medications.
Declaration
Swift
case vial = "vial"