IGUHealth
    Preparing search index...
    interface MedicinalProductDefinitionCharacteristic {
        _valueBoolean?: Element;
        _valueDate?: Element;
        extension?: Extension[];
        id?: id;
        modifierExtension?: Extension[];
        type: CodeableConcept;
        valueAttachment?: Attachment;
        valueBoolean?: boolean;
        valueCodeableConcept?: CodeableConcept;
        valueDate?: date;
        valueQuantity?: Quantity;
    }
    Index

    Properties

    _valueBoolean?: Element

    A value for the characteristic

    _valueDate?: Element

    A value for the characteristic

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Unique id for inter-element referencing

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    A code expressing the type of characteristic

    valueAttachment?: Attachment

    A value for the characteristic

    valueBoolean?: boolean

    A value for the characteristic

    valueCodeableConcept?: CodeableConcept

    A value for the characteristic

    valueDate?: date

    A value for the characteristic

    valueQuantity?: Quantity

    A value for the characteristic