v1

latestOpenAPI 3.1.02026-07-2649128242.2 KB
CapabilityStatement

Get Capability Statement

Retrieves a CapabilityStatement resource

get/main/metadata

Response

CapabilityStatement resource

urlstring

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

versionstring

Business version of the capability statement

namestring

Name for this capability statement (computer friendly)

titlestring

Name for this capability statement (human friendly)

status'draft' | 'active' | 'retired' | 'unknown'

Capability Statement Status: draft | active | retired | unknown

experimentalboolean

For testing purposes, not real usage

datestring date-time

Date last changed

publisherstring

Name of the publisher (organization or individual)

descriptionstring

Natural language description of the capability statement

purposestring

Why this capability statement is defined

copyrightstring

Use and/or publishing restrictions

kind'instance' | 'capability' | 'requirements'

instance | capability | requirements

instantiatesstring[]

Canonical URL of another capability statement this implements

fhirVersionstring

FHIR Version the system supports

formatstring[]

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

patchFormatstring[]

Patch formats supported

idstring nullable

Logical id of this artifact

resourceTypestring nullable

Resource Type

Example response

{
  "rest": [
    {
      "security": {
        "cors": true
      },
      "resource": [
        {
          "referencePolicy": [
            {
              "name": "local",
              "value": "local"
            }
          ]
        }
      ]
    }
  ]
}