interface IngredientSubstanceStrength {
    _measurementPoint?: Element;
    _textConcentration?: Element;
    _textPresentation?: Element;
    concentrationRatio?: Ratio;
    concentrationRatioRange?: RatioRange;
    country?: CodeableConcept[];
    extension?: Extension[];
    id?: id;
    measurementPoint?: string;
    modifierExtension?: Extension[];
    presentationRatio?: Ratio;
    presentationRatioRange?: RatioRange;
    referenceStrength?: IngredientSubstanceStrengthReferenceStrength[];
    textConcentration?: string;
    textPresentation?: string;
}

Properties

_measurementPoint?: Element

When strength is measured at a particular point or distance

_textConcentration?: Element

Text of either the whole concentration strength or a part of it (rest being in Strength.concentration as a ratio)

_textPresentation?: Element

Text of either the whole presentation strength or a part of it (rest being in Strength.presentation as a ratio)

concentrationRatio?: Ratio

The strength per unitary volume (or mass)

concentrationRatioRange?: RatioRange

The strength per unitary volume (or mass)

country?: CodeableConcept[]

Where the strength range applies

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

measurementPoint?: string

When strength is measured at a particular point or distance

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

presentationRatio?: Ratio

The quantity of substance in the unit of presentation

presentationRatioRange?: RatioRange

The quantity of substance in the unit of presentation

Strength expressed in terms of a reference substance

textConcentration?: string

Text of either the whole concentration strength or a part of it (rest being in Strength.concentration as a ratio)

textPresentation?: string

Text of either the whole presentation strength or a part of it (rest being in Strength.presentation as a ratio)