IGUHealth
    Preparing search index...
    interface StructureMapGroupRule {
        _documentation?: Element;
        _name?: Element;
        dependent?: StructureMapGroupRuleDependent[];
        documentation?: string;
        extension?: Extension[];
        id?: id;
        modifierExtension?: Extension[];
        name: id;
        rule?: StructureMapGroupRule[];
        source: StructureMapGroupRuleSource[];
        target?: StructureMapGroupRuleTarget[];
    }
    Index

    Properties

    _documentation?: Element

    Documentation for this instance of data

    _name?: Element

    Name of the rule for internal references

    Which other rules to apply in the context of this rule

    documentation?: string

    Documentation for this instance of data

    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

    name: id

    Name of the rule for internal references

    Rules contained in this rule

    Source inputs to the mapping

    Content to create because of this mapping rule