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

FHIR IG Statistics: CapabilityStatement/klgateway

Packagekl.dk.fhir.gateway
TypeCapabilityStatement
Idklgateway
FHIR VersionR4
Sourcehttp://fhir.kl.dk/gateway/http://fhir.kl.dk/gateway/1.2.0/CapabilityStatement-klgateway.html
URLhttp://fhir.kl.dk/gateway/CapabilityStatement/klgateway
Version1.2.0
Statusactive
Date2023-06-08T00:29:49.294+02:00
NameRestServer
Realmdk
DescriptionThe Care Gateway (henceforth gateway) is a service that recieves care delivery reports from the municipalities and asynchronously forwards them other data sources such as FLIS and SEI2. Care delivery reports follows the FHIR format specified in the KL-Gateway FHIR Implementation Guide (IG).
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 klgateway

  • Implementation Guide Version: 1.2.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: 2023-06-08 00:29:49+0200
  • Published by: KL

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 TypeProfileRV-RSUCSearches_include_revincludeOperations
Bundlehttp://gateway.kl.dk/1.0/StructureDefinition/klgateway-care-delivery-reportyyyy_content, _filter, _has, _id, _language, _lastUpdated, _profile, _security, _source, _tag, _text, composition, identifier, message, timestamp, type*, Bundle:composition, Bundle:messageBundle:composition, Bundle:message
OperationDefinitionhttp://hl7.org/fhir/StructureDefinition/OperationDefinitiony*Bundle:composition, Bundle:message

Resource Conformance: supported Bundle

Base System Profile
http://gateway.kl.dk/1.0/StructureDefinition/klgateway-care-delivery-report
Profile Conformance
SHALL
Reference Policy

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

Search Parameters
ConformanceParameterTypeDocumentation
SHALL_contentstring

Search the contents of the resource's data using a fulltext search

SHALL_filterstring

Search the contents of the resource's data using a filter

SHALL_hasstring

Return resources linked to by the given target

SHALL_idtoken

The ID of the resource

SHALL_languagestring

The language of the resource

SHALL_lastUpdateddate

Only return resources which were last updated as specified by the given range

SHALL_profileuri

Search for resources which have the given profile

SHALL_securitytoken

Search for resources which have the given security labels

SHALL_sourceuri

Search for resources which have the given source value (Resource.meta.source)

SHALL_tagtoken

Search for resources which have the given tag

SHALL_textstring

Search the contents of the resource's narrative using a fulltext search

SHALLcompositionreference

The first resource in the bundle, if the bundle type is "document" - this is a composition, and this parameter provides access to search its contents

SHALLidentifiertoken

Persistent identifier for the bundle

SHALLmessagereference

The first resource in the bundle, if the bundle type is "message" - this is a message header, and this parameter provides access to search its contents

SHALLtimestampdate

When the bundle was assembled

SHALLtypetoken

document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection

 

Resource Conformance: supported OperationDefinition

Base System Profile
OperationDefinition
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports read.


Source

{
  "resourceType": "CapabilityStatement",
  "id": "klgateway",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.kl.dk/gateway/CapabilityStatement/klgateway",
  "version": "1.2.0",
  "name": "RestServer",
  "status": "active",
  "date": "2023-06-08T00:29:49.294+02:00",
  "publisher": "KL",
  "contact": [
    {
      "name": "KL",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.kl.dk"
        }
      ]
    }
  ],
  "description": "The Care Gateway (henceforth gateway) is a service that recieves care delivery reports from the municipalities and asynchronously forwards them other data sources such as FLIS and SEI2. Care delivery reports follows the FHIR format specified in the KL-Gateway FHIR Implementation Guide (IG).",
  "kind": "instance",
  "software": {
    "name": "Trifork Gateway FHIR Server",
    "version": "6.2.5"
  },
  "implementation": {
    "description": "Trifork Gateway FHIR Server"
  },
  "fhirVersion": "4.0.1",
  "format": [
    "application/fhir+xml",
    "xml",
    "application/fhir+json",
    "json",
    "application/x-turtle",
    "ttl"
  ],
  "rest": [
    {
      "mode": "server",
      "resource": [
        {
          "type": "Bundle",
          "profile": "http://gateway.kl.dk/1.0/StructureDefinition/klgateway-care-delivery-report",
          "interaction": [
            {
              "code": "search-type"
            },
            {
              "code": "update"
            },
            {
              "code": "vread"
            },
            {
              "code": "read"
            }
          ],
          "searchInclude": [
            "*",
            "Bundle:composition",
            "Bundle:message"
          ],
          "searchRevInclude": [
            "Bundle:composition",
            "Bundle:message"
          ],
          "searchParam": [
            {
              "name": "_content",
              "type": "string",
              "documentation": "Search the contents of the resource's data using a fulltext search"
            },
            {
              "name": "_filter",
              "type": "string",
              "documentation": "Search the contents of the resource's data using a filter"
            },
            {
              "name": "_has",
              "type": "string",
              "documentation": "Return resources linked to by the given target"
            },
            {
              "name": "_id",
              "type": "token",
              "documentation": "The ID of the resource"
            },
            {
              "name": "_language",
              "type": "string",
              "documentation": "The language of the resource"
            },
            {
              "name": "_lastUpdated",
              "type": "date",
              "documentation": "Only return resources which were last updated as specified by the given range"
            },
            {
              "name": "_profile",
              "type": "uri",
              "documentation": "Search for resources which have the given profile"
            },
            {
              "name": "_security",
              "type": "token",
              "documentation": "Search for resources which have the given security labels"
            },
            {
              "name": "_source",
              "type": "uri",
              "documentation": "Search for resources which have the given source value (Resource.meta.source)"
            },
            {
              "name": "_tag",
              "type": "token",
              "documentation": "Search for resources which have the given tag"
            },
            {
              "name": "_text",
              "type": "string",
              "documentation": "Search the contents of the resource's narrative using a fulltext search"
            },
            {
              "name": "composition",
              "type": "reference",
              "documentation": "The first resource in the bundle, if the bundle type is \"document\" - this is a composition, and this parameter provides access to search its contents"
            },
            {
              "name": "identifier",
              "type": "token",
              "documentation": "Persistent identifier for the bundle"
            },
            {
              "name": "message",
              "type": "reference",
              "documentation": "The first resource in the bundle, if the bundle type is \"message\" - this is a message header, and this parameter provides access to search its contents"
            },
            {
              "name": "timestamp",
              "type": "date",
              "documentation": "When the bundle was assembled"
            },
            {
              "name": "type",
              "type": "token",
              "documentation": "document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection"
            }
          ]
        },
        {
          "type": "OperationDefinition",
          "profile": "http://hl7.org/fhir/StructureDefinition/OperationDefinition",
          "interaction": [
            {
              "code": "read"
            }
          ],
          "searchInclude": [
            "*"
          ],
          "searchRevInclude": [
            "Bundle:composition",
            "Bundle:message"
          ]
        }
      ]
    }
  ]
}