interface ElementDefinition {
    _alias?: Element[];
    _comment?: Element;
    _condition?: Element[];
    _contentReference?: Element;
    _defaultValueBase64Binary?: Element;
    _defaultValueBoolean?: Element;
    _defaultValueCanonical?: Element;
    _defaultValueCode?: Element;
    _defaultValueDate?: Element;
    _defaultValueDateTime?: Element;
    _defaultValueDecimal?: Element;
    _defaultValueId?: Element;
    _defaultValueInstant?: Element;
    _defaultValueInteger?: Element;
    _defaultValueMarkdown?: Element;
    _defaultValueOid?: Element;
    _defaultValuePositiveInt?: Element;
    _defaultValueString?: Element;
    _defaultValueTime?: Element;
    _defaultValueUnsignedInt?: Element;
    _defaultValueUri?: Element;
    _defaultValueUrl?: Element;
    _defaultValueUuid?: Element;
    _definition?: Element;
    _fixedBase64Binary?: Element;
    _fixedBoolean?: Element;
    _fixedCanonical?: Element;
    _fixedCode?: Element;
    _fixedDate?: Element;
    _fixedDateTime?: Element;
    _fixedDecimal?: Element;
    _fixedId?: Element;
    _fixedInstant?: Element;
    _fixedInteger?: Element;
    _fixedMarkdown?: Element;
    _fixedOid?: Element;
    _fixedPositiveInt?: Element;
    _fixedString?: Element;
    _fixedTime?: Element;
    _fixedUnsignedInt?: Element;
    _fixedUri?: Element;
    _fixedUrl?: Element;
    _fixedUuid?: Element;
    _isModifier?: Element;
    _isModifierReason?: Element;
    _isSummary?: Element;
    _label?: Element;
    _max?: Element;
    _maxLength?: Element;
    _maxValueDate?: Element;
    _maxValueDateTime?: Element;
    _maxValueDecimal?: Element;
    _maxValueInstant?: Element;
    _maxValueInteger?: Element;
    _maxValuePositiveInt?: Element;
    _maxValueTime?: Element;
    _maxValueUnsignedInt?: Element;
    _meaningWhenMissing?: Element;
    _min?: Element;
    _minValueDate?: Element;
    _minValueDateTime?: Element;
    _minValueDecimal?: Element;
    _minValueInstant?: Element;
    _minValueInteger?: Element;
    _minValuePositiveInt?: Element;
    _minValueTime?: Element;
    _minValueUnsignedInt?: Element;
    _mustSupport?: Element;
    _orderMeaning?: Element;
    _path?: Element;
    _patternBase64Binary?: Element;
    _patternBoolean?: Element;
    _patternCanonical?: Element;
    _patternCode?: Element;
    _patternDate?: Element;
    _patternDateTime?: Element;
    _patternDecimal?: Element;
    _patternId?: Element;
    _patternInstant?: Element;
    _patternInteger?: Element;
    _patternMarkdown?: Element;
    _patternOid?: Element;
    _patternPositiveInt?: Element;
    _patternString?: Element;
    _patternTime?: Element;
    _patternUnsignedInt?: Element;
    _patternUri?: Element;
    _patternUrl?: Element;
    _patternUuid?: Element;
    _representation?: Element[];
    _requirements?: Element;
    _short?: Element;
    _sliceIsConstraining?: Element;
    _sliceName?: Element;
    alias?: string[];
    base?: ElementDefinitionBase;
    binding?: ElementDefinitionBinding;
    code?: Coding[];
    comment?: markdown;
    condition?: id[];
    constraint?: ElementDefinitionConstraint[];
    contentReference?: uri;
    defaultValueAddress?: Address;
    defaultValueAge?: Age;
    defaultValueAnnotation?: Annotation;
    defaultValueAttachment?: Attachment;
    defaultValueBase64Binary?: base64Binary;
    defaultValueBoolean?: boolean;
    defaultValueCanonical?: canonical;
    defaultValueCode?: code;
    defaultValueCodeableConcept?: CodeableConcept;
    defaultValueCoding?: Coding;
    defaultValueContactDetail?: ContactDetail;
    defaultValueContactPoint?: ContactPoint;
    defaultValueContributor?: Contributor;
    defaultValueCount?: Count;
    defaultValueDataRequirement?: DataRequirement;
    defaultValueDate?: date;
    defaultValueDateTime?: dateTime;
    defaultValueDecimal?: decimal;
    defaultValueDistance?: Distance;
    defaultValueDosage?: Dosage;
    defaultValueDuration?: Duration;
    defaultValueExpression?: Expression;
    defaultValueHumanName?: HumanName;
    defaultValueId?: id;
    defaultValueIdentifier?: Identifier;
    defaultValueInstant?: instant;
    defaultValueInteger?: integer;
    defaultValueMarkdown?: markdown;
    defaultValueMeta?: Meta;
    defaultValueMoney?: Money;
    defaultValueOid?: oid;
    defaultValueParameterDefinition?: ParameterDefinition;
    defaultValuePeriod?: Period;
    defaultValuePositiveInt?: positiveInt;
    defaultValueQuantity?: Quantity;
    defaultValueRange?: Range;
    defaultValueRatio?: Ratio;
    defaultValueReference?: Reference;
    defaultValueRelatedArtifact?: RelatedArtifact;
    defaultValueSampledData?: SampledData;
    defaultValueSignature?: Signature;
    defaultValueString?: string;
    defaultValueTime?: time;
    defaultValueTiming?: Timing;
    defaultValueTriggerDefinition?: TriggerDefinition;
    defaultValueUnsignedInt?: unsignedInt;
    defaultValueUri?: uri;
    defaultValueUrl?: url;
    defaultValueUsageContext?: UsageContext;
    defaultValueUuid?: uuid;
    definition?: markdown;
    example?: ElementDefinitionExample[];
    extension?: Extension[];
    fixedAddress?: Address;
    fixedAge?: Age;
    fixedAnnotation?: Annotation;
    fixedAttachment?: Attachment;
    fixedBase64Binary?: base64Binary;
    fixedBoolean?: boolean;
    fixedCanonical?: canonical;
    fixedCode?: code;
    fixedCodeableConcept?: CodeableConcept;
    fixedCoding?: Coding;
    fixedContactDetail?: ContactDetail;
    fixedContactPoint?: ContactPoint;
    fixedContributor?: Contributor;
    fixedCount?: Count;
    fixedDataRequirement?: DataRequirement;
    fixedDate?: date;
    fixedDateTime?: dateTime;
    fixedDecimal?: decimal;
    fixedDistance?: Distance;
    fixedDosage?: Dosage;
    fixedDuration?: Duration;
    fixedExpression?: Expression;
    fixedHumanName?: HumanName;
    fixedId?: id;
    fixedIdentifier?: Identifier;
    fixedInstant?: instant;
    fixedInteger?: integer;
    fixedMarkdown?: markdown;
    fixedMeta?: Meta;
    fixedMoney?: Money;
    fixedOid?: oid;
    fixedParameterDefinition?: ParameterDefinition;
    fixedPeriod?: Period;
    fixedPositiveInt?: positiveInt;
    fixedQuantity?: Quantity;
    fixedRange?: Range;
    fixedRatio?: Ratio;
    fixedReference?: Reference;
    fixedRelatedArtifact?: RelatedArtifact;
    fixedSampledData?: SampledData;
    fixedSignature?: Signature;
    fixedString?: string;
    fixedTime?: time;
    fixedTiming?: Timing;
    fixedTriggerDefinition?: TriggerDefinition;
    fixedUnsignedInt?: unsignedInt;
    fixedUri?: uri;
    fixedUrl?: url;
    fixedUsageContext?: UsageContext;
    fixedUuid?: uuid;
    id?: id;
    isModifier?: boolean;
    isModifierReason?: string;
    isSummary?: boolean;
    label?: string;
    mapping?: ElementDefinitionMapping[];
    max?: string;
    maxLength?: integer;
    maxValueDate?: date;
    maxValueDateTime?: dateTime;
    maxValueDecimal?: decimal;
    maxValueInstant?: instant;
    maxValueInteger?: integer;
    maxValuePositiveInt?: positiveInt;
    maxValueQuantity?: Quantity;
    maxValueTime?: time;
    maxValueUnsignedInt?: unsignedInt;
    meaningWhenMissing?: markdown;
    min?: unsignedInt;
    minValueDate?: date;
    minValueDateTime?: dateTime;
    minValueDecimal?: decimal;
    minValueInstant?: instant;
    minValueInteger?: integer;
    minValuePositiveInt?: positiveInt;
    minValueQuantity?: Quantity;
    minValueTime?: time;
    minValueUnsignedInt?: unsignedInt;
    modifierExtension?: Extension[];
    mustSupport?: boolean;
    orderMeaning?: string;
    path: string;
    patternAddress?: Address;
    patternAge?: Age;
    patternAnnotation?: Annotation;
    patternAttachment?: Attachment;
    patternBase64Binary?: base64Binary;
    patternBoolean?: boolean;
    patternCanonical?: canonical;
    patternCode?: code;
    patternCodeableConcept?: CodeableConcept;
    patternCoding?: Coding;
    patternContactDetail?: ContactDetail;
    patternContactPoint?: ContactPoint;
    patternContributor?: Contributor;
    patternCount?: Count;
    patternDataRequirement?: DataRequirement;
    patternDate?: date;
    patternDateTime?: dateTime;
    patternDecimal?: decimal;
    patternDistance?: Distance;
    patternDosage?: Dosage;
    patternDuration?: Duration;
    patternExpression?: Expression;
    patternHumanName?: HumanName;
    patternId?: id;
    patternIdentifier?: Identifier;
    patternInstant?: instant;
    patternInteger?: integer;
    patternMarkdown?: markdown;
    patternMeta?: Meta;
    patternMoney?: Money;
    patternOid?: oid;
    patternParameterDefinition?: ParameterDefinition;
    patternPeriod?: Period;
    patternPositiveInt?: positiveInt;
    patternQuantity?: Quantity;
    patternRange?: Range;
    patternRatio?: Ratio;
    patternReference?: Reference;
    patternRelatedArtifact?: RelatedArtifact;
    patternSampledData?: SampledData;
    patternSignature?: Signature;
    patternString?: string;
    patternTime?: time;
    patternTiming?: Timing;
    patternTriggerDefinition?: TriggerDefinition;
    patternUnsignedInt?: unsignedInt;
    patternUri?: uri;
    patternUrl?: url;
    patternUsageContext?: UsageContext;
    patternUuid?: uuid;
    representation?: code[];
    requirements?: markdown;
    short?: string;
    sliceIsConstraining?: boolean;
    sliceName?: string;
    slicing?: ElementDefinitionSlicing;
    type?: ElementDefinitionType[];
}

