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
: Threshold Type Codes - TTL Representation
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 "threshold-type"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/us/davinci-vbpr/CodeSystem/threshold-type</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\">star-1<a name=\"threshold-type-star-1\"> </a></td><td>Star 1</td><td>Threshold for star 1 in a star rating.</td></tr><tr><td style=\"white-space:nowrap\">star-2<a name=\"threshold-type-star-2\"> </a></td><td>Star 2</td><td>Threshold for star 2 in a star rating.</td></tr><tr><td style=\"white-space:nowrap\">star-3<a name=\"threshold-type-star-3\"> </a></td><td>Star 3</td><td>Threshold for star 3 in a star rating.</td></tr><tr><td style=\"white-space:nowrap\">star-4<a name=\"threshold-type-star-4\"> </a></td><td>Star 4</td><td>Threshold for star 4 in a star rating.</td></tr><tr><td style=\"white-space:nowrap\">star-5<a name=\"threshold-type-star-5\"> </a></td><td>Star 5</td><td>Threshold for star 5 in a star rating.</td></tr><tr><td style=\"white-space:nowrap\">hedis-50-percentile<a name=\"threshold-type-hedis-50-percentile\"> </a></td><td>HEDIS 50 Percentile</td><td>Threshold for HEDIS 50 percentile.</td></tr><tr><td style=\"white-space:nowrap\">hedis-75-percentile<a name=\"threshold-type-hedis-75-percentile\"> </a></td><td>HEDIS 75 Percentile</td><td>Threshold for HEDIS 75 percentile.</td></tr><tr><td style=\"white-space:nowrap\">hedis-90-percentile<a name=\"threshold-type-hedis-90-percentile\"> </a></td><td>HEDIS 90 Percentile</td><td>Threshold for HEDIS 90 percentile.</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-vbpr/CodeSystem/threshold-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0-ballot"] ; #
fhir:name [ fhir:v "ThresholdTypeCS"] ; #
fhir:title [ fhir:v "Threshold Type Codes"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-07-31T14:33:02+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 Clinical Quality Information Work Group"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 Clinical Quality Information Work Group" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cqi" ] ] )
] ) ; #
fhir:description [ fhir:v "The threashold type."] ; #
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 "8"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "star-1" ] ;
fhir:display [ fhir:v "Star 1" ] ;
fhir:definition [ fhir:v "Threshold for star 1 in a star rating." ]
] [
fhir:code [ fhir:v "star-2" ] ;
fhir:display [ fhir:v "Star 2" ] ;
fhir:definition [ fhir:v "Threshold for star 2 in a star rating." ]
] [
fhir:code [ fhir:v "star-3" ] ;
fhir:display [ fhir:v "Star 3" ] ;
fhir:definition [ fhir:v "Threshold for star 3 in a star rating." ]
] [
fhir:code [ fhir:v "star-4" ] ;
fhir:display [ fhir:v "Star 4" ] ;
fhir:definition [ fhir:v "Threshold for star 4 in a star rating." ]
] [
fhir:code [ fhir:v "star-5" ] ;
fhir:display [ fhir:v "Star 5" ] ;
fhir:definition [ fhir:v "Threshold for star 5 in a star rating." ]
] [
fhir:code [ fhir:v "hedis-50-percentile" ] ;
fhir:display [ fhir:v "HEDIS 50 Percentile" ] ;
fhir:definition [ fhir:v "Threshold for HEDIS 50 percentile." ]
] [
fhir:code [ fhir:v "hedis-75-percentile" ] ;
fhir:display [ fhir:v "HEDIS 75 Percentile" ] ;
fhir:definition [ fhir:v "Threshold for HEDIS 75 percentile." ]
] [
fhir:code [ fhir:v "hedis-90-percentile" ] ;
fhir:display [ fhir:v "HEDIS 90 Percentile" ] ;
fhir:definition [ fhir:v "Threshold for HEDIS 90 percentile." ]
] ) . #