Package | dk.ehealth.sundhed.fhir.ig.core |
Type | CapabilityStatement |
Id | library |
FHIR Version | R4 |
Source | http://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/CapabilityStatement-library.html |
URL | http://ehealth.sundhed.dk/fhir/CapabilityStatement/library |
Version | 3.5.1 |
Status | active |
Date | 2025-02-06T09:22:35.322+00:00 |
Name | library |
Realm | dk |
Kind | instance |
No resources found
OperationDefinition | |
Library-it-evaluate | Evaluate |
StructureDefinition | |
ehealth-library | ehealth-library |
Note: links and images are rebased to the (stated) source
Generated Narrative: Kapabilitetserklæring 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.
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 |
---|---|---|---|---|---|---|---|---|---|---|
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
.{ "resourceType": "CapabilityStatement", "id": "library", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "http://ehealth.sundhed.dk/fhir/CapabilityStatement/library", "version": "3.5.1", "name": "library", "status": "active", "date": "2025-02-06T09:22:35.322+00:00", "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)", "contact": [ { "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)", "telecom": [ { "system": "url", "value": "http://ehealth.sundhed.dk" } ] } ], "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "DK", "display": "Denmark" } ] } ], "kind": "instance", "software": { "name": "library", "version": "1.13.0" }, "implementation": { "description": "eHealth library service", "url": "https://library.devtest.systematic-ehealth.com/fhir" }, "fhirVersion": "4.0.1", "format": [ "application/fhir+xml", "xml", "application/fhir+json", "json", "application/x-turtle", "ttl", "html/json", "html/xml", "html/turtle" ], "rest": [ { "mode": "server", "resource": [ { "type": "Library", "profile": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-library", "interaction": [ { "code": "update" }, { "code": "search-type" }, { "code": "vread" }, { "code": "read" }, { "code": "create" } ], "conditionalCreate": true, "conditionalUpdate": true, "searchInclude": [ "*", "Library:composed-of", "Library:depends-on", "Library:derived-from", "Library:predecessor", "Library:successor" ], "searchRevInclude": [ "Library:composed-of", "Library:depends-on", "Library:derived-from", "Library:predecessor", "Library:successor" ], "searchParam": [ { "name": "_content", "type": "string", "documentation": "Search the contents of the resource's data using a fulltext search" }, { "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": "_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": "composed-of", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "date", "type": "date", "documentation": "The library publication date" }, { "name": "depends-on", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "derived-from", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "description", "type": "string", "documentation": "The description of the library" }, { "name": "effective", "type": "date", "documentation": "The time during which the library is intended to be in use" }, { "name": "identifier", "type": "token", "documentation": "External identifier for the library" }, { "name": "jurisdiction", "type": "token", "documentation": "Intended jurisdiction for the library" }, { "name": "name", "type": "string", "documentation": "Computationally friendly name of the library" }, { "name": "predecessor", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "publisher", "type": "string", "documentation": "Name of the publisher of the library" }, { "name": "status", "type": "token", "documentation": "The current status of the library" }, { "name": "successor", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "title", "type": "string", "documentation": "The human-friendly name of the library" }, { "name": "topic", "type": "token", "documentation": "Topics associated with the module" }, { "name": "url", "type": "uri", "documentation": "The uri that identifies the library" }, { "name": "version", "type": "token", "documentation": "The business version of the library" } ], "operation": [ { "name": "validate", "definition": "https://library.devtest.systematic-ehealth.com/fhir/OperationDefinition/Library-it-validate" }, { "name": "evaluate", "definition": "https://library.devtest.systematic-ehealth.com/fhir/OperationDefinition/Library-it-evaluate", "documentation": "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." } ] }, { "type": "OperationDefinition", "profile": "http://hl7.org/fhir/StructureDefinition/OperationDefinition", "interaction": [ { "code": "read" } ], "searchInclude": [ "*" ], "searchRevInclude": [ "Library:composed-of", "Library:depends-on", "Library:derived-from", "Library:predecessor", "Library:successor" ] } ], "operation": [ { "name": "migrate", "definition": "https://library.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-migrate", "documentation": "Data migration" }, { "name": "reindex-terminology", "definition": "https://library.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-reindex-terminology" }, { "name": "meta", "definition": "https://library.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-meta" }, { "name": "get-resource-counts", "definition": "https://library.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-get-resource-counts", "documentation": "Provides the number of resources currently stored on the server, broken down by resource type" } ] } ] }