pub struct MeasureReportGroupBuilder { /* private fields */ }
Expand description
Builder for MeasureReportGroup
.
Implementations§
Source§impl MeasureReportGroupBuilder
impl MeasureReportGroupBuilder
Sourcepub fn id(self, value: String) -> MeasureReportGroupBuilder
pub fn id(self, value: String) -> MeasureReportGroupBuilder
Unique id for inter-element referencing
Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Sourcepub fn extension(self, value: Vec<Extension>) -> MeasureReportGroupBuilder
pub fn extension(self, value: Vec<Extension>) -> MeasureReportGroupBuilder
Additional content defined by implementations
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
Sourcepub fn modifier_extension(
self,
value: Vec<Extension>,
) -> MeasureReportGroupBuilder
pub fn modifier_extension( self, value: Vec<Extension>, ) -> MeasureReportGroupBuilder
Extensions that cannot be ignored even if unrecognized
May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element’s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
Sourcepub fn link_id(self, value: String) -> MeasureReportGroupBuilder
pub fn link_id(self, value: String) -> MeasureReportGroupBuilder
Pointer to specific group from Measure
The group from the Measure that corresponds to this group in the MeasureReport resource.
Sourcepub fn link_id_ext(self, value: FieldExtension) -> MeasureReportGroupBuilder
pub fn link_id_ext(self, value: FieldExtension) -> MeasureReportGroupBuilder
Extension field.
Sourcepub fn code(self, value: CodeableConcept) -> MeasureReportGroupBuilder
pub fn code(self, value: CodeableConcept) -> MeasureReportGroupBuilder
MeasureGroupExample; Meaning of the group
The meaning of the population group as defined in the measure definition.
Sourcepub fn code_ext(self, value: FieldExtension) -> MeasureReportGroupBuilder
pub fn code_ext(self, value: FieldExtension) -> MeasureReportGroupBuilder
Extension field.
Sourcepub fn subject(self, value: Reference) -> MeasureReportGroupBuilder
pub fn subject(self, value: Reference) -> MeasureReportGroupBuilder
What individual(s) the report is for
Optional subject identifying the individual or individuals the report is for.
Sourcepub fn subject_ext(self, value: FieldExtension) -> MeasureReportGroupBuilder
pub fn subject_ext(self, value: FieldExtension) -> MeasureReportGroupBuilder
Extension field.
Sourcepub fn population(
self,
value: Vec<Option<MeasureReportGroupPopulation>>,
) -> MeasureReportGroupBuilder
pub fn population( self, value: Vec<Option<MeasureReportGroupPopulation>>, ) -> MeasureReportGroupBuilder
The populations in the group
The populations that make up the population group, one for each type of population appropriate for the measure.
Sourcepub fn population_ext(
self,
value: Vec<Option<FieldExtension>>,
) -> MeasureReportGroupBuilder
pub fn population_ext( self, value: Vec<Option<FieldExtension>>, ) -> MeasureReportGroupBuilder
Extension field.
Sourcepub fn measure_score(
self,
value: MeasureReportGroupMeasureScore,
) -> MeasureReportGroupBuilder
pub fn measure_score( self, value: MeasureReportGroupMeasureScore, ) -> MeasureReportGroupBuilder
What score this group achieved
The measure score for this population group, calculated as appropriate for the measure type and scoring method, and based on the contents of the populations defined in the group.
Sourcepub fn measure_score_ext(
self,
value: MeasureReportGroupMeasureScoreExtension,
) -> MeasureReportGroupBuilder
pub fn measure_score_ext( self, value: MeasureReportGroupMeasureScoreExtension, ) -> MeasureReportGroupBuilder
Extension field.
Sourcepub fn stratifier(
self,
value: Vec<Option<MeasureReportGroupStratifier>>,
) -> MeasureReportGroupBuilder
pub fn stratifier( self, value: Vec<Option<MeasureReportGroupStratifier>>, ) -> MeasureReportGroupBuilder
Stratification results
When a measure includes multiple stratifiers, there will be a stratifier group for each stratifier defined by the measure.
Sourcepub fn stratifier_ext(
self,
value: Vec<Option<FieldExtension>>,
) -> MeasureReportGroupBuilder
pub fn stratifier_ext( self, value: Vec<Option<FieldExtension>>, ) -> MeasureReportGroupBuilder
Extension field.