interface Substance {
    _description?: Element;
    _implicitRules?: Element;
    _language?: Element;
    _status?: Element;
    category?: CodeableConcept[];
    code: CodeableConcept;
    contained?: ConcreteType[];
    description?: string;
    extension?: Extension[];
    id?: id;
    identifier?: Identifier[];
    implicitRules?: uri;
    ingredient?: SubstanceIngredient[];
    instance?: SubstanceInstance[];
    language?: code;
    meta?: Meta;
    modifierExtension?: Extension[];
    resourceType: "Substance";
    status?: code;
    text?: Narrative;
}

Properties

_description?: Element

Textual description of the substance, comments

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

_status?: Element

active | inactive | entered-in-error

category?: CodeableConcept[]

What class/type of substance this is

What substance this is

contained?: ConcreteType[]

Contained, inline Resources

description?: string

Textual description of the substance, comments

extension?: Extension[]

Additional content defined by implementations

id?: id

Logical id of this artifact

identifier?: Identifier[]

Unique identifier

implicitRules?: uri

A set of rules under which this content was created

ingredient?: SubstanceIngredient[]

Composition information about the substance

instance?: SubstanceInstance[]

If this describes a specific package/container of the substance

language?: code

Language of the resource content

meta?: Meta

Metadata about the resource

modifierExtension?: Extension[]

Extensions that cannot be ignored

resourceType
status?: code

active | inactive | entered-in-error

text?: Narrative

Text summary of the resource, for human interpretation