IGUHealth
    Preparing search index...
    interface ImplementationGuide {
        _copyright?: Element;
        _date?: Element;
        _description?: Element;
        _experimental?: Element;
        _fhirVersion?: Element[];
        _implicitRules?: Element;
        _language?: Element;
        _license?: Element;
        _name?: Element;
        _packageId?: Element;
        _publisher?: Element;
        _status?: Element;
        _title?: Element;
        _url?: Element;
        _version?: Element;
        contact?: ContactDetail[];
        contained?: ConcreteType[];
        copyright?: markdown;
        date?: dateTime;
        definition?: ImplementationGuideDefinition;
        dependsOn?: ImplementationGuideDependsOn[];
        description?: markdown;
        experimental?: boolean;
        extension?: Extension[];
        fhirVersion: code[];
        global?: ImplementationGuideGlobal[];
        id?: id;
        implicitRules?: uri;
        jurisdiction?: CodeableConcept[];
        language?: code;
        license?: code;
        manifest?: ImplementationGuideManifest;
        meta?: Meta;
        modifierExtension?: Extension[];
        name: string;
        packageId: id;
        publisher?: string;
        resourceType: "ImplementationGuide";
        status: code;
        text?: Narrative;
        title?: string;
        url: uri;
        useContext?: UsageContext[];
        version?: string;
    }
    Index

    Properties

    _copyright?: Element

    Use and/or publishing restrictions

    _date?: Element

    Date last changed

    _description?: Element

    Natural language description of the implementation guide

    _experimental?: Element

    For testing purposes, not real usage

    _fhirVersion?: Element[]

    FHIR Version(s) this Implementation Guide targets

    _implicitRules?: Element

    A set of rules under which this content was created

    _language?: Element

    Language of the resource content

    _license?: Element

    SPDX license code for this IG (or not-open-source)

    _name?: Element

    Name for this implementation guide (computer friendly)

    _packageId?: Element

    NPM Package name for IG

    _publisher?: Element

    Name of the publisher (organization or individual)

    _status?: Element

    draft | active | retired | unknown

    _title?: Element

    Name for this implementation guide (human friendly)

    _url?: Element

    Canonical identifier for this implementation guide, represented as a URI (globally unique)

    _version?: Element

    Business version of the implementation guide

    contact?: ContactDetail[]

    Contact details for the publisher

    contained?: ConcreteType[]

    Contained, inline Resources

    copyright?: markdown

    Use and/or publishing restrictions

    date?: dateTime

    Date last changed

    Information needed to build the IG

    Another Implementation guide this depends on

    description?: markdown

    Natural language description of the implementation guide

    experimental?: boolean

    For testing purposes, not real usage

    extension?: Extension[]

    Additional content defined by implementations

    fhirVersion: code[]

    FHIR Version(s) this Implementation Guide targets

    Profiles that apply globally

    id?: id

    Logical id of this artifact

    implicitRules?: uri

    A set of rules under which this content was created

    jurisdiction?: CodeableConcept[]

    Intended jurisdiction for implementation guide (if applicable)

    language?: code

    Language of the resource content

    license?: code

    SPDX license code for this IG (or not-open-source)

    Information about an assembled IG

    meta?: Meta

    Metadata about the resource

    modifierExtension?: Extension[]

    Extensions that cannot be ignored

    name: string

    Name for this implementation guide (computer friendly)

    packageId: id

    NPM Package name for IG

    publisher?: string

    Name of the publisher (organization or individual)

    resourceType: "ImplementationGuide"
    status: code

    draft | active | retired | unknown

    text?: Narrative

    Text summary of the resource, for human interpretation

    title?: string

    Name for this implementation guide (human friendly)

    url: uri

    Canonical identifier for this implementation guide, represented as a URI (globally unique)

    useContext?: UsageContext[]

    The context that the content is intended to support

    version?: string

    Business version of the implementation guide