MeasureGroupStratifier
open class MeasureGroupStratifier: BackboneElement
Stratifier criteria for the measure.
The stratifier criteria for the measure report, specified as either the name of a valid CQL expression defined within a referenced library, or a valid FHIR Resource Path.
-
Stratifier criteria for the measure.
The stratifier criteria for the measure report, specified as either the name of a valid CQL expression defined within a referenced library, or a valid FHIR Resource Path.
Declaration
Swift
override open class var resourceType: String
-
How the measure should be stratified.
Declaration
Swift
public var criteria: FHIRString?
-
The identifier for the stratifier used to coordinate the reported data back to this stratifier.
Declaration
Swift
public var identifier: Identifier?
-
Path to the stratifier.
Declaration
Swift
public var path: FHIRString?
-
Path to 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 MeasureGroupStratifier: BackboneElement