FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/example-ipa-server

Packagehl7.fhir.dk.smart
TypeCapabilityStatement
Idexample-ipa-server
FHIR VersionR4
Sourcehttp://hl7.dk/fhir/smart/http://hl7.dk/fhir/smart/1.0.0/CapabilityStatement-example-ipa-server.html
URLhttp://hl7.dk/fhir/smart/CapabilityStatement/example-ipa-server
Version1.0.0
Statusactive
Date2024-05-13T08:59:01.007+00:00
NameRestServer
Realmdk
Authorityhl7
Kindinstance

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CapabilityStatement example-ipa-server

  • Implementation Guide Version: 1.0.0
  • FHIR Version: 4.0.1
  • Supported Formats: application/fhir+xml, xml, application/fhir+json, json, application/x-turtle, ttl
  • Supported Patch Formats:
  • Published on: 2024-05-13 08:59:01+0000
  • Published by: HL7 Denmark

Note to Implementers: FHIR Capabilities

Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.

FHIR RESTful Capabilities

Mode: server

Security
Enable CORS: yes
Security services supported: OAuth, SMART-on-FHIR, Basic
Summary of System-wide Interactions

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)

Resource Conformance: supported Condition

Base System Profile
Condition
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports search-type.

Resource Conformance: supported Immunization

Base System Profile
Immunization
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports search-type.

Resource Conformance: supported Medication

Base System Profile
Medication
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports search-type.

Resource Conformance: supported MedicationRequest

Base System Profile
MedicationRequest
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALL_idtoken

The ID of the resource

 

Resource Conformance: supported MedicationStatement

Base System Profile
MedicationStatement
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports search-type.

Resource Conformance: supported Observation

Base System Profile
Observation
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports search-type.

Resource Conformance: supported OperationDefinition

Base System Profile
OperationDefinition
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports read.

Resource Conformance: supported Patient

Base System Profile
Patient
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports search-type, vread, read.

Extended Operations
ConformanceOperationDocumentation
SHALL$summary

Resource Conformance: supported Practitioner

Base System Profile
Practitioner
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports search-type.


Source

{
  "resourceType": "CapabilityStatement",
  "id": "example-ipa-server",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.dk/fhir/smart/CapabilityStatement/example-ipa-server",
  "version": "1.0.0",
  "name": "RestServer",
  "status": "active",
  "date": "2024-05-13T08:59:01.007+00:00",
  "publisher": "HL7 Denmark",
  "contact": [
    {
      "name": "HL7 Denmark",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.dk/"
        },
        {
          "system": "email",
          "value": "jenskristianvilladsen@gmail.com"
        }
      ]
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "kind": "instance",
  "software": {
    "name": "HL7 Denmark example FHIR Server",
    "version": "0.9.0"
  },
  "implementation": {
    "description": "HAPI FHIR",
    "url": "https://gravitate-ips.gravitate.tcs.trifork.dev/fhir/metadata"
  },
  "fhirVersion": "4.0.1",
  "format": [
    "application/fhir+xml",
    "xml",
    "application/fhir+json",
    "json",
    "application/x-turtle",
    "ttl"
  ],
  "rest": [
    {
      "mode": "server",
      "security": {
        "extension": [
          {
            "extension": [
              {
                "url": "authorize",
                "valueUri": "https://gravitate-ips.gravitate.tcs.trifork.dev/oauth2/authorize"
              },
              {
                "url": "token",
                "valueUri": "https://gravitate-ips.gravitate.tcs.trifork.dev/oauth2/token"
              }
            ],
            "url": "http://fhir-registry.smarthealthit.org/StructureDefinition/oauth-uris"
          }
        ],
        "cors": true,
        "service": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/restful-security-service",
                "code": "OAuth",
                "display": "OAuth"
              }
            ],
            "text": "OAuth"
          },
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/restful-security-service",
                "code": "SMART-on-FHIR",
                "display": "SMART-on-FHIR"
              }
            ],
            "text": "SMART-on-FHIR"
          },
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/restful-security-service",
                "code": "Basic",
                "display": "Basic"
              }
            ],
            "text": "Basic"
          }
        ]
      },
      "resource": [
        {
          "type": "Condition",
          "profile": "http://hl7.org/fhir/StructureDefinition/Condition",
          "interaction": [
            {
              "code": "search-type"
            }
          ],
          "searchInclude": [
            "*"
          ]
        },
        {
          "type": "Immunization",
          "profile": "http://hl7.org/fhir/StructureDefinition/Immunization",
          "interaction": [
            {
              "code": "search-type"
            }
          ],
          "searchInclude": [
            "*"
          ]
        },
        {
          "type": "Medication",
          "profile": "http://hl7.org/fhir/StructureDefinition/Medication",
          "interaction": [
            {
              "code": "search-type"
            }
          ],
          "searchInclude": [
            "*"
          ]
        },
        {
          "type": "MedicationRequest",
          "profile": "http://hl7.org/fhir/StructureDefinition/MedicationRequest",
          "interaction": [
            {
              "code": "search-type"
            }
          ],
          "searchInclude": [
            "*"
          ],
          "searchParam": [
            {
              "name": "_id",
              "type": "token",
              "documentation": "The ID of the resource"
            }
          ]
        },
        {
          "type": "MedicationStatement",
          "profile": "http://hl7.org/fhir/StructureDefinition/MedicationStatement",
          "interaction": [
            {
              "code": "search-type"
            }
          ],
          "searchInclude": [
            "*"
          ]
        },
        {
          "type": "Observation",
          "profile": "http://hl7.org/fhir/StructureDefinition/Observation",
          "interaction": [
            {
              "code": "search-type"
            }
          ],
          "searchInclude": [
            "*"
          ]
        },
        {
          "type": "OperationDefinition",
          "profile": "http://hl7.org/fhir/StructureDefinition/OperationDefinition",
          "interaction": [
            {
              "code": "read"
            }
          ],
          "searchInclude": [
            "*"
          ]
        },
        {
          "type": "Patient",
          "profile": "http://hl7.org/fhir/StructureDefinition/Patient",
          "interaction": [
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "read"
            }
          ],
          "searchInclude": [
            "*"
          ],
          "operation": [
            {
              "name": "summary",
              "definition": "https://gravitate-ips.gravitate.tcs.trifork.dev/fhir/metadata/OperationDefinition/Patient-t-summary"
            }
          ]
        },
        {
          "type": "Practitioner",
          "profile": "http://hl7.org/fhir/StructureDefinition/Practitioner",
          "interaction": [
            {
              "code": "search-type"
            }
          ],
          "searchInclude": [
            "*"
          ]
        }
      ]
    }
  ]
}