Properties

_alias? _comment? _condition? _contentReference? _defaultValueBase64Binary? _defaultValueBoolean? _defaultValueCanonical? _defaultValueCode? _defaultValueDate? _defaultValueDateTime? _defaultValueDecimal? _defaultValueId? _defaultValueInstant? _defaultValueInteger? _defaultValueMarkdown? _defaultValueOid? _defaultValuePositiveInt? _defaultValueString? _defaultValueTime? _defaultValueUnsignedInt? _defaultValueUri? _defaultValueUrl? _defaultValueUuid? _definition? _fixedBase64Binary? _fixedBoolean? _fixedCanonical? _fixedCode? _fixedDate? _fixedDateTime? _fixedDecimal? _fixedId? _fixedInstant? _fixedInteger? _fixedMarkdown? _fixedOid? _fixedPositiveInt? _fixedString? _fixedTime? _fixedUnsignedInt? _fixedUri? _fixedUrl? _fixedUuid? _isModifier? _isModifierReason? _isSummary? _label? _max? _maxLength? _maxValueDate? _maxValueDateTime? _maxValueDecimal? _maxValueInstant? _maxValueInteger? _maxValuePositiveInt? _maxValueTime? _maxValueUnsignedInt? _meaningWhenMissing? _min? _minValueDate? _minValueDateTime? _minValueDecimal? _minValueInstant? _minValueInteger? _minValuePositiveInt? _minValueTime? _minValueUnsignedInt? _mustSupport? _orderMeaning? _path? _patternBase64Binary? _patternBoolean? _patternCanonical? _patternCode? _patternDate? _patternDateTime? _patternDecimal? _patternId? _patternInstant? _patternInteger? _patternMarkdown? _patternOid? _patternPositiveInt? _patternString? _patternTime? _patternUnsignedInt? _patternUri? _patternUrl? _patternUuid? _representation? _requirements? _short? _sliceIsConstraining? _sliceName? alias? base? binding? code? comment? condition? constraint? contentReference? defaultValueAddress? defaultValueAge? defaultValueAnnotation? defaultValueAttachment? defaultValueBase64Binary? defaultValueBoolean? defaultValueCanonical? defaultValueCode? defaultValueCodeableConcept? defaultValueCoding? defaultValueContactDetail? defaultValueContactPoint? defaultValueContributor? defaultValueCount? defaultValueDataRequirement? defaultValueDate? defaultValueDateTime? defaultValueDecimal? defaultValueDistance? defaultValueDosage? defaultValueDuration? defaultValueExpression? defaultValueHumanName? defaultValueId? defaultValueIdentifier? defaultValueInstant? defaultValueInteger? defaultValueMarkdown? defaultValueMeta? defaultValueMoney? defaultValueOid? defaultValueParameterDefinition? defaultValuePeriod? defaultValuePositiveInt? defaultValueQuantity? defaultValueRange? defaultValueRatio? defaultValueReference? defaultValueRelatedArtifact? defaultValueSampledData? defaultValueSignature? defaultValueString? defaultValueTime? defaultValueTiming? defaultValueTriggerDefinition? defaultValueUnsignedInt? defaultValueUri? defaultValueUrl? defaultValueUsageContext? defaultValueUuid? definition? example? extension? fixedAddress? fixedAge? fixedAnnotation? fixedAttachment? fixedBase64Binary? fixedBoolean? fixedCanonical? fixedCode? fixedCodeableConcept? fixedCoding? fixedContactDetail? fixedContactPoint? fixedContributor? fixedCount? fixedDataRequirement? fixedDate? fixedDateTime? fixedDecimal? fixedDistance? fixedDosage? fixedDuration? fixedExpression? fixedHumanName? fixedId? fixedIdentifier? fixedInstant? fixedInteger? fixedMarkdown? fixedMeta? fixedMoney? fixedOid? fixedParameterDefinition? fixedPeriod? fixedPositiveInt? fixedQuantity? fixedRange? fixedRatio? fixedReference? fixedRelatedArtifact? fixedSampledData? fixedSignature? fixedString? fixedTime? fixedTiming? fixedTriggerDefinition? fixedUnsignedInt? fixedUri? fixedUrl? fixedUsageContext? fixedUuid? id? isModifier? isModifierReason? isSummary? label? mapping? max? maxLength? maxValueDate? maxValueDateTime? maxValueDecimal? maxValueInstant? maxValueInteger? maxValuePositiveInt? maxValueQuantity? maxValueTime? maxValueUnsignedInt? meaningWhenMissing? min? minValueDate? minValueDateTime? minValueDecimal? minValueInstant? minValueInteger? minValuePositiveInt? minValueQuantity? minValueTime? minValueUnsignedInt? modifierExtension? mustSupport? orderMeaning? path patternAddress? patternAge? patternAnnotation? patternAttachment? patternBase64Binary? patternBoolean? patternCanonical? patternCode? patternCodeableConcept? patternCoding? patternContactDetail? patternContactPoint? patternContributor? patternCount? patternDataRequirement? patternDate? patternDateTime? patternDecimal? patternDistance? patternDosage? patternDuration? patternExpression? patternHumanName? patternId? patternIdentifier? patternInstant? patternInteger? patternMarkdown? patternMeta? patternMoney? patternOid? patternParameterDefinition? patternPeriod? patternPositiveInt? patternQuantity? patternRange? patternRatio? patternReference? patternRelatedArtifact? patternSampledData? patternSignature? patternString? patternTime? patternTiming? patternTriggerDefinition? patternUnsignedInt? patternUri? patternUrl? patternUsageContext? patternUuid? representation? requirements? short? sliceIsConstraining? sliceName? slicing? type?

