interface StructureMapGroupRuleSource {
    _check?: Element;
    _condition?: Element;
    _context?: 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;
    _element?: Element;
    _listMode?: Element;
    _logMessage?: Element;
    _max?: Element;
    _min?: Element;
    _type?: Element;
    _variable?: Element;
    check?: string;
    condition?: string;
    context: id;
    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?: undefined;
    defaultValueQuantity?: Quantity;
    defaultValueRange?: Range;
    defaultValueRatio?: Ratio;
    defaultValueReference?: Reference;
    defaultValueRelatedArtifact?: RelatedArtifact;
    defaultValueSampledData?: SampledData;
    defaultValueSignature?: Signature;
    defaultValueString?: string;
    defaultValueTime?: time;
    defaultValueTiming?: Timing;
    defaultValueTriggerDefinition?: TriggerDefinition;
    defaultValueUnsignedInt?: undefined;
    defaultValueUri?: uri;
    defaultValueUrl?: url;
    defaultValueUsageContext?: UsageContext;
    defaultValueUuid?: uuid;
    element?: string;
    extension?: Extension[];
    id?: id;
    listMode?: code;
    logMessage?: string;
    max?: string;
    min?: integer;
    modifierExtension?: Extension[];
    type?: string;
    variable?: id;
}

Properties

_check? _condition? _context? _defaultValueBase64Binary? _defaultValueBoolean? _defaultValueCanonical? _defaultValueCode? _defaultValueDate? _defaultValueDateTime? _defaultValueDecimal? _defaultValueId? _defaultValueInstant? _defaultValueInteger? _defaultValueMarkdown? _defaultValueOid? _defaultValuePositiveInt? _defaultValueString? _defaultValueTime? _defaultValueUnsignedInt? _defaultValueUri? _defaultValueUrl? _defaultValueUuid? _element? _listMode? _logMessage? _max? _min? _type? _variable? check? condition? context 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? element? extension? id? listMode? logMessage? max? min? modifierExtension? type? variable?

Properties

_check?: Element

FHIRPath expression - must be true or the mapping engine throws an error instead of completing

_condition?: Element

FHIRPath expression - must be true or the rule does not apply

_context?: Element

Type or variable this rule applies to

_defaultValueBase64Binary?: Element

Default value if no value exists

_defaultValueBoolean?: Element

Default value if no value exists

_defaultValueCanonical?: Element

Default value if no value exists

_defaultValueCode?: Element

Default value if no value exists

_defaultValueDate?: Element

Default value if no value exists

_defaultValueDateTime?: Element

Default value if no value exists

_defaultValueDecimal?: Element

Default value if no value exists

_defaultValueId?: Element

Default value if no value exists

_defaultValueInstant?: Element

Default value if no value exists

_defaultValueInteger?: Element

Default value if no value exists

_defaultValueMarkdown?: Element

Default value if no value exists

_defaultValueOid?: Element

Default value if no value exists

_defaultValuePositiveInt?: Element

Default value if no value exists

_defaultValueString?: Element

Default value if no value exists

_defaultValueTime?: Element

Default value if no value exists

_defaultValueUnsignedInt?: Element

Default value if no value exists

_defaultValueUri?: Element

Default value if no value exists

_defaultValueUrl?: Element

Default value if no value exists

_defaultValueUuid?: Element

Default value if no value exists

_element?: Element

Optional field for this source

_listMode?: Element

first | not_first | last | not_last | only_one

_logMessage?: Element

Message to put in log if source exists (FHIRPath)

_max?: Element

Specified maximum cardinality (number or *)

_min?: Element

Specified minimum cardinality

_type?: Element

Rule only applies if source has this type

_variable?: Element

Named context for field, if a field is specified

check?: string

FHIRPath expression - must be true or the mapping engine throws an error instead of completing

condition?: string

FHIRPath expression - must be true or the rule does not apply

context: id

Type or variable this rule applies to

defaultValueAddress?: Address

Default value if no value exists

defaultValueAge?: Age

Default value if no value exists

defaultValueAnnotation?: Annotation

Default value if no value exists

defaultValueAttachment?: Attachment

Default value if no value exists

defaultValueBase64Binary?: base64Binary

Default value if no value exists

defaultValueBoolean?: boolean

Default value if no value exists

defaultValueCanonical?: canonical

Default value if no value exists

defaultValueCode?: code

Default value if no value exists

defaultValueCodeableConcept?: CodeableConcept

Default value if no value exists

defaultValueCoding?: Coding

Default value if no value exists

defaultValueContactDetail?: ContactDetail

Default value if no value exists

defaultValueContactPoint?: ContactPoint

Default value if no value exists

defaultValueContributor?: Contributor

Default value if no value exists

defaultValueCount?: Count

Default value if no value exists

defaultValueDataRequirement?: DataRequirement

Default value if no value exists

defaultValueDate?: date

Default value if no value exists

defaultValueDateTime?: dateTime

Default value if no value exists

defaultValueDecimal?: decimal

Default value if no value exists

defaultValueDistance?: Distance

Default value if no value exists

defaultValueDosage?: Dosage

Default value if no value exists

defaultValueDuration?: Duration

Default value if no value exists

defaultValueExpression?: Expression

Default value if no value exists

defaultValueHumanName?: HumanName

Default value if no value exists

defaultValueId?: id

Default value if no value exists

defaultValueIdentifier?: Identifier

Default value if no value exists

defaultValueInstant?: instant

Default value if no value exists

defaultValueInteger?: integer

Default value if no value exists

defaultValueMarkdown?: markdown

Default value if no value exists

defaultValueMeta?: Meta

Default value if no value exists

defaultValueMoney?: Money

Default value if no value exists

defaultValueOid?: oid

Default value if no value exists

defaultValueParameterDefinition?: ParameterDefinition

Default value if no value exists

defaultValuePeriod?: Period

Default value if no value exists

defaultValuePositiveInt?: undefined

Default value if no value exists

defaultValueQuantity?: Quantity

Default value if no value exists

defaultValueRange?: Range

Default value if no value exists

defaultValueRatio?: Ratio

Default value if no value exists

defaultValueReference?: Reference

Default value if no value exists

defaultValueRelatedArtifact?: RelatedArtifact

Default value if no value exists

defaultValueSampledData?: SampledData

Default value if no value exists

defaultValueSignature?: Signature

Default value if no value exists

defaultValueString?: string

Default value if no value exists

defaultValueTime?: time

Default value if no value exists

defaultValueTiming?: Timing

Default value if no value exists

defaultValueTriggerDefinition?: TriggerDefinition

Default value if no value exists

defaultValueUnsignedInt?: undefined

Default value if no value exists

defaultValueUri?: uri

Default value if no value exists

defaultValueUrl?: url

Default value if no value exists

defaultValueUsageContext?: UsageContext

Default value if no value exists

defaultValueUuid?: uuid

Default value if no value exists

element?: string

Optional field for this source

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

listMode?: code

first | not_first | last | not_last | only_one

logMessage?: string

Message to put in log if source exists (FHIRPath)

max?: string

Specified maximum cardinality (number or *)

min?: integer

Specified minimum cardinality

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

type?: string

Rule only applies if source has this type

variable?: id

Named context for field, if a field is specified