EpaMedicationIngredient
public struct EpaMedicationIngredient : Equatable, Hashable, Codable, Sendable
-
Declaration
Swift
public enum Item : Equatable, Hashable, Codable, Sendable
-
Declaration
Swift
public struct Strength : Equatable, Hashable, Codable, Sendable
-
Declaration
Swift
public let item: Item
-
Indication of whether this ingredient affects the therapeutic action of the drug.
Declaration
Swift
public let isActive: Bool?
-
Amount/ strength of the ingredient related to the entire medication
Declaration
Swift
public let strength: Strength?
-
Dosage form of an ingredient in a formulation. The dosage form as free text can be used if the ingredient in the formulation is not a finished medicinal product.
Declaration
Swift
public let darreichungsForm: String?