interface ValueSet {
    _copyright?: Element;
    _date?: Element;
    _description?: Element;
    _experimental?: Element;
    _immutable?: Element;
    _implicitRules?: Element;
    _language?: Element;
    _name?: Element;
    _publisher?: Element;
    _purpose?: Element;
    _status?: Element;
    _title?: Element;
    _url?: Element;
    _version?: Element;
    compose?: ValueSetCompose;
    contact?: ContactDetail[];
    contained?: ConcreteType[];
    copyright?: markdown;
    date?: dateTime;
    description?: markdown;
    expansion?: ValueSetExpansion;
    experimental?: boolean;
    extension?: Extension[];
    id?: id;
    identifier?: Identifier[];
    immutable?: boolean;
    implicitRules?: uri;
    jurisdiction?: CodeableConcept[];
    language?: code;
    meta?: Meta;
    modifierExtension?: Extension[];
    name?: string;
    publisher?: string;
    purpose?: markdown;
    resourceType: "ValueSet";
    status: code;
    text?: Narrative;
    title?: string;
    url?: uri;
    useContext?: UsageContext[];
    version?: string;
}

Properties

_copyright?: Element

Use and/or publishing restrictions

_date?: Element

Date last changed

_description?: Element

Natural language description of the value set

_experimental?: Element

For testing purposes, not real usage

_immutable?: Element

Indicates whether or not any change to the content logical definition may occur

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

_name?: Element

Name for this value set (computer friendly)

_publisher?: Element

Name of the publisher (organization or individual)

_purpose?: Element

Why this value set is defined

_status?: Element

draft | active | retired | unknown

_title?: Element

Name for this value set (human friendly)

_url?: Element

Canonical identifier for this value set, represented as a URI (globally unique)

_version?: Element

Business version of the value set

compose?: ValueSetCompose

Content logical definition of the value set (CLD)

contact?: ContactDetail[]

Contact details for the publisher

contained?: ConcreteType[]

Contained, inline Resources

copyright?: markdown

Use and/or publishing restrictions

date?: dateTime

Date last changed

description?: markdown

Natural language description of the value set

expansion?: ValueSetExpansion

Used when the value set is "expanded"

experimental?: boolean

For testing purposes, not real usage

extension?: Extension[]

Additional content defined by implementations

id?: id

Logical id of this artifact

identifier?: Identifier[]

Additional identifier for the value set (business identifier)

immutable?: boolean

Indicates whether or not any change to the content logical definition may occur

implicitRules?: uri

A set of rules under which this content was created

jurisdiction?: CodeableConcept[]

Intended jurisdiction for value set (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 value set (computer friendly)

publisher?: string

Name of the publisher (organization or individual)

purpose?: markdown

Why this value set is defined

resourceType
status: code

draft | active | retired | unknown

text?: Narrative

Text summary of the resource, for human interpretation

title?: string

Name for this value set (human friendly)

url?: uri

Canonical identifier for this value set, represented as a URI (globally unique)

useContext?: UsageContext[]

The context that the content is intended to support

version?: string

Business version of the value set