interface CapabilityStatementRestResource {
    _conditionalCreate?: Element;
    _conditionalDelete?: Element;
    _conditionalRead?: Element;
    _conditionalUpdate?: Element;
    _documentation?: Element;
    _profile?: Element;
    _readHistory?: Element;
    _referencePolicy?: Element[];
    _searchInclude?: Element[];
    _searchRevInclude?: Element[];
    _supportedProfile?: Element[];
    _type?: Element;
    _updateCreate?: Element;
    _versioning?: Element;
    conditionalCreate?: boolean;
    conditionalDelete?: code;
    conditionalRead?: code;
    conditionalUpdate?: boolean;
    documentation?: markdown;
    extension?: Extension[];
    id?: id;
    interaction?: CapabilityStatementRestResourceInteraction[];
    modifierExtension?: Extension[];
    operation?: CapabilityStatementRestResourceOperation[];
    profile?: canonical;
    readHistory?: boolean;
    referencePolicy?: code[];
    searchInclude?: string[];
    searchParam?: CapabilityStatementRestResourceSearchParam[];
    searchRevInclude?: string[];
    supportedProfile?: canonical[];
    type: code;
    updateCreate?: boolean;
    versioning?: code;
}

Properties

_conditionalCreate?: Element

If allows/uses conditional create

_conditionalDelete?: Element

not-supported | single | multiple - how conditional delete is supported

_conditionalRead?: Element

not-supported | modified-since | not-match | full-support

_conditionalUpdate?: Element

If allows/uses conditional update

_documentation?: Element

Additional information about the use of the resource type

_profile?: Element

Base System profile for all uses of resource

_readHistory?: Element

Whether vRead can return past versions

_referencePolicy?: Element[]

literal | logical | resolves | enforced | local

_searchInclude?: Element[]

_include values supported by the server

_searchRevInclude?: Element[]

_revinclude values supported by the server

_supportedProfile?: Element[]

Profiles for use cases supported

_type?: Element

A resource type that is supported

_updateCreate?: Element

If update can commit to a new identity

_versioning?: Element

no-version | versioned | versioned-update

conditionalCreate?: boolean

If allows/uses conditional create

conditionalDelete?: code

not-supported | single | multiple - how conditional delete is supported

conditionalRead?: code

not-supported | modified-since | not-match | full-support

conditionalUpdate?: boolean

If allows/uses conditional update

documentation?: markdown

Additional information about the use of the resource type

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

What operations are supported?

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

Definition of a resource operation

profile?: canonical

Base System profile for all uses of resource

readHistory?: boolean

Whether vRead can return past versions

referencePolicy?: code[]

literal | logical | resolves | enforced | local

searchInclude?: string[]

_include values supported by the server

Search parameters supported by implementation

searchRevInclude?: string[]

_revinclude values supported by the server

supportedProfile?: canonical[]

Profiles for use cases supported

type: code

A resource type that is supported

updateCreate?: boolean

If update can commit to a new identity

versioning?: code

no-version | versioned | versioned-update