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

FHIR IG Statistics: CapabilityStatement/capabilityStatement

Packagehl7.eu.fhir.gh
TypeCapabilityStatement
IdcapabilityStatement
FHIR VersionR5
Sourcehttp://hl7.eu/fhir/ig/gravitate-health/https://build.fhir.org/ig/hl7-eu/gravitate-health/CapabilityStatement-capabilityStatement.html
URLhttp://hl7.eu/fhir/ig/gravitate-health/CapabilityStatement/capabilityStatement
Version0.1.0
Statusactive
Date2023-12-16T13:40:28.015+00:00
NameFOSPS FHIR G-Lens service
Realmeu
Authorityhl7
DescriptionThis capability statement documents and outlines the FHIR interfaces exposed by the Gravitate Health FOSPS service. See more on https://www.gravitatehealth.eu/
Kindinstance

Resources that use this resource

No resources found


Resources that this resource uses

OperationDefinition
-s-ai-summaryAi-summary

Narrative

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

Generated Narrative: CapabilityStatement capabilityStatement

  • Implementation Guide Version: 0.1.0
  • FHIR Version: 5.0.0
  • Supported Formats: application/fhir+xml, xml, application/fhir+json, json
  • Supported Patch Formats:
  • Published on: 2023-12-16 13:40:28+0000
  • Published by: Gravitate Health Project

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

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 Bundle

Base System Profile
Bundle
Profile Conformance
SHALL
Reference Policy

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

Resource Conformance: supported ConceptMap

Base System Profile
ConceptMap
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports update, search-type, vread, read, history-type, history-instance, delete, create.

Extended Operations
ConformanceOperationDocumentation
SHALL$translate

Resource Conformance: supported List

Base System Profile
List
Profile Conformance
SHALL
Reference Policy

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

Resource Conformance: supported OperationDefinition

Base System Profile
OperationDefinition
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports read.

Operations

Use


Source

{
  "resourceType": "CapabilityStatement",
  "id": "capabilityStatement",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.eu/fhir/ig/gravitate-health/CapabilityStatement/capabilityStatement",
  "version": "0.1.0",
  "name": "FOSPS FHIR G-Lens service",
  "status": "active",
  "experimental": true,
  "date": "2023-12-16T13:40:28.015+00:00",
  "publisher": "Gravitate Health Project",
  "contact": [
    {
      "name": "Gravitate Health Project",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.gravitatehealth.eu/"
        }
      ]
    },
    {
      "name": "Gravitate Health Project",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.gravitatehealth.eu/"
        }
      ]
    }
  ],
  "description": "This capability statement documents and outlines the FHIR interfaces exposed by the Gravitate Health FOSPS service. See more on https://www.gravitatehealth.eu/",
  "kind": "instance",
  "software": {
    "name": "FOSPS FHIR Server",
    "version": "1.0.0"
  },
  "implementation": {
    "description": "Gravitate Health FOSPS service.",
    "url": "https://gravitate-health-lens.gravitate.tcs.trifork.dev/fhir"
  },
  "fhirVersion": "5.0.0",
  "format": [
    "application/fhir+xml",
    "xml",
    "application/fhir+json",
    "json"
  ],
  "rest": [
    {
      "mode": "server",
      "resource": [
        {
          "type": "Bundle",
          "profile": "http://hl7.org/fhir/StructureDefinition/Bundle",
          "interaction": [
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "read"
            }
          ],
          "searchInclude": [
            "*"
          ]
        },
        {
          "type": "ConceptMap",
          "profile": "http://hl7.org/fhir/StructureDefinition/ConceptMap",
          "interaction": [
            {
              "code": "update"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "read"
            },
            {
              "code": "history-type"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            }
          ],
          "conditionalUpdate": true,
          "searchInclude": [
            "*"
          ],
          "operation": [
            {
              "name": "translate",
              "definition": "http://hl7.eu/fhir/ig/gravitate-health/OperationDefinition/ConceptMap-it-translate"
            }
          ]
        },
        {
          "type": "List",
          "profile": "http://hl7.org/fhir/StructureDefinition/List",
          "interaction": [
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "read"
            }
          ],
          "searchInclude": [
            "*"
          ]
        },
        {
          "type": "OperationDefinition",
          "profile": "http://hl7.org/fhir/StructureDefinition/OperationDefinition",
          "interaction": [
            {
              "code": "read"
            }
          ],
          "searchInclude": [
            "*"
          ]
        }
      ],
      "operation": [
        {
          "name": "focus",
          "definition": "http://hl7.eu/fhir/ig/gravitate-health/OperationDefinition/-s-focus"
        },
        {
          "name": "ai-summary",
          "definition": "http://hl7.eu/fhir/ig/gravitate-health/OperationDefinition/-s-ai-summary"
        },
        {
          "name": "diff",
          "definition": "http://hl7.eu/fhir/ig/gravitate-health/OperationDefinition/-s-diff"
        }
      ]
    }
  ]
}