interface CompartmentDefinition {
    _code?: Element;
    _date?: Element;
    _description?: Element;
    _experimental?: Element;
    _implicitRules?: Element;
    _language?: Element;
    _name?: Element;
    _publisher?: Element;
    _purpose?: Element;
    _search?: Element;
    _status?: Element;
    _url?: Element;
    _version?: Element;
    code: code;
    contact?: ContactDetail[];
    contained?: ConcreteType[];
    date?: dateTime;
    description?: markdown;
    experimental?: boolean;
    extension?: Extension[];
    id?: id;
    implicitRules?: uri;
    language?: code;
    meta?: Meta;
    modifierExtension?: Extension[];
    name: string;
    publisher?: string;
    purpose?: markdown;
    resource?: CompartmentDefinitionResource[];
    resourceType: "CompartmentDefinition";
    search: boolean;
    status: code;
    text?: Narrative;
    url: uri;
    useContext?: UsageContext[];
    version?: string;
}

Properties

_code?: Element

Patient | Encounter | RelatedPerson | Practitioner | Device

_date?: Element

Date last changed

_description?: Element

Natural language description of the compartment definition

_experimental?: Element

For testing purposes, not real usage

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

_name?: Element

Name for this compartment definition (computer friendly)

_publisher?: Element

Name of the publisher (organization or individual)

_purpose?: Element

Why this compartment definition is defined

_search?: Element

Whether the search syntax is supported

_status?: Element

draft | active | retired | unknown

_url?: Element

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

_version?: Element

Business version of the compartment definition

code: code

Patient | Encounter | RelatedPerson | Practitioner | Device

contact?: ContactDetail[]

Contact details for the publisher

contained?: ConcreteType[]

Contained, inline Resources

date?: dateTime

Date last changed

description?: markdown

Natural language description of the compartment definition

experimental?: boolean

For testing purposes, not real usage

extension?: Extension[]

Additional content defined by implementations

id?: id

Logical id of this artifact

implicitRules?: uri

A set of rules under which this content was created

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 compartment definition (computer friendly)

publisher?: string

Name of the publisher (organization or individual)

purpose?: markdown

Why this compartment definition is defined

How a resource is related to the compartment

resourceType
search: boolean

Whether the search syntax is supported

status: code

draft | active | retired | unknown

text?: Narrative

Text summary of the resource, for human interpretation

url: uri

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

useContext?: UsageContext[]

The context that the content is intended to support

version?: string

Business version of the compartment definition