This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Example of Proportion Measure
{
"resourceType" : "Measure",
"id" : "measure-BCSComponent",
"meta" : {
"profile" : ["http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablemeasure"]
},
"language" : "en",
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "cqi"
}],
"url" : "http://hl7.org/fhir/Measure/BCSComponent",
"identifier" : [{
"use" : "official",
"value" : "Breast Cancer Screening"
}],
"version" : "0.0.001",
"name" : "BCSComponent",
"title" : "Breast Cancer Screening",
"status" : "active",
"experimental" : true,
"date" : "2022-02-22T11:37:03-06:00",
"publisher" : "HL7 International / Clinical Quality Information",
"contact" : [{
"telecom" : [{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/cqi"
}]
}],
"description" : "This is an example only.",
"effectivePeriod" : {
"start" : "2022-01-01",
"end" : "2022-12-31"
},
"library" : ["http://hl7.org/fhir/Library/BCSComponent"],
"group" : [{
"type" : [{
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/measure-type",
"code" : "process"
}]
}],
"basis" : "boolean",
"scoring" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/measure-scoring",
"code" : "proportion",
"display" : "Proportion"
}]
},
"improvementNotation" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/measure-improvement-notation",
"code" : "increase"
}]
},
"population" : [{
"id" : "2851A1BA-FBF8-4945-812E-6273F881CE13",
"code" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/measure-population",
"code" : "initial-population",
"display" : "Initial Population"
}]
},
"criteria" : {
"language" : "text/cql-identifier",
"expression" : "Initial Population"
}
},
{
"id" : "349C20C9-EA7E-4311-9E2D-CF81F1EBCEEF",
"code" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/measure-population",
"code" : "denominator",
"display" : "Denominator"
}]
},
"criteria" : {
"language" : "text/cql-identifier",
"expression" : "Denominator"
}
},
{
"id" : "369D1C75-B5D3-43EC-AEFC-2FF7F462306C",
"code" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/measure-population",
"code" : "denominator-exclusion",
"display" : "Denominator Exclusion"
}]
},
"criteria" : {
"language" : "text/cql-identifier",
"expression" : "Denominator Exclusion"
}
},
{
"id" : "6F1617E3-99D7-47E4-8392-85107BAA5311",
"code" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/measure-population",
"code" : "numerator",
"display" : "Numerator"
}]
},
"criteria" : {
"language" : "text/cql-identifier",
"expression" : "Numerator"
}
}]
}],
"supplementalData" : [{
"id" : "25a16429-e866-438f-990a-3e3a5f2f8443",
"usage" : [{
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/measure-data-usage",
"code" : "supplemental-data"
}]
}],
"criteria" : {
"language" : "text/cql-identifier",
"expression" : "SDE Sex"
}
}]
}
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.