IGUHealth
    Preparing search index...
    interface StructureMapGroup {
        _documentation?: Element;
        _extends?: Element;
        _name?: Element;
        _typeMode?: Element;
        documentation?: string;
        extends?: id;
        extension?: Extension[];
        id?: id;
        input: StructureMapGroupInput[];
        modifierExtension?: Extension[];
        name: id;
        rule: StructureMapGroupRule[];
        typeMode: code;
    }
    Index

    Properties

    _documentation?: Element

    Additional description/explanation for group

    _extends?: Element

    Another group that this group adds rules to

    _name?: Element

    Human-readable label

    _typeMode?: Element

    none | types | type-and-types

    documentation?: string

    Additional description/explanation for group

    extends?: id

    Another group that this group adds rules to

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Unique id for inter-element referencing

    Named instance provided when invoking the map

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    name: id

    Human-readable label

    Transform Rule from source to target

    typeMode: code

    none | types | type-and-types