IGUHealth
    Preparing search index...
    interface ImplementationGuideDefinitionResource {
        _description?: Element;
        _exampleBoolean?: Element;
        _exampleCanonical?: Element;
        _fhirVersion?: Element[];
        _groupingId?: Element;
        _name?: Element;
        description?: string;
        exampleBoolean?: boolean;
        exampleCanonical?: canonical;
        extension?: Extension[];
        fhirVersion?: code[];
        groupingId?: id;
        id?: id;
        modifierExtension?: Extension[];
        name?: string;
        reference: Reference;
    }
    Index

    Properties

    _description?: Element

    Reason why included in guide

    _exampleBoolean?: Element

    Is an example/What is this an example of?

    _exampleCanonical?: Element

    Is an example/What is this an example of?

    _fhirVersion?: Element[]

    Versions this applies to (if different to IG)

    _groupingId?: Element

    Grouping this is part of

    _name?: Element

    Human Name for the resource

    description?: string

    Reason why included in guide

    exampleBoolean?: boolean

    Is an example/What is this an example of?

    exampleCanonical?: canonical

    Is an example/What is this an example of?

    extension?: Extension[]

    Additional content defined by implementations

    fhirVersion?: code[]

    Versions this applies to (if different to IG)

    groupingId?: id

    Grouping this is part of

    id?: id

    Unique id for inter-element referencing

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    name?: string

    Human Name for the resource

    reference: Reference

    Location of the resource