IGUHealth
    Preparing search index...
    interface StructureDefinition {
        _abstract?: Element;
        _baseDefinition?: Element;
        _contextInvariant?: Element[];
        _copyright?: Element;
        _date?: Element;
        _derivation?: Element;
        _description?: Element;
        _experimental?: Element;
        _fhirVersion?: Element;
        _implicitRules?: Element;
        _kind?: Element;
        _language?: Element;
        _name?: Element;
        _publisher?: Element;
        _purpose?: Element;
        _status?: Element;
        _title?: Element;
        _type?: Element;
        _url?: Element;
        _version?: Element;
        abstract: boolean;
        baseDefinition?: canonical;
        contact?: ContactDetail[];
        contained?: ConcreteType[];
        context?: StructureDefinitionContext[];
        contextInvariant?: string[];
        copyright?: markdown;
        date?: dateTime;
        derivation?: code;
        description?: markdown;
        differential?: StructureDefinitionDifferential;
        experimental?: boolean;
        extension?: Extension[];
        fhirVersion?: code;
        id?: id;
        identifier?: Identifier[];
        implicitRules?: uri;
        jurisdiction?: CodeableConcept[];
        keyword?: Coding[];
        kind: code;
        language?: code;
        mapping?: StructureDefinitionMapping[];
        meta?: Meta;
        modifierExtension?: Extension[];
        name: string;
        publisher?: string;
        purpose?: markdown;
        resourceType: "StructureDefinition";
        snapshot?: StructureDefinitionSnapshot;
        status: code;
        text?: Narrative;
        title?: string;
        type: uri;
        url: uri;
        useContext?: UsageContext[];
        version?: string;
    }
    Index

    Properties

    _abstract?: Element

    Whether the structure is abstract

    _baseDefinition?: Element

    Definition that this type is constrained/specialized from

    _contextInvariant?: Element[]

    FHIRPath invariants - when the extension can be used

    _copyright?: Element

    Use and/or publishing restrictions

    _date?: Element

    Date last changed

    _derivation?: Element

    specialization | constraint - How relates to base definition

    _description?: Element

    Natural language description of the structure definition

    _experimental?: Element

    For testing purposes, not real usage

    _fhirVersion?: Element

    FHIR Version this StructureDefinition targets

    _implicitRules?: Element

    A set of rules under which this content was created

    _kind?: Element

    primitive-type | complex-type | resource | logical

    _language?: Element

    Language of the resource content

    _name?: Element

    Name for this structure definition (computer friendly)

    _publisher?: Element

    Name of the publisher (organization or individual)

    _purpose?: Element

    Why this structure definition is defined

    _status?: Element

    draft | active | retired | unknown

    _title?: Element

    Name for this structure definition (human friendly)

    _type?: Element

    Type defined or constrained by this structure

    _url?: Element

    Canonical identifier for this structure definition, represented as a URI (globally unique)

    _version?: Element

    Business version of the structure definition

    abstract: boolean

    Whether the structure is abstract

    baseDefinition?: canonical

    Definition that this type is constrained/specialized from

    contact?: ContactDetail[]

    Contact details for the publisher

    contained?: ConcreteType[]

    Contained, inline Resources

    If an extension, where it can be used in instances

    contextInvariant?: string[]

    FHIRPath invariants - when the extension can be used

    copyright?: markdown

    Use and/or publishing restrictions

    date?: dateTime

    Date last changed

    derivation?: code

    specialization | constraint - How relates to base definition

    description?: markdown

    Natural language description of the structure definition

    Differential view of the structure

    experimental?: boolean

    For testing purposes, not real usage

    extension?: Extension[]

    Additional content defined by implementations

    fhirVersion?: code

    FHIR Version this StructureDefinition targets

    id?: id

    Logical id of this artifact

    identifier?: Identifier[]

    Additional identifier for the structure definition

    implicitRules?: uri

    A set of rules under which this content was created

    jurisdiction?: CodeableConcept[]

    Intended jurisdiction for structure definition (if applicable)

    keyword?: Coding[]

    Assist with indexing and finding

    kind: code

    primitive-type | complex-type | resource | logical

    language?: code

    Language of the resource content

    External specification that the content is mapped to

    meta?: Meta

    Metadata about the resource

    modifierExtension?: Extension[]

    Extensions that cannot be ignored

    name: string

    Name for this structure definition (computer friendly)

    publisher?: string

    Name of the publisher (organization or individual)

    purpose?: markdown

    Why this structure definition is defined

    resourceType: "StructureDefinition"

    Snapshot view of the structure

    status: code

    draft | active | retired | unknown

    text?: Narrative

    Text summary of the resource, for human interpretation

    title?: string

    Name for this structure definition (human friendly)

    type: uri

    Type defined or constrained by this structure

    url: uri

    Canonical identifier for this structure definition, represented as a URI (globally unique)

    useContext?: UsageContext[]

    The context that the content is intended to support

    version?: string

    Business version of the structure definition