Package | hl7.fhir.us.cqfmeasures |
Type | CapabilityStatement |
Id | measure-calculation-service-example |
FHIR Version | R4 |
Source | http://hl7.org/fhir/us/cqfmeasures/http://hl7.org/fhir/us/cqfmeasures/STU5/CapabilityStatement-measure-calculation-service-example.html |
URL | http://hl7.org/fhir/us/cqfmeasures/CapabilityStatement/measure-calculation-service-example |
Version | 5.0.0 |
Status | draft |
Date | 2016-09-16 |
Name | MeasureCalculationServiceCapabilityStatementExample |
Title | Measure Calculation Service Capability Statement Example |
Realm | us |
Authority | hl7 |
Description | Basic conformance statement for a Measure Calculation Service. A server can support more functionality than defined here, but this is the minimum amount |
Kind | instance |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement measure-calculation-service-example
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 Measure Calculation 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 |
---|---|---|---|---|---|---|---|---|---|
Measure | http://hl7.org/fhir/StructureDefinition/Measure | y | y | description, identifier, status, title, topic, version |
read
Read allows clients to get the logical definitions of the measures
search-type
Search allows clients to find value sets 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 |
{ "resourceType": "CapabilityStatement", "id": "measure-calculation-service-example", "meta": { "profile": [ "http://hl7.org/fhir/uv/cql/StructureDefinition/cql-capabilitystatement" ] }, "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "cqi" } ], "url": "http://hl7.org/fhir/us/cqfmeasures/CapabilityStatement/measure-calculation-service-example", "version": "5.0.0", "name": "MeasureCalculationServiceCapabilityStatementExample", "title": "Measure Calculation Service Capability Statement Example", "status": "draft", "date": "2016-09-16", "publisher": "HL7 International / Clinical Quality Information", "contact": [ { "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/cqi" } ] } ], "description": "Basic conformance statement for a Measure Calculation Service. A server can support more functionality than defined here, but this is the minimum amount", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "US" } ] } ], "kind": "instance", "instantiates": [ "http://hl7.org/fhir/knowledge-repository" ], "software": { "name": "ACME Measure Calculation Service" }, "implementation": { "description": "This service supports basic measure repository features as well as measure calculation using the $evaluate-measure 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 Measure Calculation Service", "security": { "cors": true, "service": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/restful-security-service", "code": "Certificates" } ] } ] }, "resource": [ { "type": "Measure", "profile": "http://hl7.org/fhir/StructureDefinition/Measure", "interaction": [ { "code": "read", "documentation": "Read allows clients to get the logical definitions of the measures" }, { "code": "search-type", "documentation": "Search allows clients to find value sets on the server" } ], "searchParam": [ { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/Measure-description", "type": "string" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/Measure-identifier", "type": "token" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/Measure-status", "type": "token" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/Measure-title", "type": "string" }, { "name": "topic", "definition": "http://hl7.org/fhir/SearchParameter/Measure-topic", "type": "token" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/Measure-version", "type": "token" } ] } ], "operation": [ { "name": "evaluate", "definition": "http://hl7.org/fhir/OperationDefinition/Measure-evaluate-measure" } ] } ] }