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

This page is part of the Da Vinci Value-Based Performance Reporting Implementation Guide (v1.0.0: STU1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Measure Stratifier Example Codes - TTL Representation

Active as of 2024-06-17

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "measure-stratifier-example"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cqi" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-vbpr/CodeSystem/measure-stratifier-example"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.40.30.16.3" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "MeasureStratifierExampleCS"] ; # 
  fhir:title [ fhir:v "Measure Stratifier Example Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-06-17T14:02:59+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Clinical Quality Information"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Clinical Quality Information" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cqi" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Example stratifiers that could be used to stratify measure or performance metrics."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "facility" ] ;
fhir:display [ fhir:v "Facility" ] ;
fhir:definition [ fhir:v "Stratify based on healthcare facilities, such as regions and hospitals." ]
  ] [
fhir:code [ fhir:v "taxid" ] ;
fhir:display [ fhir:v "TIN" ] ;
fhir:definition [ fhir:v "Stratify based on Tax Identifier (TIN)." ]
  ] [
fhir:code [ fhir:v "group" ] ;
fhir:display [ fhir:v "Group" ] ;
fhir:definition [ fhir:v "Stratify based on group such as a group of tax ids." ]
  ] [
fhir:code [ fhir:v "geography" ] ;
fhir:display [ fhir:v "Geography" ] ;
fhir:definition [ fhir:v "Stratify based on geographical data, such as zip code and city." ]
  ] [
fhir:code [ fhir:v "cohort" ] ;
fhir:display [ fhir:v "Cohort" ] ;
fhir:definition [ fhir:v "Stratify based on a group of members with a shared characteristic, such as members that are with PPO plan or members with HMO plan." ]
  ] ) . #