Conformance
This
page
is
part
of
the
Continuous
Integration
Build
of
FHIR
Specification
(v5.0.0:
R5
-
STU
).
This
is
the
current
published
version
in
it's
permanent
home
(it
will
always
(will
be
available
incorrect/inconsistent
at
this
URL).
For
a
full
list
of
available
versions,
see
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
| Responsible Owner: FHIR Infrastructure Work Group | Standards Status : Informative | Compartments : No defined compartments |
Raw JSON ( canonical form + also see JSON Format Specification )
Measure Processor Base Capability Statement
{
"resourceType" : "CapabilityStatement",
"id" : "measure-processor",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n \n <h2>Measure Calculation Service Conformance Statement</h2>\n \n <div>\n \n <p>Basic conformance statement for a Measure Processor Service. A server can support more functionality\n than defined here, but this is the minimum amount</p>\n\n \n </div>\n \n <table>\n \n <tr>\n \n <td>Mode</td>\n \n <td>SERVER</td>\n \n </tr>\n \n <tr>\n \n <td>Description</td>\n \n <td>RESTful Measure Processor Server</td>\n \n </tr>\n \n <tr>\n \n <td>Transaction</td>\n \n <td/>\n \n </tr>\n \n <tr>\n \n <td>System History</td>\n \n <td/>\n \n </tr>\n \n <tr>\n \n <td>System Search</td>\n \n <td/>\n \n </tr>\n \n </table>\n \n <table>\n \n <tr>\n \n <th>\n \n <b>Resource Type</b>\n \n </th>\n \n <th>\n \n <b>Profile</b>\n \n </th>\n \n <th>\n \n <b>Read</b>\n \n </th>\n \n <th>\n \n <b>V-Read</b>\n \n </th>\n \n <th>\n \n <b>Search</b>\n \n </th>\n \n <th>\n \n <b>Update</b>\n \n </th>\n \n <th>\n \n <b>Updates</b>\n \n </th>\n \n <th>\n \n <b>Create</b>\n \n </th>\n \n <th>\n \n <b>Delete</b>\n \n </th>\n \n <th>\n \n <b>History</b>\n \n </th>\n \n </tr>\n \n </table>\n \n </div>"
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h2>Measure Calculation Service Conformance Statement</h2>\n <div>\n <p>Basic conformance statement for a Measure Processor Service. A server can support more functionality\n than defined here, but this is the minimum amount</p>\n </div>\n <table>\n <tr>\n <td>Mode</td>\n <td>SERVER</td>\n </tr>\n <tr>\n <td>Description</td>\n <td>RESTful Measure Processor Server</td>\n </tr>\n <tr>\n <td>Transaction</td>\n <td/>\n </tr>\n <tr>\n <td>System History</td>\n <td/>\n </tr>\n <tr>\n <td>System Search</td>\n <td/>\n </tr>\n </table>\n <table>\n <tr>\n <th>\n <b>Resource Type</b>\n </th>\n <th>\n <b>Profile</b>\n </th>\n <th>\n <b>Read</b>\n </th>\n <th>\n <b>V-Read</b>\n </th>\n <th>\n <b>Search</b>\n </th>\n <th>\n <b>Update</b>\n </th>\n <th>\n <b>Updates</b>\n </th>\n <th>\n <b>Create</b>\n </th>\n <th>\n <b>Delete</b>\n </th>\n <th>\n <b>History</b>\n </th>\n </tr>\n </table>\n </div>"
},
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "fhir"
}],
"url" : "http://hl7.org/fhir/measure-processor",
"identifier" : [{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.34.4"
}],
"name" : "MeasureProcessorServiceConformanceStatement",
"title" : "Measure Processor Service Conformance Statement",
"status" : "draft",
"date" : "2016-09-16",
"publisher" : "HL7, Inc",
"publisher" : "HL7 International / FHIR Infrastructure",
"contact" : [{
"name" : "FHIR Project",
"telecom" : [{
"system" : "other",
"value" : "http://hl7.org/fhir"
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/fiwg"
}]
}],
"description" : "Basic conformance statement for a Measure Processor Service. A server can support more functionality than defined here, but this is the minimum amount",
"kind" : "capability",
"software" : {
"name" : "ACME Measure Processor Service"
},
"fhirVersion" : "5.0.0",
"fhirVersion" : "6.0.0",
"format" : ["json",
"xml"],
"rest" : [{
"mode" : "server",
"documentation" : "RESTful Measure Processor Service",
"security" : {
"cors" : true,
"service" : [{
"coding" : [{
"system" : "http://hl7.org/fhir/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 filter measures based on a provided search parameter"
}],
"searchParam" : [{
"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" : "version",
"definition" : "http://hl7.org/fhir/SearchParameter/Measure-version",
"type" : "token"
}]
}],
"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"
}]
}]
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR
®©
HL7.org
2011+.
FHIR
R5
hl7.fhir.core#5.0.0
R6
hl7.fhir.core#6.0.0-ballot3
generated
on
Sun,
Mar
26,
2023
15:24+1100.
Thu,
Nov
27,
2025
16:53+0000.
Links:
Search
|
Version
History
|
Contents
|
Glossary
|
QA
|
Compare
to
R4
|
Compare
to
R4B
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change