This page is part of the Quality Measure STU2 for FHIR R4 Implementation Guide (v2.1.0: STU3 Ballot 1) based on FHIR R4. The current version which supercedes this version is 3.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "CapabilityStatement",
"id" : "measure-calculation-service",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>MeasureCalculationServiceConformanceStatement</h2><div><p>Basic conformance statement for a Measure Calculation Service. A server can support more fucntionality than defined here, but this is the minimum amount</p>\n</div><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td><div><p>RESTful Measure Calculation Service</p>\n</div></td></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title=\"GET a resource (read interaction)\">Read</b></th><th><b title=\"GET all set of resources of the type (search interaction)\">Search</b></th><th><b title=\"PUT a new resource version (update interaction)\">Update</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th></tr><tr><td>Measure</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/Measure\">http://hl7.org/fhir/StructureDefinition/Measure</a></td><td>y</td><td>y</td><td></td><td></td></tr></table></div>"
},
"url" : "http://hl7.org/fhir/us/cqfmeasures/CapabilityStatement/measure-calculation-service",
"name" : "MeasureCalculationServiceConformanceStatement",
"title" : "Measure Calculation Service Conformance Statement",
"status" : "draft",
"date" : "2016-09-16",
"publisher" : "Clinical Quality Information WG",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/cqi/index.cfm"
}
]
}
],
"description" : "Basic conformance statement for a Measure Calculation Service. A server can support more fucntionality than defined here, but this is the minimum amount",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"kind" : "capability",
"software" : {
"name" : "ACME Measure Calculation Service"
},
"fhirVersion" : "4.0.1",
"format" : [
"json",
"xml"
],
"rest" : [
{
"mode" : "server",
"documentation" : "RESTful Measure Calculation Service",
"security" : {
"cors" : true,
"service" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/restful-security-service",
"code" : "Certificates"
}
]
}
]
},
"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",
"definition" : "http://hl7.org/fhir/SearchParameter/Measure-description",
"type" : "string"
},
{
"name" : "identifier",
"definition" : "http://hl7.org/fhir/SearchParameter/Measure-identifier",
"type" : "token"
},
{
"name" : "status",
"definition" : "http://hl7.org/fhir/SearchParameter/Measure-status",
"type" : "token"
},
{
"name" : "title",
"definition" : "http://hl7.org/fhir/SearchParameter/Measure-title",
"type" : "string"
},
{
"name" : "topic",
"definition" : "http://hl7.org/fhir/SearchParameter/Measure-topic",
"type" : "token"
},
{
"name" : "version",
"definition" : "http://hl7.org/fhir/SearchParameter/Measure-version",
"type" : "token"
}
]
}
],
"operation" : [
{
"name" : "evaluate",
"definition" : "http://hl7.org/fhir/OperationDefinition/Measure-evaluate-measure"
}
]
}
]
}