Properties

_alias?: Element[]

Other names

_comment?: Element

Comments about the use of this element

_condition?: Element[]

Reference to invariant about presence

_contentReference?: Element

Reference to definition of content for the element

_defaultValueBase64Binary?: Element

Specified value if missing from instance

_defaultValueBoolean?: Element

Specified value if missing from instance

_defaultValueCanonical?: Element

Specified value if missing from instance

_defaultValueCode?: Element

Specified value if missing from instance

_defaultValueDate?: Element

Specified value if missing from instance

_defaultValueDateTime?: Element

Specified value if missing from instance

_defaultValueDecimal?: Element

Specified value if missing from instance

_defaultValueId?: Element

Specified value if missing from instance

_defaultValueInstant?: Element

Specified value if missing from instance

_defaultValueInteger?: Element

Specified value if missing from instance

_defaultValueMarkdown?: Element

Specified value if missing from instance

_defaultValueOid?: Element

Specified value if missing from instance

_defaultValuePositiveInt?: Element

Specified value if missing from instance

_defaultValueString?: Element

Specified value if missing from instance

_defaultValueTime?: Element

Specified value if missing from instance

_defaultValueUnsignedInt?: Element

Specified value if missing from instance

_defaultValueUri?: Element

Specified value if missing from instance

_defaultValueUrl?: Element

