Skip to main content

Capabilities

Capabilities returns what operations and resources are supported by the server. This is returned to the client as a CapabilityStatment resource.

API

R4

iguhealth api capabilities r4

R4B

iguhealth api capabilities r4b

Example

{
"resourceType": "CapabilityStatement",
"status": "active",
"fhirVersion": "4.0.1",
"date": "2024-06-23T22:57:09.826Z",
"kind": "capability",
"format": [
"json"
],
"rest": [
{
"mode": "server",
"security": {
"cors": true
},
"interaction": [
{
"code": "search-system"
}
],
"searchParam": [
{
"name": "_text",
"definition": "http://hl7.org/fhir/SearchParameter/DomainResource-text",
"type": "string",
"documentation": "Search on the narrative of the resource"
},
{
... capabilities