{ "description": "Basic conformance statement for a Measure Processor Service. A server can support more functionality than defined here, but this is the minimum amount", "_filename": "CapabilityStatement-measure-processor.json", "package_name": "hl7.fhir.r5.core", "format": [ "json", "xml" ], "date": "2016-09-16", "publisher": "HL7, Inc", "fhirVersion": "4.6.0", "name": "Measure Processor Service Conformance Statement", "type": null, "experimental": null, "resourceType": "CapabilityStatement", "title": null, "package_version": "4.6.0", "status": "draft", "id": "460b5917-2d71-4f2f-856f-ab3c62a4936c", "kind": "capability", "url": "http://hl7.org/fhir/measure-processor", "software": { "name": "ACME Measure Processor Service" }, "version": null, "contact": [ { "name": "FHIR Project", "telecom": [ { "value": "http://hl7.org/fhir", "system": "other" } ] } ], "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 filter measures based on a provided search parameter" } ], "searchParam": [ { "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": "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-measure", "definition": "http://hl7.org/fhir/OperationDefinition/Measure-evaluate-measure" }, { "name": "data-requirements", "definition": "http://hl7.org/fhir/OperationDefinition/Measure-data-requirements" } ], "documentation": "RESTful Measure Processor Service" } ] }