Specified value if missing from instance

_defaultValueUuid?: Element

Specified value if missing from instance

_definition?: Element

Full formal definition as narrative text

_fixedBase64Binary?: Element

Value must be exactly this

_fixedBoolean?: Element

Value must be exactly this

_fixedCanonical?: Element

Value must be exactly this

_fixedCode?: Element

Value must be exactly this

_fixedDate?: Element

Value must be exactly this

_fixedDateTime?: Element

Value must be exactly this

_fixedDecimal?: Element

Value must be exactly this

_fixedId?: Element

Value must be exactly this

_fixedInstant?: Element

Value must be exactly this

_fixedInteger?: Element

Value must be exactly this

_fixedMarkdown?: Element

Value must be exactly this

_fixedOid?: Element

Value must be exactly this

_fixedPositiveInt?: Element

Value must be exactly this

_fixedString?: Element

Value must be exactly this

_fixedTime?: Element

Value must be exactly this

_fixedUnsignedInt?: Element

Value must be exactly this

_fixedUri?: Element

Value must be exactly this

_fixedUrl?: Element

Value must be exactly this

_fixedUuid?: Element

Value must be exactly this

_isModifier?: Element

If this modifies the meaning of other elements

_isModifierReason?: Element

Reason that this element is marked as a modifier

