MeasureReportGroupStratifierStratum
open class MeasureReportGroupStratifierStratum: BackboneElement
Stratum results, one for each unique value in the stratifier.
This element contains the results for a single stratum within the stratifier. For example, when stratifying on administrative gender, there will be four strata, one for each possible gender value.
-
Stratum results, one for each unique value in the stratifier.
This element contains the results for a single stratum within the stratifier. For example, when stratifying on administrative gender, there will be four strata, one for each possible gender value.
Declaration
Swift
override open class var resourceType: String
-
What score this stratum achieved.
Declaration
Swift
public var measureScore: FHIRDecimal?
-
Population results in this stratum.
Declaration
Swift
public var population: [MeasureReportGroupStratifierStratumPopulation]?
-
The stratum value, e.g. male.
Declaration
Swift
public var value: FHIRString?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(value: FHIRString)
-
Convenience initializer, taking all required properties as arguments.
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 MeasureReportGroupStratifierStratum: BackboneElement