IGUHealth
    Preparing search index...
    interface ImplementationGuideDefinitionTemplate {
        _code?: Element;
        _scope?: Element;
        _source?: Element;
        code: code;
        extension?: Extension[];
        id?: id;
        modifierExtension?: Extension[];
        scope?: string;
        source: string;
    }
    Index

    Properties

    _code?: Element

    Type of template specified

    _scope?: Element

    The scope in which the template applies

    _source?: Element

    The source location for the template

    code: code

    Type of template specified

    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

    scope?: string

    The scope in which the template applies

    source: string

    The source location for the template