IGUHealth
    Preparing search index...
    interface CodeSystem {
        _caseSensitive?: Element;
        _compositional?: Element;
        _content?: Element;
        _copyright?: Element;
        _count?: Element;
        _date?: Element;
        _description?: Element;
        _experimental?: Element;
        _hierarchyMeaning?: Element;
        _implicitRules?: Element;
        _language?: Element;
        _name?: Element;
        _publisher?: Element;
        _purpose?: Element;
        _status?: Element;
        _supplements?: Element;
        _title?: Element;
        _url?: Element;
        _valueSet?: Element;
        _version?: Element;
        _versionNeeded?: Element;
        caseSensitive?: boolean;
        compositional?: boolean;
        concept?: CodeSystemConcept[];
        contact?: ContactDetail[];
        contained?: ConcreteType[];
        content: code;
        copyright?: markdown;
        count?: undefined;
        date?: dateTime;
        description?: markdown;
        experimental?: boolean;
        extension?: Extension[];
        filter?: CodeSystemFilter[];
        hierarchyMeaning?: code;
        id?: id;
        identifier?: Identifier[];
        implicitRules?: uri;
        jurisdiction?: CodeableConcept[];
        language?: code;
        meta?: Meta;
        modifierExtension?: Extension[];
        name?: string;
        property?: CodeSystemProperty[];
        publisher?: string;
        purpose?: markdown;
        resourceType: "CodeSystem";
        status: code;
        supplements?: canonical;
        text?: Narrative;
        title?: string;
        url?: uri;
        useContext?: UsageContext[];
        valueSet?: canonical;
        version?: string;
        versionNeeded?: boolean;
    }
    Index

    Properties

    _caseSensitive?: Element

    If code comparison is case sensitive

    _compositional?: Element

    If code system defines a compositional grammar

    _content?: Element

    not-present | example | fragment | complete | supplement

    _copyright?: Element

    Use and/or publishing restrictions

    _count?: Element

    Total concepts in the code system

    _date?: Element

    Date last changed

    _description?: Element

    Natural language description of the code system

    _experimental?: Element

    For testing purposes, not real usage

    _hierarchyMeaning?: Element

    grouped-by | is-a | part-of | classified-with

    _implicitRules?: Element

    A set of rules under which this content was created

    _language?: Element

    Language of the resource content

    _name?: Element

    Name for this code system (computer friendly)

    _publisher?: Element

    Name of the publisher (organization or individual)

    _purpose?: Element

    Why this code system is defined

    _status?: Element

    draft | active | retired | unknown

    _supplements?: Element

    Canonical URL of Code System this adds designations and properties to

    _title?: Element

    Name for this code system (human friendly)

    _url?: Element

    Canonical identifier for this code system, represented as a URI (globally unique) (Coding.system)

    _valueSet?: Element

    Canonical reference to the value set with entire code system

    _version?: Element

    Business version of the code system (Coding.version)

    _versionNeeded?: Element

    If definitions are not stable

    caseSensitive?: boolean

    If code comparison is case sensitive

    compositional?: boolean

    If code system defines a compositional grammar

    concept?: CodeSystemConcept[]

    Concepts in the code system

    contact?: ContactDetail[]

    Contact details for the publisher

    contained?: ConcreteType[]

    Contained, inline Resources

    content: code

    not-present | example | fragment | complete | supplement

    copyright?: markdown

    Use and/or publishing restrictions

    count?: undefined

    Total concepts in the code system

    date?: dateTime

    Date last changed

    description?: markdown

    Natural language description of the code system

    experimental?: boolean

    For testing purposes, not real usage

    extension?: Extension[]

    Additional content defined by implementations

    filter?: CodeSystemFilter[]

    Filter that can be used in a value set

    hierarchyMeaning?: code

    grouped-by | is-a | part-of | classified-with

    id?: id

    Logical id of this artifact

    identifier?: Identifier[]

    Additional identifier for the code system (business identifier)

    implicitRules?: uri

    A set of rules under which this content was created

    jurisdiction?: CodeableConcept[]

    Intended jurisdiction for code system (if applicable)

    language?: code

    Language of the resource content

    meta?: Meta

    Metadata about the resource

    modifierExtension?: Extension[]

    Extensions that cannot be ignored

    name?: string

    Name for this code system (computer friendly)

    property?: CodeSystemProperty[]

    Additional information supplied about each concept

    publisher?: string

    Name of the publisher (organization or individual)

    purpose?: markdown

    Why this code system is defined

    resourceType: "CodeSystem"
    status: code

    draft | active | retired | unknown

    supplements?: canonical

    Canonical URL of Code System this adds designations and properties to

    text?: Narrative

    Text summary of the resource, for human interpretation

    title?: string

    Name for this code system (human friendly)

    url?: uri

    Canonical identifier for this code system, represented as a URI (globally unique) (Coding.system)

    useContext?: UsageContext[]

    The context that the content is intended to support

    valueSet?: canonical

    Canonical reference to the value set with entire code system

    version?: string

    Business version of the code system (Coding.version)

    versionNeeded?: boolean

    If definitions are not stable