Skip to main content
Get Capability Statement
curl --request GET \
  --url https://{tenant_id}.api.nestmed.com/fhir/r4/metadata
{
  "resourceType": "CapabilityStatement",
  "status": "draft",
  "date": "2023-11-07T05:31:56Z",
  "kind": "instance",
  "fhirVersion": "<string>",
  "format": [
    "<string>"
  ],
  "id": "<string>",
  "meta": {
    "versionId": "<string>",
    "lastUpdated": "2023-11-07T05:31:56Z",
    "source": "<string>",
    "profile": [
      "<string>"
    ],
    "security": [
      {
        "system": "<string>",
        "version": "<string>",
        "code": "<string>",
        "display": "<string>",
        "userSelected": true
      }
    ],
    "tag": [
      {
        "system": "<string>",
        "version": "<string>",
        "code": "<string>",
        "display": "<string>",
        "userSelected": true
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<string>"
  },
  "url": "<string>",
  "version": "<string>",
  "name": "<string>",
  "title": "<string>",
  "experimental": true,
  "publisher": "<string>",
  "contact": [
    {}
  ],
  "description": "<string>",
  "useContext": [
    {}
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "<string>",
          "version": "<string>",
          "code": "<string>",
          "display": "<string>",
          "userSelected": true
        }
      ],
      "text": "<string>"
    }
  ],
  "purpose": "<string>",
  "copyright": "<string>",
  "instantiates": [
    "<string>"
  ],
  "imports": [
    "<string>"
  ],
  "software": {
    "name": "<string>",
    "version": "<string>",
    "releaseDate": "2023-11-07T05:31:56Z"
  },
  "implementation": {
    "description": "<string>",
    "url": "<string>",
    "custodian": {
      "reference": "<string>",
      "type": "<string>",
      "identifier": {
        "use": "usual",
        "type": {
          "coding": [
            {
              "system": "<string>",
              "version": "<string>",
              "code": "<string>",
              "display": "<string>",
              "userSelected": true
            }
          ],
          "text": "<string>"
        },
        "system": "<string>",
        "value": "<string>",
        "period": {
          "start": "2023-11-07T05:31:56Z",
          "end": "2023-11-07T05:31:56Z"
        },
        "assigner": "<unknown>"
      },
      "display": "<string>"
    }
  },
  "patchFormat": [
    "<string>"
  ],
  "implementationGuide": [
    "<string>"
  ],
  "rest": [
    {
      "mode": "client",
      "documentation": "<string>",
      "security": {
        "cors": true,
        "service": [
          {
            "coding": [
              {
                "system": "<string>",
                "version": "<string>",
                "code": "<string>",
                "display": "<string>",
                "userSelected": true
              }
            ],
            "text": "<string>"
          }
        ],
        "description": "<string>"
      },
      "resource": [
        {
          "type": "<string>",
          "profile": "<string>",
          "supportedProfile": [
            "<string>"
          ],
          "documentation": "<string>",
          "interaction": [
            {
              "code": "read",
              "documentation": "<string>"
            }
          ],
          "versioning": "no-version",
          "readHistory": true,
          "updateCreate": true,
          "conditionalCreate": true,
          "conditionalRead": "not-supported",
          "conditionalUpdate": true,
          "conditionalDelete": "not-supported",
          "referencePolicy": [
            "literal"
          ],
          "searchInclude": [
            "<string>"
          ],
          "searchRevInclude": [
            "<string>"
          ],
          "searchParam": [
            {
              "name": "<string>",
              "definition": "<string>",
              "type": "number",
              "documentation": "<string>"
            }
          ],
          "operation": [
            {}
          ]
        }
      ],
      "interaction": [
        {}
      ],
      "searchParam": [
        {}
      ],
      "operation": [
        {}
      ],
      "compartment": [
        "<string>"
      ]
    }
  ],
  "messaging": [
    {}
  ],
  "document": [
    {}
  ]
}

Response

Capability Statement

resourceType
enum<string>
required
Available options:
CapabilityStatement
status
enum<string>
required
Available options:
draft,
active,
retired,
unknown
date
string<date-time>
required
kind
enum<string>
required
Available options:
instance,
capability,
requirements
fhirVersion
string
required
format
string[]
required
id
string
meta
object
text
object
url
string<uri>
version
string
name
string
title
string
experimental
boolean
publisher
string
contact
object[]
description
string
useContext
object[]
jurisdiction
object[]
purpose
string
instantiates
string[]
imports
string[]
software
object
implementation
object
patchFormat
string[]
implementationGuide
string[]
rest
object[]
messaging
object[]
document
object[]