_isSummary?: Element

Include when _summary = true?

_label?: Element

Name for element to display with or prompt for element

_max?: Element

Maximum Cardinality (a number or *)

_maxLength?: Element

Max length for strings

_maxValueDate?: Element

Maximum Allowed Value (for some types)

_maxValueDateTime?: Element

Maximum Allowed Value (for some types)

_maxValueDecimal?: Element

Maximum Allowed Value (for some types)

_maxValueInstant?: Element

Maximum Allowed Value (for some types)

_maxValueInteger?: Element

Maximum Allowed Value (for some types)

_maxValuePositiveInt?: Element

Maximum Allowed Value (for some types)

_maxValueTime?: Element

Maximum Allowed Value (for some types)

_maxValueUnsignedInt?: Element

Maximum Allowed Value (for some types)

_meaningWhenMissing?: Element

Implicit meaning when this element is missing

_min?: Element

Minimum Cardinality

_minValueDate?: Element

Minimum Allowed Value (for some types)

_minValueDateTime?: Element

Minimum Allowed Value (for some types)

_minValueDecimal?: Element

Minimum Allowed Value (for some types)

_minValueInstant?: Element

Minimum Allowed Value (for some types)

_minValueInteger?: Element

Minimum Allowed Value (for some types)

_minValuePositiveInt?: Element

Minimum Allowed Value (for some types)

_minValueTime?: Element

Minimum Allowed Value (for some types)

_minValueUnsignedInt?: Element

Minimum Allowed Value (for some types)

_mustSupport?: Element

If the element must be supported

_orderMeaning?: Element

What the order of the elements means

_path?: Element

Path of the element in the hierarchy of elements

_patternBase64Binary?: Element

Value must have at least these property values

_patternBoolean?: Element

Value must have at least these property values

_patternCanonical?: Element

Value must have at least these property values

_patternCode?: Element

Value must have at least these property values

_patternDate?: Element

Value must have at least these property values

_patternDateTime?: Element

Value must have at least these property values

