interface StructureDefinitionContext {
    _expression?: Element;
    _type?: Element;
    expression: string;
    extension?: Extension[];
    id?: id;
    modifierExtension?: Extension[];
    type: code;
}

Properties

_expression?: Element

Where the extension can be used in instances

_type?: Element

fhirpath | element | extension

expression: string

Where the extension can be used in instances

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

type: code

fhirpath | element | extension