This page is part of the Da Vinci Value-Based Performance Reporting Implementation Guide (v1.0.0-ballot: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
: Measure Stratifier Example Codes - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "measure-stratifier-example",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/us/davinci-vbpr/CodeSystem/measure-stratifier-example</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">region-cohort<a name=\"measure-stratifier-example-region-cohort\"> </a></td><td>region and cohort</td><td>Stratification on both region and cohort.</td></tr><tr><td style=\"white-space:nowrap\">region<a name=\"measure-stratifier-example-region\"> </a></td><td>Region</td><td>Stratification on region.</td></tr></table></div>"
},
"url" : "http://hl7.org/fhir/us/davinci-vbpr/CodeSystem/measure-stratifier-example",
"version" : "1.0.0-ballot",
"name" : "MeasureStratifierExampleCS",
"title" : "Measure Stratifier Example Codes",
"status" : "active",
"experimental" : true,
"date" : "2023-07-31T14:33:02+00:00",
"publisher" : "HL7 Clinical Quality Information Work Group",
"contact" : [
{
"name" : "HL7 Clinical Quality Information Work Group",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/cqi"
}
]
}
],
"description" : "Example stratifiers that could be used to stratify measure or performance metrics.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US",
"display" : "United States of America"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "region-cohort",
"display" : "region and cohort",
"definition" : "Stratification on both region and cohort."
},
{
"code" : "region",
"display" : "Region",
"definition" : "Stratification on region."
}
]
}