public enum MeasurePopulation extends Enum<MeasurePopulation>
| Enum Constant and Description |
|---|
DENOMINATOR
The lower portion of a fraction used to calculate a rate, proportion, or ratio.
|
DENOMINATOREXCEPTION
Denominator exceptions are conditions that should remove a patient or event from the denominator of a measure only if the numerator criteria are not met.
|
DENOMINATOREXCLUSION
Denominator exclusion criteria define patients or events that should be removed from the denominator before determining if numerator criteria are met.
|
INITIALPOPULATION
The initial population refers to all patients or events to be evaluated by a quality measure involving patients who share a common set of specified characterstics.
|
MEASUREOBSERVATION
Defines the individual observation to be performed for each patient or event in the measure population.
|
MEASUREPOPULATION
Measure population criteria define the patients or events for which the individual observation for the measure should be taken.
|
MEASUREPOPULATIONEXCLUSION
Measure population criteria define the patients or events that should be removed from the measure population before determining the outcome of one or more continuous variables defined for the measure observation.
|
NULL
added to help the parsers
|
NUMERATOR
The upper portion of a fraction used to calculate a rate, proportion, or ratio.
|
NUMERATOREXCLUSION
Numerator exclusion criteria define patients or events to be removed from the numerator.
|
| Modifier and Type | Method and Description |
|---|---|
static MeasurePopulation |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static MeasurePopulation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeasurePopulation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MeasurePopulation INITIALPOPULATION
public static final MeasurePopulation NUMERATOR
public static final MeasurePopulation NUMERATOREXCLUSION
public static final MeasurePopulation DENOMINATOR
public static final MeasurePopulation DENOMINATOREXCLUSION
public static final MeasurePopulation DENOMINATOREXCEPTION
public static final MeasurePopulation MEASUREPOPULATION
public static final MeasurePopulation MEASUREPOPULATIONEXCLUSION
public static final MeasurePopulation MEASUREOBSERVATION
public static final MeasurePopulation NULL
public static MeasurePopulation[] values()
for (MeasurePopulation c : MeasurePopulation.values()) System.out.println(c);
public static MeasurePopulation valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static MeasurePopulation fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.