{ "description": "Basic conformance statement for a Measure Calculation Service. A server can support more fucntionality than defined here, but this is the minimum amount", "_filename": "CapabilityStatement-measure-calculation-service.json", "package_name": "hl7.fhir.us.cqfmeasures", "format": [ "json", "xml" ], "date": "2016-09-16", "publisher": "Clinical Quality Information WG", "fhirVersion": "4.0.1", "jurisdiction": [ { "coding": [ { "code": "US", "system": "urn:iso:std:iso:3166" } ] } ], "name": "MeasureCalculationServiceConformanceStatement", "type": null, "experimental": null, "resourceType": "CapabilityStatement", "title": "Measure Calculation Service Conformance Statement", "package_version": "2.1.0", "status": "draft", "id": "8e916ae1-fda9-4ccb-81c2-e645c6f9e422", "kind": "capability", "url": "http://hl7.org/fhir/us/cqfmeasures/CapabilityStatement/measure-calculation-service", "software": { "name": "ACME Measure Calculation Service" }, "version": null, "contact": [ { "telecom": [ { "value": "http://www.hl7.org/Special/committees/cqi/index.cfm", "system": "url" } ] } ], "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" } ] } ] }, "operation": [ { "name": "evaluate", "definition": "http://hl7.org/fhir/OperationDefinition/Measure-evaluate-measure" } ], "documentation": "RESTful Measure Calculation Service" } ] }