MeasureReportGroup
open class MeasureReportGroup: BackboneElement
Measure results for each group.
The results of the calculation, one for each population group in the measure.
-
Measure results for each group.
The results of the calculation, one for each population group in the measure.
Declaration
Swift
override open class var resourceType: String -
What group of the measure.
Declaration
Swift
public var identifier: Identifier? -
What score this group achieved.
Declaration
Swift
public var measureScore: FHIRDecimal? -
The populations in the group.
Declaration
Swift
public var population: [MeasureReportGroupPopulation]? -
Stratification results.
Declaration
Swift
public var stratifier: [MeasureReportGroupStratifier]? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(identifier: Identifier) -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)Parameters
jsonThe JSON element to use to populate the receiver
contextThe instantiation context to use
-
Undocumented
Declaration
Swift
open class MeasureReportGroup: BackboneElement
View on GitHub
Install in Dash
MeasureReportGroup Class Reference