eHealth Infrastructure - Local Development build (v2022.2). See the Directory of published versions
Active as of 2022-06-18 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CapabilityStatement;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "library"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>library</h2><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td/></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title=\"GET a resource (read interaction)\">Read</b></th><th><b title=\"GET past versions of resources (vread interaction)\">V-Read</b></th><th><b title=\"GET all set of resources of the type (search interaction)\">Search</b></th><th><b title=\"PUT a new resource version (update interaction)\">Update</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th></tr><tr><td>Library</td><td><a href=\"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-library\">http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-library</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr><tr><td>OperationDefinition</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/OperationDefinition\">http://hl7.org/fhir/StructureDefinition/OperationDefinition</a></td><td>y</td><td></td><td></td><td></td><td></td></tr></table></div>"
];
fhir:CapabilityStatement.url [ fhir:value "http://ehealth.sundhed.dk/fhir/CapabilityStatement/library"];
fhir:CapabilityStatement.version [ fhir:value "2022.2"];
fhir:CapabilityStatement.name [ fhir:value "library"];
fhir:CapabilityStatement.status [ fhir:value "active"];
fhir:CapabilityStatement.date [ fhir:value "2022-06-18T02:28:36.319+00:00"^^xsd:dateTime];
fhir:CapabilityStatement.publisher [ fhir:value "Systematic | Trifork"];
fhir:CapabilityStatement.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "Systematic | Trifork" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://ehealth.sundhed.dk" ] ]
];
fhir:CapabilityStatement.kind [ fhir:value "instance"];
fhir:CapabilityStatement.software [
fhir:CapabilityStatement.software.name [ fhir:value "library" ];
fhir:CapabilityStatement.software.version [ fhir:value "1.7.3" ]
];
fhir:CapabilityStatement.implementation [
fhir:CapabilityStatement.implementation.description [ fhir:value "eHealth library service" ];
fhir:CapabilityStatement.implementation.url [ fhir:value "https://library.devtest.systematic-ehealth.com/fhir" ]
];
fhir:CapabilityStatement.fhirVersion [ fhir:value "4.0.1"];
fhir:CapabilityStatement.format [
fhir:value "application/fhir+xml";
fhir:index 0
], [
fhir:value "xml";
fhir:index 1
], [
fhir:value "application/fhir+json";
fhir:index 2
], [
fhir:value "json";
fhir:index 3
], [
fhir:value "application/x-turtle";
fhir:index 4
], [
fhir:value "ttl";
fhir:index 5
], [
fhir:value "html/json";
fhir:index 6
], [
fhir:value "html/xml";
fhir:index 7
], [
fhir:value "html/turtle";
fhir:index 8
];
fhir:CapabilityStatement.rest [
fhir:index 0;
fhir:CapabilityStatement.rest.mode [ fhir:value "server" ];
fhir:CapabilityStatement.rest.resource [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Library" ];
fhir:CapabilityStatement.rest.resource.profile [
fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-library";
fhir:link <http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-library> ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "vread" ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "update" ] ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "true"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "true"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ], [
fhir:value "Library:composed-of";
fhir:index 1 ], [
fhir:value "Library:depends-on";
fhir:index 2 ], [
fhir:value "Library:derived-from";
fhir:index 3 ], [
fhir:value "Library:predecessor";
fhir:index 4 ], [
fhir:value "Library:successor";
fhir:index 5 ];
fhir:CapabilityStatement.rest.resource.searchRevInclude [
fhir:value "Library:composed-of";
fhir:index 0 ], [
fhir:value "Library:depends-on";
fhir:index 1 ], [
fhir:value "Library:derived-from";
fhir:index 2 ], [
fhir:value "Library:predecessor";
fhir:index 3 ], [
fhir:value "Library:successor";
fhir:index 4 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_content" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's data using a fulltext search" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_has" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Return resources linked to by the given target" ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The ID of the resource" ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_language" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The language of the resource" ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_lastUpdated" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Only return resources which were last updated as specified by the given range" ] ], [
fhir:index 5;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_profile" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given profile" ] ], [
fhir:index 6;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_security" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given security labels" ] ], [
fhir:index 7;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_tag" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given tag" ] ], [
fhir:index 8;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_text" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's narrative using a fulltext search" ] ], [
fhir:index 9;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "composed-of" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "What resource is being referenced" ] ], [
fhir:index 10;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The library publication date" ] ], [
fhir:index 11;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "depends-on" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "What resource is being referenced" ] ], [
fhir:index 12;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "derived-from" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "What resource is being referenced" ] ], [
fhir:index 13;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "description" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The description of the library" ] ], [
fhir:index 14;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "effective" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The time during which the library is intended to be in use" ] ], [
fhir:index 15;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "identifier" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "External identifier for the library" ] ], [
fhir:index 16;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "jurisdiction" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Intended jurisdiction for the library" ] ], [
fhir:index 17;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "name" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Computationally friendly name of the library" ] ], [
fhir:index 18;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "predecessor" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "What resource is being referenced" ] ], [
fhir:index 19;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "publisher" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Name of the publisher of the library" ] ], [
fhir:index 20;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "status" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The current status of the library" ] ], [
fhir:index 21;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "successor" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "What resource is being referenced" ] ], [
fhir:index 22;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "title" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The human-friendly name of the library" ] ], [
fhir:index 23;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "topic" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Topics associated with the module" ] ], [
fhir:index 24;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "url" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The uri that identifies the library" ] ], [
fhir:index 25;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "version" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The business version of the library" ] ];
fhir:CapabilityStatement.rest.resource.operation [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "evaluate" ];
fhir:CapabilityStatement.rest.resource.operation.definition [
fhir:value "https://library.devtest.systematic-ehealth.com/fhir/OperationDefinition/Library-it-evaluate";
fhir:link <https://library.devtest.systematic-ehealth.com/fhir/OperationDefinition/Library-it-evaluate> ];
fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "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:index 1;
fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "validate" ];
fhir:CapabilityStatement.rest.resource.operation.definition [
fhir:value "https://library.devtest.systematic-ehealth.com/fhir/OperationDefinition/Library-it-validate";
fhir:link <https://library.devtest.systematic-ehealth.com/fhir/OperationDefinition/Library-it-validate> ] ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "OperationDefinition" ];
fhir:CapabilityStatement.rest.resource.profile [
fhir:value "http://hl7.org/fhir/StructureDefinition/OperationDefinition";
fhir:link <http://hl7.org/fhir/StructureDefinition/OperationDefinition> ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchRevInclude [
fhir:value "Library:composed-of";
fhir:index 0 ], [
fhir:value "Library:depends-on";
fhir:index 1 ], [
fhir:value "Library:derived-from";
fhir:index 2 ], [
fhir:value "Library:predecessor";
fhir:index 3 ], [
fhir:value "Library:successor";
fhir:index 4 ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.