interface ElementDefinitionType {
    _aggregation?: Element[];
    _code?: Element;
    _profile?: Element[];
    _targetProfile?: Element[];
    _versioning?: Element;
    aggregation?: code[];
    code: uri;
    extension?: Extension[];
    id?: id;
    profile?: canonical[];
    targetProfile?: canonical[];
    versioning?: code;
}

Properties

_aggregation?: Element[]

contained | referenced | bundled - how aggregated

_code?: Element

Data type or Resource (reference to definition)

_profile?: Element[]

Profiles (StructureDefinition or IG) - one must apply

_targetProfile?: Element[]

Profile (StructureDefinition or IG) on the Reference/canonical target - one must apply

_versioning?: Element

either | independent | specific

aggregation?: code[]

contained | referenced | bundled - how aggregated

code: uri

Data type or Resource (reference to definition)

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

profile?: canonical[]

Profiles (StructureDefinition or IG) - one must apply

targetProfile?: canonical[]

Profile (StructureDefinition or IG) on the Reference/canonical target - one must apply

versioning?: code

either | independent | specific