{
"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": "CapabilityStatement2-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": "CapabilityStatement2",
"title": null,
"package_version": "4.6.0",
"status": "draft",
"id": "e8ee533a-e9d1-4ba7-8988-a787be5107fe",
"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": "string",
"definition": "http://hl7.org/fhir/SearchParameter/Measure-version"
} ]
} ],
"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"
} ]
}