interface CapabilityStatement {
    _copyright?: Element;
    _date?: Element;
    _description?: Element;
    _experimental?: Element;
    _fhirVersion?: Element;
    _format?: Element[];
    _implementationGuide?: Element[];
    _implicitRules?: Element;
    _imports?: Element[];
    _instantiates?: Element[];
    _kind?: Element;
    _language?: Element;
    _name?: Element;
    _patchFormat?: Element[];
    _publisher?: Element;
    _purpose?: Element;
    _status?: Element;
    _title?: Element;
    _url?: Element;
    _version?: Element;
    contact?: ContactDetail[];
    contained?: ConcreteType[];
    copyright?: markdown;
    date: dateTime;
    description?: markdown;
    document?: CapabilityStatementDocument[];
    experimental?: boolean;
    extension?: Extension[];
    fhirVersion: code;
    format: code[];
    id?: id;
    implementation?: CapabilityStatementImplementation;
    implementationGuide?: canonical[];
    implicitRules?: uri;
    imports?: canonical[];
    instantiates?: canonical[];
    jurisdiction?: CodeableConcept[];
    kind: code;
    language?: code;
    messaging?: CapabilityStatementMessaging[];
    meta?: Meta;
    modifierExtension?: Extension[];
    name?: string;
    patchFormat?: code[];
    publisher?: string;
    purpose?: markdown;
    resourceType: "CapabilityStatement";
    rest?: CapabilityStatementRest[];
    software?: CapabilityStatementSoftware;
    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 capability statement

_experimental?: Element

For testing purposes, not real usage

_fhirVersion?: Element

FHIR Version the system supports

_format?: Element[]

formats supported (xml | json | ttl | mime type)

_implementationGuide?: Element[]

Implementation guides supported

_implicitRules?: Element

A set of rules under which this content was created

_imports?: Element[]

Canonical URL of another capability statement this adds to

_instantiates?: Element[]

Canonical URL of another capability statement this implements

_kind?: Element

instance | capability | requirements

_language?: Element

Language of the resource content

_name?: Element

Name for this capability statement (computer friendly)

_patchFormat?: Element[]

Patch formats supported

_publisher?: Element

Name of the publisher (organization or individual)

_purpose?: Element

Why this capability statement is defined

_status?: Element

draft | active | retired | unknown

_title?: Element

Name for this capability statement (human friendly)

_url?: Element

Canonical identifier for this capability statement, represented as a URI (globally unique)

_version?: Element

Business version of the capability statement

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 capability statement

Document definition

experimental?: boolean

For testing purposes, not real usage

extension?: Extension[]

Additional content defined by implementations

fhirVersion: code

FHIR Version the system supports

format: code[]

formats supported (xml | json | ttl | mime type)

id?: id

Logical id of this artifact

If this describes a specific instance

implementationGuide?: canonical[]

Implementation guides supported

implicitRules?: uri

A set of rules under which this content was created

imports?: canonical[]

Canonical URL of another capability statement this adds to

instantiates?: canonical[]

Canonical URL of another capability statement this implements

jurisdiction?: CodeableConcept[]

Intended jurisdiction for capability statement (if applicable)

kind: code

instance | capability | requirements

language?: code

Language of the resource content

If messaging is supported

meta?: Meta

Metadata about the resource

modifierExtension?: Extension[]

Extensions that cannot be ignored

name?: string

Name for this capability statement (computer friendly)

patchFormat?: code[]

Patch formats supported

publisher?: string

Name of the publisher (organization or individual)

purpose?: markdown

Why this capability statement is defined

resourceType

If the endpoint is a RESTful one

Software that is covered by this capability statement

status: code

draft | active | retired | unknown

text?: Narrative

Text summary of the resource, for human interpretation

title?: string

Name for this capability statement (human friendly)

url?: uri

Canonical identifier for this capability statement, represented as a URI (globally unique)

useContext?: UsageContext[]

The context that the content is intended to support

version?: string

Business version of the capability statement