_patternDecimal?: Element

Value must have at least these property values

_patternId?: Element

Value must have at least these property values

_patternInstant?: Element

Value must have at least these property values

_patternInteger?: Element

Value must have at least these property values

_patternMarkdown?: Element

Value must have at least these property values

_patternOid?: Element

Value must have at least these property values

_patternPositiveInt?: Element

Value must have at least these property values

_patternString?: Element

Value must have at least these property values

_patternTime?: Element

Value must have at least these property values

_patternUnsignedInt?: Element

Value must have at least these property values

_patternUri?: Element

Value must have at least these property values

_patternUrl?: Element

Value must have at least these property values

_patternUuid?: Element

Value must have at least these property values

_representation?: Element[]

xmlAttr | xmlText | typeAttr | cdaText | xhtml

_requirements?: Element

Why this resource has been created

_short?: Element

Concise definition for space-constrained presentation

_sliceIsConstraining?: Element

If this slice definition constrains an inherited slice definition (or not)

_sliceName?: Element

Name for this particular element (in a set of slices)

alias?: string[]

Other names

Base definition information for tools

ValueSet details if this is coded

code?: Coding[]

Corresponding codes in terminologies

comment?: markdown

Comments about the use of this element

condition?: id[]

Reference to invariant about presence

Condition that must evaluate to true

contentReference?: uri

Reference to definition of content for the element

defaultValueAddress?: Address

Specified value if missing from instance

defaultValueAge?: Age

Specified value if missing from instance

defaultValueAnnotation?: Annotation

Specified value if missing from instance

defaultValueAttachment?: Attachment

Specified value if missing from instance

defaultValueBase64Binary?: base64Binary

Specified value if missing from instance

defaultValueBoolean?: boolean

Specified value if missing from instance

defaultValueCanonical?: canonical

Specified value if missing from instance

defaultValueCode?: code

Specified value if missing from instance

defaultValueCodeableConcept?: CodeableConcept

Specified value if missing from instance

defaultValueCoding?: Coding

Specified value if missing from instance

defaultValueContactDetail?: ContactDetail

Specified value if missing from instance

defaultValueContactPoint?: ContactPoint

Specified value if missing from instance

defaultValueContributor?: Contributor

Specified value if missing from instance

defaultValueCount?: Count

Specified value if missing from instance

defaultValueDataRequirement?: DataRequirement

Specified value if missing from instance

defaultValueDate?: date

Specified value if missing from instance

defaultValueDateTime?: dateTime

Specified value if missing from instance

defaultValueDecimal?: decimal

Specified value if missing from instance

defaultValueDistance?: Distance

Specified value if missing from instance

defaultValueDosage?: Dosage

Specified value if missing from instance

defaultValueDuration?: Duration

Specified value if missing from instance

defaultValueExpression?: Expression

Specified value if missing from instance

defaultValueHumanName?: HumanName

Specified value if missing from instance

defaultValueId?: id

Specified value if missing from instance

defaultValueIdentifier?: Identifier

Specified value if missing from instance

defaultValueInstant?: instant

Specified value if missing from instance

defaultValueInteger?: integer

Specified value if missing from instance

defaultValueMarkdown?: markdown

Specified value if missing from instance

defaultValueMeta?: Meta

Specified value if missing from instance

defaultValueMoney?: Money

Specified value if missing from instance

defaultValueOid?: oid

Specified value if missing from instance

defaultValueParameterDefinition?: ParameterDefinition

Specified value if missing from instance

defaultValuePeriod?: Period

Specified value if missing from instance

defaultValuePositiveInt?: positiveInt

Specified value if missing from instance

defaultValueQuantity?: Quantity

Specified value if missing from instance

defaultValueRange?: Range

Specified value if missing from instance

defaultValueRatio?: Ratio

Specified value if missing from instance

defaultValueReference?: Reference

Specified value if missing from instance

defaultValueRelatedArtifact?: RelatedArtifact

Specified value if missing from instance

defaultValueSampledData?: SampledData

Specified value if missing from instance

defaultValueSignature?: Signature

Specified value if missing from instance

defaultValueString?: string

Specified value if missing from instance

defaultValueTime?: time

Specified value if missing from instance

defaultValueTiming?: Timing

Specified value if missing from instance

