Package | hl7.fhir.uv.cql |
Resource Type | CapabilityStatement |
Id | cql-evaluation-service-example |
FHIR Version | R4 |
Source | http://hl7.org/fhir/uv/cql/https://build.fhir.org/ig/HL7/cql-ig/CapabilityStatement-cql-evaluation-service-example.html |
URL | http://hl7.org/fhir/uv/cql/CapabilityStatement/cql-evaluation-service-example |
Version | 2.0.0 |
Status | draft |
Date | 2016-09-16 |
Name | LibraryEvaluationServiceCapabilityStatementExample |
Title | Library Evaluation Service Capability Statement Example |
Realm | uv |
Authority | hl7 |
Description | Basic conformance statement for a Library Evaluation Service. A server can support more functionality than defined here, but this is the minimum amount |
Kind | instance |
No resources found
OperationDefinition | |
cql-cql | CQL CQL |
cql-library-evaluate | CQL Library Evaluate |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement cql-evaluation-service-example
Profile: CQL Capability Statement
json
, xml
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.
This CapabilityStatement instantiates the CapabilityStatement http://hl7.org/fhir/knowledge-repository
(Knowledge Repository Service Conformance Statement)
server
RESTful Library Evaluation Service
Certificates
The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include
_revinclude
Resource Type | Profile | R | S | U | C | Searches | _include | _revinclude | Operations |
---|---|---|---|---|---|---|---|---|---|
Library | http://hl7.org/fhir/StructureDefinition/Library | y | y | description, identifier, status, title, topic, version, url |
read
Read allows clients to get the logical definitions of the libraries
search-type
Search allows clients to find libraries on the server
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | description | string | |
SHALL | identifier | token | |
SHALL | status | token | |
SHALL | title | string | |
SHALL | topic | token | |
SHALL | version | token | |
SHALL | url | uri |
{ "resourceType": "CapabilityStatement", "id": "cql-evaluation-service-example", "meta": { "profile": [ "http://hl7.org/fhir/uv/cql/StructureDefinition/cql-capabilitystatement" ] }, "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "http://hl7.org/fhir/uv/cql/CapabilityStatement/cql-evaluation-service-example", "version": "2.0.0", "name": "LibraryEvaluationServiceCapabilityStatementExample", "title": "Library Evaluation Service Capability Statement Example", "status": "draft", "date": "2016-09-16", "publisher": "HL7 International / Clinical Decision Support", "contact": [ { "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/dss" } ] } ], "description": "Basic conformance statement for a Library Evaluation Service. A server can support more functionality than defined here, but this is the minimum amount", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001", "display": "World" } ] } ], "kind": "instance", "instantiates": [ "http://hl7.org/fhir/knowledge-repository" ], "software": { "name": "ACME Library Evaluation Service" }, "implementation": { "description": "This service supports basic library repository features as well as library evaluation using the $evaluate operation.", "url": "https://example.org/fhir" }, "fhirVersion": "4.0.1", "format": [ "json", "xml" ], "rest": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/cqf-supportedCqlVersion", "valueString": "1.5" }, { "url": "http://hl7.org/fhir/StructureDefinition/cqf-supportedCqlVersion", "valueString": "1.4" } ], "mode": "server", "documentation": "RESTful Library Evaluation Service", "security": { "cors": true, "service": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/restful-security-service", "code": "Certificates" } ] } ] }, "resource": [ { "type": "Library", "profile": "http://hl7.org/fhir/StructureDefinition/Library", "interaction": [ { "code": "read", "documentation": "Read allows clients to get the logical definitions of the libraries" }, { "code": "search-type", "documentation": "Search allows clients to find libraries on the server" } ], "searchParam": [ { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/Library-description", "type": "string" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/Library-identifier", "type": "token" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/Library-status", "type": "token" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/Library-title", "type": "string" }, { "name": "topic", "definition": "http://hl7.org/fhir/SearchParameter/Library-topic", "type": "token" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/Library-version", "type": "token" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/Library-url", "type": "uri" } ] } ], "operation": [ { "name": "cql", "definition": "http://hl7.org/fhir/uv/cql/OperationDefinition/cql-cql" }, { "name": "evaluate", "definition": "http://hl7.org/fhir/uv/cql/OperationDefinition/cql-library-evaluate" } ] } ] }