MeasureType
public enum MeasureType: String
The type of measure (includes codes from 2.16.840.1.113883.1.11.20368)
URL: http://hl7.org/fhir/measure-type ValueSet: http://hl7.org/fhir/ValueSet/measure-type
-
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
Declaration
Swift
case process = "process"
-
A measure that indicates the result of the performance (or non-performance) of a function or process
Declaration
Swift
case outcome = "outcome"
-
A measure that focuses on a health care provider’s capacity, systems, and processes to provide high-quality care
Declaration
Swift
case structure = "structure"
-
A measure that focuses on patient-reported information such as patient engagement or patient experience measures
Declaration
Swift
case patientReportedOutcome = "patient-reported-outcome"
-
A measure that combines multiple component measures in to a single quality measure
Declaration
Swift
case composite = "composite"