{ "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.r6.examples", "format": [ "json", "xml" ], "date": "2016-09-16", "publisher": "HL7 International / FHIR Infrastructure", "fhirVersion": "6.0.0", "name": "MeasureProcessorServiceConformanceStatement", "type": null, "experimental": null, "resourceType": "CapabilityStatement", "title": "Measure Processor Service Conformance Statement", "package_version": "6.0.0-ballot1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "fhir" } ], "status": "draft", "id": "c2fbdd5e-d442-4546-992a-0643c414b76c", "kind": "capability", "url": "http://hl7.org/fhir/measure-processor", "software": { "name": "ACME Measure Processor Service" }, "version": null, "contact": [ { "name": "FHIR Project", "telecom": [ { "value": "http://www.hl7.org/Special/committees/fiwg", "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 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://hl7.org/fhir/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" } ] }