{
"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.r4b.examples",
"format": [ "json", "xml" ],
"date": "2016-09-16",
"publisher": "HL7, Inc",
"fhirVersion": "4.3.0-snapshot1",
"name": "Measure Processor Service Conformance Statement",
"type": null,
"experimental": null,
"resourceType": "CapabilityStatement",
"title": null,
"package_version": "4.3.0-snapshot1",
"status": "draft",
"id": "b8bf648f-dd72-4bfa-83cd-9df4d3ee0855",
"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"
} ]
}