Da Vinci Value-Based Performance Reporting Implementation Guide
1.0.0 - STU1 United States of America flag

Da Vinci Value-Based Performance Reporting Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-vbpr/ and changes regularly. See the Directory of published versions

: Measure Stratifier Example Codes - JSON Representation

Active as of 2024-05-10

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "measure-stratifier-example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive 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\">facility<a name=\"measure-stratifier-example-facility\"> </a></td><td>Facility</td><td>Stratify based on healthcare facilities, such as regions and hospitals.</td></tr><tr><td style=\"white-space:nowrap\">taxid<a name=\"measure-stratifier-example-taxid\"> </a></td><td>TIN</td><td>Stratify based on Tax Identifier (TIN).</td></tr><tr><td style=\"white-space:nowrap\">group<a name=\"measure-stratifier-example-group\"> </a></td><td>Group</td><td>Stratify based on group such as a group of tax ids.</td></tr><tr><td style=\"white-space:nowrap\">geography<a name=\"measure-stratifier-example-geography\"> </a></td><td>Geography</td><td>Stratify based on geographical data, such as zip code and city.</td></tr><tr><td style=\"white-space:nowrap\">cohort<a name=\"measure-stratifier-example-cohort\"> </a></td><td>Cohort</td><td>Stratify based on a group of members with a shared characteristic, such as members that are with PPO plan or members with HMO plan.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cqi"
    }
  ],
  "url" : "http://hl7.org/fhir/us/davinci-vbpr/CodeSystem/measure-stratifier-example",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.40.30.16.3"
    }
  ],
  "version" : "1.0.0",
  "name" : "MeasureStratifierExampleCS",
  "title" : "Measure Stratifier Example Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-05-10T01:08:13+00:00",
  "publisher" : "HL7 International / Clinical Quality Information",
  "contact" : [
    {
      "name" : "HL7 International / Clinical Quality Information",
      "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" : 5,
  "concept" : [
    {
      "code" : "facility",
      "display" : "Facility",
      "definition" : "Stratify based on healthcare facilities, such as regions and hospitals."
    },
    {
      "code" : "taxid",
      "display" : "TIN",
      "definition" : "Stratify based on Tax Identifier (TIN)."
    },
    {
      "code" : "group",
      "display" : "Group",
      "definition" : "Stratify based on group such as a group of tax ids."
    },
    {
      "code" : "geography",
      "display" : "Geography",
      "definition" : "Stratify based on geographical data, such as zip code and city."
    },
    {
      "code" : "cohort",
      "display" : "Cohort",
      "definition" : "Stratify based on a group of members with a shared characteristic, such as members that are with PPO plan or members with HMO plan."
    }
  ]
}