MeasureReportGroupStratifier

open class MeasureReportGroupStratifier: BackboneElement

Stratification results.

When a measure includes multiple stratifiers, there will be a stratifier group for each stratifier defined by the measure.

  • Stratification results.

    When a measure includes multiple stratifiers, there will be a stratifier group for each stratifier defined by the measure.

    Declaration

    Swift

    override open class var resourceType: String
  • What stratifier of the group.

    Declaration

    Swift

    public var identifier: Identifier?
  • Stratum results, one for each unique value in the stratifier.

    Declaration

    Swift

    public var stratum: [MeasureReportGroupStratifierStratum]?
  • Stratum results, one for each unique value in the stratifier.

    Declaration

    Swift

    override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)

    Parameters

    json

    The JSON element to use to populate the receiver

    context

    The instantiation context to use

  • Undocumented

    Declaration

    Swift

    open class MeasureReportGroupStratifier: BackboneElement