public enum MeasureType extends Enum<MeasureType>
| Enum Constant and Description |
|---|
COMPOSITE
A measure that combines multiple component measures in to a single quality measure.
|
NULL
added to help the parsers
|
OUTCOME
A measure that indicates the result of the performance (or non-performance) of a function or process.
|
PATIENTREPORTEDOUTCOME
A measure that focuses on patient-reported information such as patient engagement or patient experience measures.
|
PROCESS
A measure which focuses on a process which leads to a certain outcome, meaning that a scientific basis exists for believing that the process, when executed well, will increase the probability of achieving a desired outcome.
|
STRUCTURE
A measure that focuses on a health care provider's capacity, systems, and processes to provide high-quality care.
|
| Modifier and Type | Method and Description |
|---|---|
static MeasureType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static MeasureType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeasureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MeasureType PROCESS
public static final MeasureType OUTCOME
public static final MeasureType STRUCTURE
public static final MeasureType PATIENTREPORTEDOUTCOME
public static final MeasureType COMPOSITE
public static final MeasureType NULL
public static MeasureType[] values()
for (MeasureType c : MeasureType.values()) System.out.println(c);
public static MeasureType 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 MeasureType 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.