HL7 Terminology (THO)
5.5.0 - Publication International flag

This page is part of the HL7 Terminology (v5.5.0: Release) 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

: MeasurePopulationType - TTL Representation

Draft as of 2020-04-09 Maturity Level: 2

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-population"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2020-04-09T21:10:28.568+00:00"^^xsd:dateTime ]
  ] ; # 
  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://terminology.hl7.org/CodeSystem/measure-population</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\">initial-population<a name=\"measure-population-initial-population\"> </a></td><td>Initial Population</td><td><div><p>The initial population criteria refers to all patients, subjects, or events to be evaluated by a quality measure involving patients or subjects who share a common set of specified characterstics. All patients, subjects, or events counted (for example, as numerator, as denominator) are drawn from the initial population.</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">numerator<a name=\"measure-population-numerator\"> </a></td><td>Numerator</td><td><div><p>The numerator statement describes the process, condition, event, or outcome that satisfies the measure’s focus or intent. The numerator statement includes parameters such as:\n*the Event or events that will satisfy the numerator inclusion criteria\n*the Performance period or time interval in which the numerator event must occur, if it is different from that used for identifying the denominator.</p>\n<p>Source: https://mmshub.cms.gov/measure-lifecycle/measure-specification/develop-specification/numerator</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">numerator-exclusion<a name=\"measure-population-numerator-exclusion\"> </a></td><td>Numerator Exclusion</td><td><div><p>Numerator exclusion criteria define patients, subjects, or events to be excluded from the numerator. Numerator exclusions are used in proportion and ratio measures to help narrow the numerator (for inverted measures).</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">denominator<a name=\"measure-population-denominator\"> </a></td><td>Denominator</td><td><div><p>Denominator criteria define the patients, subjects, or events that should be included in the lower portion of a fraction used to calculate a rate, proportion, or ratio. The denominator can be the same as the initial population, or a subset of the initial population to further constrain the population for the purpose of the measure.</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">denominator-exclusion<a name=\"measure-population-denominator-exclusion\"> </a></td><td>Denominator Exclusion</td><td><div><p>Denominator exclusion criteria define patients, subjects, or events that should be excluded from the denominator. Denominator exclusions are used in proportion and ratio measures to help narrow the denominator. For example, patients with bilateral lower extremity amputations would be listed as a denominator exclusion for a measure requiring foot exams.</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">denominator-exception<a name=\"measure-population-denominator-exception\"> </a></td><td>Denominator Exception</td><td><div><p>Denominator exceptions are conditions that should remove a patient, subject, or event from the denominator of a measure only if the numerator criteria are not met. Denominator exception allows for adjustment of the calculated score for those providers with higher risk populations. Denominator exception criteria are only used in proportion measures.</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">measure-population<a name=\"measure-population-measure-population\"> </a></td><td>Measure Population</td><td><div><p>Measure population criteria define the patients, subjects, or events for which the individual observation for the measure should be taken. Measure populations are used for continuous variable measures rather than numerator and denominator criteria.</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">measure-population-exclusion<a name=\"measure-population-measure-population-exclusion\"> </a></td><td>Measure Population Exclusion</td><td><div><p>Measure population exclusion criteria define the patients or events that should be excluded from the measure population before determining the outcome of one or more continuous variables defined for the measure observation. Measure population exclusion criteria are used within continuous variable measures to help narrow the measure population.</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">measure-observation<a name=\"measure-population-measure-observation\"> </a></td><td>Measure Observation</td><td><div><p>Measure observation criteria are used to define an individual observation to be performed for each patient, subject, or event in the measure population. Measure observations for each case in the population are aggregated to determine the overall measure score for the population.</p>\n</div></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/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2"^^xsd:integer ]
  ] ) ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^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.1.1231" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "MeasurePopulationType"] ; # 
  fhir:title [ fhir:v "MeasurePopulationType"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2020-04-09T21:10:28+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Health Level Seven International"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "hq@HL7.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The type of population."] ; # 
  fhir:copyright [ fhir:v "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:valueSet [
fhir:v "http://terminology.hl7.org/ValueSet/measure-population"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org/ValueSet/measure-population>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ] ;
fhir:definition [ fhir:v "The initial population criteria refers to all patients, subjects, or events to be evaluated by a quality measure involving patients or subjects who share a common set of specified characterstics. All patients, subjects, or events counted (for example, as numerator, as denominator) are drawn from the initial population." ]
  ] [
fhir:code [ fhir:v "numerator" ] ;
fhir:display [ fhir:v "Numerator" ] ;
fhir:definition [ fhir:v "The numerator statement describes the process, condition, event, or outcome that satisfies the measure’s focus or intent. The numerator statement includes parameters such as: \r\n *the Event or events that will satisfy the numerator inclusion criteria \r\n *the Performance period or time interval in which the numerator event must occur, if it is different from that used for identifying the denominator. \r\n\r\n Source: https://mmshub.cms.gov/measure-lifecycle/measure-specification/develop-specification/numerator" ]
  ] [
fhir:code [ fhir:v "numerator-exclusion" ] ;
fhir:display [ fhir:v "Numerator Exclusion" ] ;
fhir:definition [ fhir:v "Numerator exclusion criteria define patients, subjects, or events to be excluded from the numerator. Numerator exclusions are used in proportion and ratio measures to help narrow the numerator (for inverted measures)." ]
  ] [
fhir:code [ fhir:v "denominator" ] ;
fhir:display [ fhir:v "Denominator" ] ;
fhir:definition [ fhir:v "Denominator criteria define the patients, subjects, or events that should be included in the lower portion of a fraction used to calculate a rate, proportion, or ratio. The denominator can be the same as the initial population, or a subset of the initial population to further constrain the population for the purpose of the measure." ]
  ] [
fhir:code [ fhir:v "denominator-exclusion" ] ;
fhir:display [ fhir:v "Denominator Exclusion" ] ;
fhir:definition [ fhir:v "Denominator exclusion criteria define patients, subjects, or events that should be excluded from the denominator. Denominator exclusions are used in proportion and ratio measures to help narrow the denominator. For example, patients with bilateral lower extremity amputations would be listed as a denominator exclusion for a measure requiring foot exams." ]
  ] [
fhir:code [ fhir:v "denominator-exception" ] ;
fhir:display [ fhir:v "Denominator Exception" ] ;
fhir:definition [ fhir:v "Denominator exceptions are conditions that should remove a patient, subject, or event from the denominator of a measure only if the numerator criteria are not met. Denominator exception allows for adjustment of the calculated score for those providers with higher risk populations. Denominator exception criteria are only used in proportion measures." ]
  ] [
fhir:code [ fhir:v "measure-population" ] ;
fhir:display [ fhir:v "Measure Population" ] ;
fhir:definition [ fhir:v "Measure population criteria define the patients, subjects, or events for which the individual observation for the measure should be taken. Measure populations are used for continuous variable measures rather than numerator and denominator criteria." ]
  ] [
fhir:code [ fhir:v "measure-population-exclusion" ] ;
fhir:display [ fhir:v "Measure Population Exclusion" ] ;
fhir:definition [ fhir:v "Measure population exclusion criteria define the patients or events that should be excluded from the measure population before determining the outcome of one or more continuous variables defined for the measure observation. Measure population exclusion criteria are used within continuous variable measures to help narrow the measure population." ]
  ] [
fhir:code [ fhir:v "measure-observation" ] ;
fhir:display [ fhir:v "Measure Observation" ] ;
fhir:definition [ fhir:v "Measure observation criteria are used to define an individual observation to be performed for each patient, subject, or event in the measure population. Measure observations for each case in the population are aggregated to determine the overall measure score for the population." ]
  ] ) . #