@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CapabilityStatement ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "library"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

  • Implementation Guide Version: latest
  • FHIR Version: 4.0.1
  • Supported Formats: application/fhir+xml, xml, application/fhir+json, json, application/x-turtle, ttl, html/json, html/xml, html/turtle
  • Supported Patch Formats:
  • Published on: Wed May 08 02:22:13 UTC 2024
  • Published by: Den telemedicinske infrastruktur (eHealth Infrastructure)

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
  • Supports the transaction interaction.
  • Supports the history-system interaction.

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
Libraryhttp://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-libraryyyyyy_content, _has, _id, _language, _lastUpdated, _profile, _security, _tag, _text, composed-of, date, depends-on, derived-from, description, effective, identifier, jurisdiction, name, predecessor, publisher, status, successor, title, topic, url, version*, Library:composed-of, Library:depends-on, Library:derived-from, Library:predecessor, Library:successorLibrary:composed-of, Library:depends-on, Library:derived-from, Library:predecessor, Library:successor
OperationDefinitionhttp://hl7.org/fhir/StructureDefinition/OperationDefinitiony*Library:composed-of, Library:depends-on, Library:derived-from, Library:predecessor, Library:successor

Resource Conformance: supportedLibrary

Profile Conformance
SHALL
Reference Policy

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

Search Parameters
ConformanceParameterTypeDocumentation
SHALL_contentstring

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

\n
SHALL_hasstring

Return resources linked to by the given target

\n
SHALL_idtoken

The ID of the resource

\n
SHALL_languagestring

The language of the resource

\n
SHALL_lastUpdateddate

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

\n
SHALL_profileuri

Search for resources which have the given profile

\n
SHALL_securitytoken

Search for resources which have the given security labels

\n
SHALL_tagtoken

Search for resources which have the given tag

\n
SHALL_textstring

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

\n
SHALLcomposed-ofreference

What resource is being referenced

\n
SHALLdatedate

The library publication date

\n
SHALLdepends-onreference

What resource is being referenced

\n
SHALLderived-fromreference

What resource is being referenced

\n
SHALLdescriptionstring

The description of the library

\n
SHALLeffectivedate

The time during which the library is intended to be in use

\n
SHALLidentifiertoken

External identifier for the library

\n
SHALLjurisdictiontoken

Intended jurisdiction for the library

\n
SHALLnamestring

Computationally friendly name of the library

\n
SHALLpredecessorreference

What resource is being referenced

\n
SHALLpublisherstring

Name of the publisher of the library

\n
SHALLstatustoken

The current status of the library

\n
SHALLsuccessorreference

What resource is being referenced

\n
SHALLtitlestring

The human-friendly name of the library

\n
SHALLtopictoken

Topics associated with the module

\n
SHALLurluri

The uri that identifies the library

\n
SHALLversiontoken

The business version of the library

\n
 
Extended Operations
ConformanceOperationDocumentation
SHALL$validate
SHALL$evaluate

This operation evaluates parameters passed as input against the decision support rule identified by the Library resource. It returns the computed clinical decision support result and/or errors. The Library resource identifies the clinical decision rule and define its parameters.

\n

The operation is idempotent.

\n

Input

\n
    \n
  • 1..1 Parameters: HL7 FHIR Parameters resource containing input parameters for the clinical decision support computation.This should either be a QuestionnaireResponse or an Observation for evaluation.
  • \n
\n

Output

\n

Upon success this operation returns an GuidanceResponse resource containing the decision support result.

\n

Resource Conformance: supportedOperationDefinition

Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports read.

