Class Measure.MeasureGroupPopulationComponent

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseBackboneElement, org.hl7.fhir.instance.model.api.IBaseElement, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
Enclosing class:
Measure

public static class Measure.MeasureGroupPopulationComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
See Also:
  • Field Details

    • linkId

      protected StringType linkId
      An identifier that is unique within the Measure allowing linkage to the equivalent population in a MeasureReport resource.
    • code

      protected CodeableConcept code
      The type of population criteria.
    • description

      The human readable description of this population criteria.
    • criteria

      protected Expression criteria
      An expression that specifies the criteria for the population, typically the name of an expression in a library.
    • groupDefinition

      A Group resource that defines this population as a set of characteristics.
    • inputPopulationId

      The id of a population element in this measure that provides the input for this population criteria. In most cases, the scoring structure of the measure implies specific relationships (e.g. the Numerator uses the Denominator as the source in a proportion scoring). In some cases, however, multiple possible choices exist and must be resolved explicitly. For example in a ratio measure with multiple initial populations, the denominator must specify which population should be used as the starting point.
    • aggregateMethod

      Specifies which method should be used to aggregate measure observation values. For most scoring types, this is implied by scoring (e.g. a proportion measure counts members of the populations). For continuous variables, however, this information must be specified to ensure correct calculation.
  • Constructor Details

  • Method Details