defaultValueTriggerDefinition?: TriggerDefinition

Specified value if missing from instance

defaultValueUnsignedInt?: unsignedInt

Specified value if missing from instance

defaultValueUri?: uri

Specified value if missing from instance

defaultValueUrl?: url

Specified value if missing from instance

defaultValueUsageContext?: UsageContext

Specified value if missing from instance

defaultValueUuid?: uuid

Specified value if missing from instance

definition?: markdown

Full formal definition as narrative text

Example value (as defined for type)

extension?: Extension[]

Additional content defined by implementations

fixedAddress?: Address

Value must be exactly this

fixedAge?: Age

Value must be exactly this

fixedAnnotation?: Annotation

Value must be exactly this

fixedAttachment?: Attachment

Value must be exactly this

fixedBase64Binary?: base64Binary

Value must be exactly this

fixedBoolean?: boolean

Value must be exactly this

fixedCanonical?: canonical

Value must be exactly this

fixedCode?: code

Value must be exactly this

fixedCodeableConcept?: CodeableConcept

Value must be exactly this

fixedCoding?: Coding

Value must be exactly this

fixedContactDetail?: ContactDetail

Value must be exactly this

fixedContactPoint?: ContactPoint

Value must be exactly this

fixedContributor?: Contributor

Value must be exactly this

fixedCount?: Count

Value must be exactly this

fixedDataRequirement?: DataRequirement

Value must be exactly this

fixedDate?: date

Value must be exactly this

fixedDateTime?: dateTime

Value must be exactly this

fixedDecimal?: decimal

Value must be exactly this

fixedDistance?: Distance

Value must be exactly this

fixedDosage?: Dosage

Value must be exactly this

fixedDuration?: Duration

Value must be exactly this

fixedExpression?: Expression

Value must be exactly this

fixedHumanName?: HumanName

Value must be exactly this

fixedId?: id

Value must be exactly this

fixedIdentifier?: Identifier

Value must be exactly this

fixedInstant?: instant

Value must be exactly this

fixedInteger?: integer

Value must be exactly this

fixedMarkdown?: markdown

Value must be exactly this

fixedMeta?: Meta

Value must be exactly this

fixedMoney?: Money

Value must be exactly this

fixedOid?: oid

Value must be exactly this

fixedParameterDefinition?: ParameterDefinition

Value must be exactly this

fixedPeriod?: Period

Value must be exactly this

fixedPositiveInt?: positiveInt

Value must be exactly this

fixedQuantity?: Quantity

Value must be exactly this

fixedRange?: Range

Value must be exactly this

fixedRatio?: Ratio

Value must be exactly this

fixedReference?: Reference

Value must be exactly this

fixedRelatedArtifact?: RelatedArtifact

Value must be exactly this

fixedSampledData?: SampledData

Value must be exactly this

fixedSignature?: Signature

Value must be exactly this

fixedString?: string

Value must be exactly this

fixedTime?: time

Value must be exactly this

fixedTiming?: Timing

Value must be exactly this

fixedTriggerDefinition?: TriggerDefinition

Value must be exactly this

fixedUnsignedInt?: unsignedInt

Value must be exactly this

fixedUri?: uri

Value must be exactly this

fixedUrl?: url

Value must be exactly this

fixedUsageContext?: UsageContext

Value must be exactly this

fixedUuid?: uuid

Value must be exactly this

id?: id

Unique id for inter-element referencing

isModifier?: boolean

If this modifies the meaning of other elements

isModifierReason?: string

Reason that this element is marked as a modifier

isSummary?: boolean

Include when _summary = true?

label?: string

Name for element to display with or prompt for element

Map element to another set of definitions

max?: string

Maximum Cardinality (a number or *)

maxLength?: integer

Max length for strings

maxValueDate?: date

Maximum Allowed Value (for some types)

maxValueDateTime?: dateTime

Maximum Allowed Value (for some types)

maxValueDecimal?: decimal

Maximum Allowed Value (for some types)

maxValueInstant?: instant

Maximum Allowed Value (for some types)

maxValueInteger?: integer

Maximum Allowed Value (for some types)

maxValuePositiveInt?: positiveInt

Maximum Allowed Value (for some types)

maxValueQuantity?: Quantity

Maximum Allowed Value (for some types)