" ] ; # fhir:url [ fhir:v "http://ehealth.sundhed.dk/fhir/CapabilityStatement/library"^^xsd:anyURI] ; # fhir:version [ fhir:v "latest"] ; # fhir:name [ fhir:v "library"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2024-05-08T02:22:13.954+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)"] ; # fhir:contact ( [ fhir:name [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://ehealth.sundhed.dk" ] ] ) ] ) ; # fhir:kind [ fhir:v "instance"] ; # fhir:software [ fhir:name [ fhir:v "library" ] ; fhir:version [ fhir:v "1.9.9" ] ] ; # fhir:implementation [ fhir:description [ fhir:v "eHealth library service" ] ; fhir:url [ fhir:v "https://library.devtest.systematic-ehealth.com/fhir"^^xsd:anyURI ] ] ; # fhir:fhirVersion [ fhir:v "4.0.1"] ; # fhir:format ( [ fhir:v "application/fhir+xml"] [ fhir:v "xml"] [ fhir:v "application/fhir+json"] [ fhir:v "json"] [ fhir:v "application/x-turtle"] [ fhir:v "ttl"] [ fhir:v "html/json"] [ fhir:v "html/xml"] [ fhir:v "html/turtle"] ) ; # fhir:rest ( [ fhir:mode [ fhir:v "server" ] ; fhir:resource ( [ fhir:type [ fhir:v "Library" ] ; fhir:profile [ fhir:v "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-library"^^xsd:anyURI ; fhir:link ] ; fhir:interaction ( [ fhir:code [ fhir:v "update" ] ] [ fhir:code [ fhir:v "search-type" ] ] [ fhir:code [ fhir:v "vread" ] ] [ fhir:code [ fhir:v "read" ] ] [ fhir:code [ fhir:v "create" ] ] ) ; fhir:conditionalCreate [ fhir:v "true"^^xsd:boolean ] ; fhir:conditionalUpdate [ fhir:v "true"^^xsd:boolean ] ; fhir:searchInclude ( [ fhir:v "*" ] [ fhir:v "Library:composed-of" ] [ fhir:v "Library:depends-on" ] [ fhir:v "Library:derived-from" ] [ fhir:v "Library:predecessor" ] [ fhir:v "Library:successor" ] ) ; fhir:searchRevInclude ( [ fhir:v "Library:composed-of" ] [ fhir:v "Library:depends-on" ] [ fhir:v "Library:derived-from" ] [ fhir:v "Library:predecessor" ] [ fhir:v "Library:successor" ] ) ; fhir:searchParam ( [ fhir:name [ fhir:v "_content" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Search the contents of the resource's data using a fulltext search" ] ] [ fhir:name [ fhir:v "_has" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Return resources linked to by the given target" ] ] [ fhir:name [ fhir:v "_id" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The ID of the resource" ] ] [ fhir:name [ fhir:v "_language" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "The language of the resource" ] ] [ fhir:name [ fhir:v "_lastUpdated" ] ; fhir:type [ fhir:v "date" ] ; fhir:documentation [ fhir:v "Only return resources which were last updated as specified by the given range" ] ] [ fhir:name [ fhir:v "_profile" ] ; fhir:type [ fhir:v "uri" ] ; fhir:documentation [ fhir:v "Search for resources which have the given profile" ] ] [ fhir:name [ fhir:v "_security" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Search for resources which have the given security labels" ] ] [ fhir:name [ fhir:v "_tag" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Search for resources which have the given tag" ] ] [ fhir:name [ fhir:v "_text" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Search the contents of the resource's narrative using a fulltext search" ] ] [ fhir:name [ fhir:v "composed-of" ] ; fhir:type [ fhir:v "reference" ] ; fhir:documentation [ fhir:v "What resource is being referenced" ] ] [ fhir:name [ fhir:v "date" ] ; fhir:type [ fhir:v "date" ] ; fhir:documentation [ fhir:v "The library publication date" ] ] [ fhir:name [ fhir:v "depends-on" ] ; fhir:type [ fhir:v "reference" ] ; fhir:documentation [ fhir:v "What resource is being referenced" ] ] [ fhir:name [ fhir:v "derived-from" ] ; fhir:type [ fhir:v "reference" ] ; fhir:documentation [ fhir:v "What resource is being referenced" ] ] [ fhir:name [ fhir:v "description" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "The description of the library" ] ] [ fhir:name [ fhir:v "effective" ] ; fhir:type [ fhir:v "date" ] ; fhir:documentation [ fhir:v "The time during which the library is intended to be in use" ] ] [ fhir:name [ fhir:v "identifier" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "External identifier for the library" ] ] [ fhir:name [ fhir:v "jurisdiction" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Intended jurisdiction for the library" ] ] [ fhir:name [ fhir:v "name" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Computationally friendly name of the library" ] ] [ fhir:name [ fhir:v "predecessor" ] ; fhir:type [ fhir:v "reference" ] ; fhir:documentation [ fhir:v "What resource is being referenced" ] ] [ fhir:name [ fhir:v "publisher" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Name of the publisher of the library" ] ] [ fhir:name [ fhir:v "status" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The current status of the library" ] ] [ fhir:name [ fhir:v "successor" ] ; fhir:type [ fhir:v "reference" ] ; fhir:documentation [ fhir:v "What resource is being referenced" ] ] [ fhir:name [ fhir:v "title" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "The human-friendly name of the library" ] ] [ fhir:name [ fhir:v "topic" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Topics associated with the module" ] ] [ fhir:name [ fhir:v "url" ] ; fhir:type [ fhir:v "uri" ] ; fhir:documentation [ fhir:v "The uri that identifies the library" ] ] [ fhir:name [ fhir:v "version" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The business version of the library" ] ] ) ; fhir:operation ( [ fhir:name [ fhir:v "validate" ] ; fhir:definition [ fhir:v "https://library.devtest.systematic-ehealth.com/fhir/OperationDefinition/Library-it-validate"^^xsd:anyURI ; fhir:link ] ] [ fhir:name [ fhir:v "evaluate" ] ; fhir:definition [ fhir:v "https://library.devtest.systematic-ehealth.com/fhir/OperationDefinition/Library-it-evaluate"^^xsd:anyURI ; fhir:link ] ; fhir:documentation [ fhir:v "This operation evaluates parameters passed as input against the decision support rule identified by the Library resource. It returns the computed clinical decision support result and/or errors. The Library resource identifies the clinical decision rule and define its parameters.\n\nThe operation is idempotent.\n### Input\n- 1..1 Parameters: HL7 FHIR [Parameters](https://www.hl7.org/fhir/stu3/parameters.html) resource containing input parameters for the clinical decision support computation.This should either be a QuestionnaireResponse or an Observation for evaluation.\n\n### Output\nUpon success this operation returns an GuidanceResponse resource containing the decision support result." ] ] ) ] [ fhir:type [ fhir:v "OperationDefinition" ] ; fhir:profile [ fhir:v "http://hl7.org/fhir/StructureDefinition/OperationDefinition"^^xsd:anyURI ; fhir:link ] ; fhir:interaction ( [ fhir:code [ fhir:v "read" ] ] ) ; fhir:searchInclude ( [ fhir:v "*" ] ) ; fhir:searchRevInclude ( [ fhir:v "Library:composed-of" ] [ fhir:v "Library:depends-on" ] [ fhir:v "Library:derived-from" ] [ fhir:v "Library:predecessor" ] [ fhir:v "Library:successor" ] ) ] ) ; fhir:interaction ( [ fhir:code [ fhir:v "transaction" ] ] [ fhir:code [ fhir:v "history-system" ] ] ) ; fhir:operation ( [ fhir:name [ fhir:v "process-message" ] ; fhir:definition [ fhir:v "https://library.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-process-message"^^xsd:anyURI ; fhir:link ] ; fhir:documentation [ fhir:v "Accept a FHIR Message Bundle for processing" ] ] [ fhir:name [ fhir:v "perform-reindexing-pass" ] ; fhir:definition [ fhir:v "https://library.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-perform-reindexing-pass"^^xsd:anyURI ; fhir:link ] ; fhir:documentation [ fhir:v "Forces a single pass of the resource reindexing processor" ] ] [ fhir:name [ fhir:v "meta" ] ; fhir:definition [ fhir:v "https://library.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-meta"^^xsd:anyURI ; fhir:link ] ] [ fhir:name [ fhir:v "get-resource-counts" ] ; fhir:definition [ fhir:v "https://library.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-get-resource-counts"^^xsd:anyURI ; fhir:link ] ; fhir:documentation [ fhir:v "Provides the number of resources currently stored on the server, broken down by resource type" ] ] [ fhir:name [ fhir:v "reindex-terminology" ] ; fhir:definition [ fhir:v "https://library.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-reindex-terminology"^^xsd:anyURI ; fhir:link ] ] ) ] ) . # # -------------------------------------------------------------------------------------