eHealth Infrastructure, published by Den telemedicinske infrastruktur (eHealth Infrastructure). This guide is not an authorized publication; it is the continuous build for version 3.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fut-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions
Official URL: http://ehealth.sundhed.dk/fhir/CapabilityStatement/library | Version: 3.4.0 | |||
Active as of 2025-02-06 | Computable Name: library |
Raw OpenAPI-Swagger Definition file | Download
Generated Narrative: CapabilityStatement library
application/fhir+xml
, xml
, application/fhir+json
, json
, application/x-turtle
, ttl
, html/json
, html/xml
, html/turtle
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.
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 |
---|---|---|---|---|---|---|---|---|---|---|
Library | http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-library | y | y | y | y | y | _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:successor | Library:composed-of , Library:depends-on , Library:derived-from , Library:predecessor , Library:successor | $validate , $evaluate |
OperationDefinition | http://hl7.org/fhir/StructureDefinition/OperationDefinition | y | * | Library:composed-of , Library:depends-on , Library:derived-from , Library:predecessor , Library:successor |
update
, search-type
, vread
, read
, create
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | _content | string | Search the contents of the resource's data using a fulltext search |
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 | _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 | composed-of | reference | What resource is being referenced |
SHALL | date | date | The library publication date |
SHALL | depends-on | reference | What resource is being referenced |
SHALL | derived-from | reference | What resource is being referenced |
SHALL | description | string | The description of the library |
SHALL | effective | date | The time during which the library is intended to be in use |
SHALL | identifier | token | External identifier for the library |
SHALL | jurisdiction | token | Intended jurisdiction for the library |
SHALL | name | string | Computationally friendly name of the library |
SHALL | predecessor | reference | What resource is being referenced |
SHALL | publisher | string | Name of the publisher of the library |
SHALL | status | token | The current status of the library |
SHALL | successor | reference | What resource is being referenced |
SHALL | title | string | The human-friendly name of the library |
SHALL | topic | token | Topics associated with the module |
SHALL | url | uri | The uri that identifies the library |
SHALL | version | token | The business version of the library |
Conformance | Operation | Documentation |
---|---|---|
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. The operation is idempotent. Input
OutputUpon success this operation returns an GuidanceResponse resource containing the decision support result. |
read
.