interface StructureDefinitionMapping {
    _comment?: Element;
    _identity?: Element;
    _name?: Element;
    _uri?: Element;
    comment?: string;
    extension?: Extension[];
    id?: id;
    identity: id;
    modifierExtension?: Extension[];
    name?: string;
    uri?: uri;
}

Properties

_comment?: Element

Versions, Issues, Scope limitations etc.

_identity?: Element

Internal id when this mapping is used

_name?: Element

Names what this mapping refers to

_uri?: Element

Identifies what this mapping refers to

comment?: string

Versions, Issues, Scope limitations etc.

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

identity: id

Internal id when this mapping is used

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

name?: string

Names what this mapping refers to

uri?: uri

Identifies what this mapping refers to