1.2.0 - release
KLGateway, published by KL. This guide is not an authorized publication; it is the continuous build for version 1.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7dk/kl-gateway/ and changes regularly. See the Directory of published versions
Official URL: http://fhir.kl.dk/gateway/CapabilityStatement/klgateway | Version: 1.2.0 | |||
Active as of 2023-06-08 | Computable Name: RestServer |
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).
Raw OpenAPI-Swagger Definition file | Download
Generated Narrative: CapabilityStatement klgateway
application/fhir+xml
, xml
, application/fhir+json
, json
, application/x-turtle
, ttl
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.
server
The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include
_revinclude
Resource Type | Profile | R | V-R | S | U | C | Searches | _include | _revinclude | Operations |
---|---|---|---|---|---|---|---|---|---|---|
Bundle | http://gateway.kl.dk/1.0/StructureDefinition/klgateway-care-delivery-report | y | y | y | y | _content, _filter, _has, _id, _language, _lastUpdated, _profile, _security, _source, _tag, _text, composition, identifier, message, timestamp, type | * , Bundle:composition , Bundle:message | Bundle:composition , Bundle:message | ||
OperationDefinition | http://hl7.org/fhir/StructureDefinition/OperationDefinition | y | * | Bundle:composition , Bundle:message |
http://gateway.kl.dk/1.0/StructureDefinition/klgateway-care-delivery-report
search-type
, update
, vread
, read
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | _content | string | Search the contents of the resource's data using a fulltext search |
SHALL | _filter | string | Search the contents of the resource's data using a filter |
SHALL | _has | string | Return resources linked to by the given target |
SHALL | _id | token | The ID of the resource |
SHALL | _language | string | The language of the resource |
SHALL | _lastUpdated | date | Only return resources which were last updated as specified by the given range |
SHALL | _profile | uri | Search for resources which have the given profile |
SHALL | _security | token | Search for resources which have the given security labels |
SHALL | _source | uri | Search for resources which have the given source value (Resource.meta.source) |
SHALL | _tag | token | Search for resources which have the given tag |
SHALL | _text | string | Search the contents of the resource's narrative using a fulltext search |
SHALL | composition | reference | 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 |
SHALL | identifier | token | Persistent identifier for the bundle |
SHALL | message | reference | 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 |
SHALL | timestamp | date | When the bundle was assembled |
SHALL | type | token | document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection |
read
.