maxValueTime?: time

Maximum Allowed Value (for some types)

maxValueUnsignedInt?: unsignedInt

Maximum Allowed Value (for some types)

meaningWhenMissing?: markdown

Implicit meaning when this element is missing

Minimum Cardinality

minValueDate?: date

Minimum Allowed Value (for some types)

minValueDateTime?: dateTime

Minimum Allowed Value (for some types)

minValueDecimal?: decimal

Minimum Allowed Value (for some types)

minValueInstant?: instant

Minimum Allowed Value (for some types)

minValueInteger?: integer

Minimum Allowed Value (for some types)

minValuePositiveInt?: positiveInt

Minimum Allowed Value (for some types)

minValueQuantity?: Quantity

Minimum Allowed Value (for some types)

minValueTime?: time

Minimum Allowed Value (for some types)

minValueUnsignedInt?: unsignedInt

Minimum Allowed Value (for some types)

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

mustSupport?: boolean

If the element must be supported

orderMeaning?: string

What the order of the elements means

path: string

Path of the element in the hierarchy of elements

patternAddress?: Address

Value must have at least these property values

patternAge?: Age

Value must have at least these property values

patternAnnotation?: Annotation

Value must have at least these property values

patternAttachment?: Attachment

Value must have at least these property values

patternBase64Binary?: base64Binary

Value must have at least these property values

patternBoolean?: boolean

Value must have at least these property values

patternCanonical?: canonical

Value must have at least these property values

patternCode?: code

Value must have at least these property values

patternCodeableConcept?: CodeableConcept

Value must have at least these property values

patternCoding?: Coding

Value must have at least these property values

patternContactDetail?: ContactDetail

Value must have at least these property values

patternContactPoint?: ContactPoint

Value must have at least these property values

patternContributor?: Contributor

Value must have at least these property values

patternCount?: Count

Value must have at least these property values

patternDataRequirement?: DataRequirement

Value must have at least these property values

patternDate?: date

Value must have at least these property values

patternDateTime?: dateTime

Value must have at least these property values

patternDecimal?: decimal

Value must have at least these property values

patternDistance?: Distance

Value must have at least these property values

patternDosage?: Dosage

Value must have at least these property values

patternDuration?: Duration

Value must have at least these property values

patternExpression?: Expression

Value must have at least these property values

patternHumanName?: HumanName

Value must have at least these property values

patternId?: id

Value must have at least these property values

patternIdentifier?: Identifier

Value must have at least these property values

patternInstant?: instant

Value must have at least these property values

patternInteger?: integer

Value must have at least these property values

patternMarkdown?: markdown

Value must have at least these property values

patternMeta?: Meta

Value must have at least these property values

patternMoney?: Money

Value must have at least these property values

patternOid?: oid

Value must have at least these property values

patternParameterDefinition?: ParameterDefinition

Value must have at least these property values

patternPeriod?: Period

Value must have at least these property values

patternPositiveInt?: positiveInt

Value must have at least these property values

patternQuantity?: Quantity

Value must have at least these property values

patternRange?: Range

Value must have at least these property values

patternRatio?: Ratio

Value must have at least these property values

patternReference?: Reference

Value must have at least these property values

patternRelatedArtifact?: RelatedArtifact

Value must have at least these property values

patternSampledData?: SampledData

Value must have at least these property values

patternSignature?: Signature

Value must have at least these property values

patternString?: string

Value must have at least these property values

patternTime?: time

Value must have at least these property values

patternTiming?: Timing

Value must have at least these property values

patternTriggerDefinition?: TriggerDefinition

Value must have at least these property values

patternUnsignedInt?: unsignedInt

Value must have at least these property values

patternUri?: uri

Value must have at least these property values

patternUrl?: url

Value must have at least these property values

patternUsageContext?: UsageContext

Value must have at least these property values

patternUuid?: uuid

Value must have at least these property values

representation?: code[]

xmlAttr | xmlText | typeAttr | cdaText | xhtml

requirements?: markdown

Why this resource has been created

short?: string

Concise definition for space-constrained presentation

sliceIsConstraining?: boolean

If this slice definition constrains an inherited slice definition (or not)

sliceName?: string

Name for this particular element (in a set of slices)

This element is sliced - slices follow

Data type and Profile for this element