{ "description": "Basic conformance statement for a Measure Calculation Service. A server can support more functionality than defined here, but this is the minimum amount", "_filename": "CapabilityStatement-measure-calculation-service-example.json", "package_name": "hl7.fhir.uv.cqm", "format": [ "json", "xml" ], "date": "2016-09-16", "meta": { "profile": [ "http://hl7.org/fhir/uv/cql/StructureDefinition/cql-capabilitystatement" ] }, "publisher": "HL7 International / Clinical Quality Information", "fhirVersion": "4.0.1", "jurisdiction": [ { "coding": [ { "code": "001", "system": "http://unstats.un.org/unsd/methods/m49/m49.htm" } ] } ], "instantiates": [ "http://hl7.org/fhir/knowledge-repository" ], "name": "MeasureCalculationServiceCapabilityStatementExample", "type": null, "experimental": null, "resourceType": "CapabilityStatement", "title": "Measure Calculation Service Capability Statement Example", "package_version": "1.0.0-ballot", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "cqi" } ], "status": "draft", "id": "17cf6e0c-b734-4185-a2c2-71bae2178842", "kind": "instance", "url": "http://hl7.org/fhir/uv/cqm/CapabilityStatement/measure-calculation-service-example", "software": { "name": "ACME Measure Calculation Service" }, "version": "1.0.0-ballot", "contact": [ { "telecom": [ { "value": "http://www.hl7.org/Special/committees/cqi", "system": "url" } ] } ], "implementation": { "url": "https://example.org/fhir", "description": "This service supports basic measure repository features as well as measure calculation using the $evaluate-measure operation." }, "rest": [ { "mode": "server", "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", "type": "string", "definition": "http://hl7.org/fhir/SearchParameter/Measure-description" }, { "name": "identifier", "type": "token", "definition": "http://hl7.org/fhir/SearchParameter/Measure-identifier" }, { "name": "status", "type": "token", "definition": "http://hl7.org/fhir/SearchParameter/Measure-status" }, { "name": "title", "type": "string", "definition": "http://hl7.org/fhir/SearchParameter/Measure-title" }, { "name": "topic", "type": "token", "definition": "http://hl7.org/fhir/SearchParameter/Measure-topic" }, { "name": "version", "type": "token", "definition": "http://hl7.org/fhir/SearchParameter/Measure-version" } ] } ], "security": { "cors": true, "service": [ { "coding": [ { "code": "Certificates", "system": "http://terminology.hl7.org/CodeSystem/restful-security-service" } ] } ] }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/cqf-supportedCqlVersion", "valueString": "1.5" }, { "url": "http://hl7.org/fhir/StructureDefinition/cqf-supportedCqlVersion", "valueString": "1.4" } ], "operation": [ { "name": "evaluate", "definition": "http://hl7.org/fhir/OperationDefinition/Measure-evaluate-measure" } ], "documentation": "RESTful Measure Calculation Service" } ] }