IGUHealth
    Preparing search index...
    interface ValueSetExpansionContains {
        _abstract?: Element;
        _code?: Element;
        _display?: Element;
        _inactive?: Element;
        _system?: Element;
        _version?: Element;
        abstract?: boolean;
        code?: code;
        contains?: ValueSetExpansionContains[];
        designation?: ValueSetComposeIncludeConceptDesignation[];
        display?: string;
        extension?: Extension[];
        id?: id;
        inactive?: boolean;
        modifierExtension?: Extension[];
        system?: uri;
        version?: string;
    }
    Index

    Properties

    _abstract?: Element

    If user cannot select this entry

    _code?: Element

    Code - if blank, this is not a selectable code

    _display?: Element

    User display for the concept

    _inactive?: Element

    If concept is inactive in the code system

    _system?: Element

    System value for the code

    _version?: Element

    Version in which this code/display is defined

    abstract?: boolean

    If user cannot select this entry

    code?: code

    Code - if blank, this is not a selectable code

    Codes contained under this entry

    Additional representations for this item

    display?: string

    User display for the concept

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Unique id for inter-element referencing

    inactive?: boolean

    If concept is inactive in the code system

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    system?: uri

    System value for the code

    version?: string

    Version in which this code/display is defined