interface SubstanceDefinitionProperty {
    _valueBoolean?: Element;
    _valueDate?: Element;
    extension?: Extension[];
    id?: id;
    modifierExtension?: Extension[];
    type: CodeableConcept;
    valueAttachment?: Attachment;
    valueBoolean?: boolean;
    valueCodeableConcept?: CodeableConcept;
    valueDate?: date;
    valueQuantity?: Quantity;
}

Properties

_valueBoolean?: Element

A value for the property

_valueDate?: Element

A value for the property

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 property

valueAttachment?: Attachment

A value for the property

valueBoolean?: boolean

A value for the property

valueCodeableConcept?: CodeableConcept

A value for the property

valueDate?: date

A value for the property

valueQuantity?: Quantity

A value for the property