pub struct MeasureReportBuilder { /* private fields */ }
Expand description
Builder for MeasureReportInner
.
Implementations§
Source§impl MeasureReportBuilder
impl MeasureReportBuilder
Sourcepub fn id(self, value: String) -> MeasureReportBuilder
pub fn id(self, value: String) -> MeasureReportBuilder
Logical id of this artifact
The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
Within the context of the FHIR RESTful interactions, the resource has an id except for cases like the create and conditional update. Otherwise, the use of the resouce id depends on the given use case.
Sourcepub fn meta(self, value: Meta) -> MeasureReportBuilder
pub fn meta(self, value: Meta) -> MeasureReportBuilder
Metadata about the resource
The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
Sourcepub fn implicit_rules(self, value: String) -> MeasureReportBuilder
pub fn implicit_rules(self, value: String) -> MeasureReportBuilder
A set of rules under which this content was created
A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.
Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of its narrative along with other profiles, value sets, etc.
Sourcepub fn language(self, value: String) -> MeasureReportBuilder
pub fn language(self, value: String) -> MeasureReportBuilder
Language; Language of the resource content
The base language in which the resource is written.
Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).
Sourcepub fn text(self, value: Narrative) -> MeasureReportBuilder
pub fn text(self, value: Narrative) -> MeasureReportBuilder
Text summary of the resource, for human interpretation
A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it “clinically safe” for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.
Contained resources do not have a narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a “text blob” or where text is additionally entered raw or narrated and encoded information is added later.
Sourcepub fn contained(self, value: Vec<Resource>) -> MeasureReportBuilder
pub fn contained(self, value: Vec<Resource>) -> MeasureReportBuilder
Contained, inline Resources
These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope. This is allowed to be a Parameters resource if and only if it is referenced by a resource that provides context/meaning.
This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags in their meta elements, but SHALL NOT have security labels.
Sourcepub fn extension(self, value: Vec<Extension>) -> MeasureReportBuilder
pub fn extension(self, value: Vec<Extension>) -> MeasureReportBuilder
Additional content defined by implementations
May be used to represent additional information that is not part of the basic definition of the resource. 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>) -> MeasureReportBuilder
pub fn modifier_extension(self, value: Vec<Extension>) -> MeasureReportBuilder
Extensions that cannot be ignored
May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it 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 is allowed to 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 identifier(self, value: Vec<Option<Identifier>>) -> MeasureReportBuilder
pub fn identifier(self, value: Vec<Option<Identifier>>) -> MeasureReportBuilder
Additional identifier for the MeasureReport
A formal identifier that is used to identify this MeasureReport when it is represented in other formats or referenced in a specification, model, design or an instance.
Typically, this is used for identifiers that can go in an HL7 V3 II data type - e.g. to identify this {{title}} outside of FHIR, where the logical URL is not possible to use.
Sourcepub fn identifier_ext(
self,
value: Vec<Option<FieldExtension>>,
) -> MeasureReportBuilder
pub fn identifier_ext( self, value: Vec<Option<FieldExtension>>, ) -> MeasureReportBuilder
Extension field.
Sourcepub fn status(self, value: MeasureReportStatus) -> MeasureReportBuilder
pub fn status(self, value: MeasureReportStatus) -> MeasureReportBuilder
MeasureReportStatus; complete | pending | error
The MeasureReport status. No data will be available until the MeasureReport status is complete.
This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.
Sourcepub fn status_ext(self, value: FieldExtension) -> MeasureReportBuilder
pub fn status_ext(self, value: FieldExtension) -> MeasureReportBuilder
Extension field.
Sourcepub fn type(self, value: MeasureReportType) -> MeasureReportBuilder
pub fn type(self, value: MeasureReportType) -> MeasureReportBuilder
MeasureReportType; individual | subject-list | summary | data-exchange
The type of measure report. This may be an individual report, which provides the score for the measure for an individual member of the population; a subject-listing, which returns the list of members that meet the various criteria in the measure; a summary report, which returns a population count for each of the criteria in the measure; or a data-collection, which enables the MeasureReport to be used to exchange the data-of-interest for a quality measure.
Data-exchange reports are used only to communicate data-of-interest for a measure. They do not necessarily include all the data for a particular subject or population, but they may.
Sourcepub fn type_ext(self, value: FieldExtension) -> MeasureReportBuilder
pub fn type_ext(self, value: FieldExtension) -> MeasureReportBuilder
Extension field.
Sourcepub fn data_update_type(
self,
value: SubmitDataUpdateType,
) -> MeasureReportBuilder
pub fn data_update_type( self, value: SubmitDataUpdateType, ) -> MeasureReportBuilder
SubmitDataUpdateType; incremental | snapshot
Indicates whether the data submitted in a data-exchange report represents a snapshot or incremental update. A snapshot update replaces all previously submitted data for the receiver, whereas an incremental update represents only updated and/or changed data and should be applied as a differential update to the existing submitted data for the receiver.
This element only applies to Data-collection reports used to communicate the data-of-interest for a measure
Sourcepub fn data_update_type_ext(self, value: FieldExtension) -> MeasureReportBuilder
pub fn data_update_type_ext(self, value: FieldExtension) -> MeasureReportBuilder
Extension field.
Sourcepub fn measure(self, value: String) -> MeasureReportBuilder
pub fn measure(self, value: String) -> MeasureReportBuilder
What measure was calculated
A reference to the Measure that was calculated to produce this report.
Sourcepub fn measure_ext(self, value: FieldExtension) -> MeasureReportBuilder
pub fn measure_ext(self, value: FieldExtension) -> MeasureReportBuilder
Extension field.
Sourcepub fn subject(self, value: Reference) -> MeasureReportBuilder
pub fn subject(self, value: Reference) -> MeasureReportBuilder
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) -> MeasureReportBuilder
pub fn subject_ext(self, value: FieldExtension) -> MeasureReportBuilder
Extension field.
Sourcepub fn date(self, value: DateTime) -> MeasureReportBuilder
pub fn date(self, value: DateTime) -> MeasureReportBuilder
When the measure was calculated
The date this measure was calculated.
Sourcepub fn date_ext(self, value: FieldExtension) -> MeasureReportBuilder
pub fn date_ext(self, value: FieldExtension) -> MeasureReportBuilder
Extension field.
Sourcepub fn reporter(self, value: Reference) -> MeasureReportBuilder
pub fn reporter(self, value: Reference) -> MeasureReportBuilder
Who is reporting the data
The individual or organization that is reporting the data.
Sourcepub fn reporter_ext(self, value: FieldExtension) -> MeasureReportBuilder
pub fn reporter_ext(self, value: FieldExtension) -> MeasureReportBuilder
Extension field.
Sourcepub fn reporting_vendor(self, value: Reference) -> MeasureReportBuilder
pub fn reporting_vendor(self, value: Reference) -> MeasureReportBuilder
What vendor prepared the data
A reference to the vendor who queried the data, calculated results and/or generated the report. The ‘reporting vendor’ is intended to represent the submitting entity when it is not the same as the reporting entity. This extension is used when the Receiver is interested in getting vendor information in the report.
Sourcepub fn reporting_vendor_ext(self, value: FieldExtension) -> MeasureReportBuilder
pub fn reporting_vendor_ext(self, value: FieldExtension) -> MeasureReportBuilder
Extension field.
Sourcepub fn location(self, value: Reference) -> MeasureReportBuilder
pub fn location(self, value: Reference) -> MeasureReportBuilder
Where the reported data is from
A reference to the location for which the data is being reported.
Sourcepub fn location_ext(self, value: FieldExtension) -> MeasureReportBuilder
pub fn location_ext(self, value: FieldExtension) -> MeasureReportBuilder
Extension field.
Sourcepub fn period(self, value: Period) -> MeasureReportBuilder
pub fn period(self, value: Period) -> MeasureReportBuilder
What period the report covers
The reporting period for which the report was calculated.
Sourcepub fn period_ext(self, value: FieldExtension) -> MeasureReportBuilder
pub fn period_ext(self, value: FieldExtension) -> MeasureReportBuilder
Extension field.
Sourcepub fn input_parameters(self, value: Reference) -> MeasureReportBuilder
pub fn input_parameters(self, value: Reference) -> MeasureReportBuilder
What parameters were provided to the report
A reference to a Parameters resource (typically represented using a contained resource) that represents any input parameters that were provided to the operation that generated the report.
Whenever an operation returns a MeasureReport, the IN parameters from that operation can be returned to the caller of the operation using MeasureReport.inputParameters. Operations include but are not limited to $evaluate-measure, $care-gaps, $data-requirements, and $collect-data. The inputParameters can also be used in a MeasureReport used to define a test case (i.e., not as a result of an operation).
Sourcepub fn input_parameters_ext(self, value: FieldExtension) -> MeasureReportBuilder
pub fn input_parameters_ext(self, value: FieldExtension) -> MeasureReportBuilder
Extension field.
Sourcepub fn scoring(self, value: CodeableConcept) -> MeasureReportBuilder
pub fn scoring(self, value: CodeableConcept) -> MeasureReportBuilder
MeasureScoring; What scoring method (e.g. proportion, ratio, continuous-variable)
Indicates how the calculation is performed for the measure, including proportion, ratio, continuous-variable, and cohort. The value set is extensible, allowing additional measure scoring types to be represented. It is expected to be the same as the scoring element on the referenced Measure.
Sourcepub fn scoring_ext(self, value: FieldExtension) -> MeasureReportBuilder
pub fn scoring_ext(self, value: FieldExtension) -> MeasureReportBuilder
Extension field.
Sourcepub fn improvement_notation(
self,
value: CodeableConcept,
) -> MeasureReportBuilder
pub fn improvement_notation( self, value: CodeableConcept, ) -> MeasureReportBuilder
MeasureImprovementNotation; increase | decrease
Whether improvement in the measure is noted by an increase or decrease in the measure score.
This element is typically defined by the measure, but reproduced here to ensure the measure score can be interpreted. The element is labeled as a modifier because it changes the interpretation of the reported measure score. Note also that a MeasureReport instance includes the improvementNotation as defined by the Measure being reported. It is duplicated in the MeasureReport because it is a critical aspect of interpreting the measure score but it is not intended to reflect whether the measure report is an increase or decrease. It helps interpret if the measure score is an increase or decrease, I.e., moving in the direction of the desired outcome.
Sourcepub fn improvement_notation_ext(
self,
value: FieldExtension,
) -> MeasureReportBuilder
pub fn improvement_notation_ext( self, value: FieldExtension, ) -> MeasureReportBuilder
Extension field.
Sourcepub fn group(
self,
value: Vec<Option<MeasureReportGroup>>,
) -> MeasureReportBuilder
pub fn group( self, value: Vec<Option<MeasureReportGroup>>, ) -> MeasureReportBuilder
Measure results for each group
The results of the calculation, one for each population group in the measure.
Sourcepub fn group_ext(
self,
value: Vec<Option<FieldExtension>>,
) -> MeasureReportBuilder
pub fn group_ext( self, value: Vec<Option<FieldExtension>>, ) -> MeasureReportBuilder
Extension field.
Sourcepub fn supplemental_data(
self,
value: Vec<Option<Reference>>,
) -> MeasureReportBuilder
pub fn supplemental_data( self, value: Vec<Option<Reference>>, ) -> MeasureReportBuilder
Additional information collected for the report
A reference to a Resource that represents additional information collected for the report. If the value of the supplemental data is not a Resource (i.e. evaluating the supplementalData expression for this case in the measure results in a value that is not a FHIR Resource), it is reported as a reference to a contained Observation resource.
For individual measure reports, the supplementalData elements represent the direct result of evaluating the supplementalData expression for the subject of the report. For summary reports, supplementalData is reported as references to contained Observation resources that represent the number of times each value appeared as a supplementalData result for members of the population.
Sourcepub fn supplemental_data_ext(
self,
value: Vec<Option<FieldExtension>>,
) -> MeasureReportBuilder
pub fn supplemental_data_ext( self, value: Vec<Option<FieldExtension>>, ) -> MeasureReportBuilder
Extension field.
Sourcepub fn evaluated_resource(
self,
value: Vec<Option<Reference>>,
) -> MeasureReportBuilder
pub fn evaluated_resource( self, value: Vec<Option<Reference>>, ) -> MeasureReportBuilder
What data was used to calculate the measure score
Evaluated resources are used to capture what data was involved in the calculation of a measure. This usage is only allowed for individual reports to ensure that the size of the MeasureReport resource is bounded.
Evaluated resources are only reported for individual reports.
Sourcepub fn evaluated_resource_ext(
self,
value: Vec<Option<FieldExtension>>,
) -> MeasureReportBuilder
pub fn evaluated_resource_ext( self, value: Vec<Option<FieldExtension>>, ) -> MeasureReportBuilder
Extension field.
Sourcepub fn build_inner(self) -> Result<MeasureReportInner, BuilderError>
pub fn build_inner(self) -> Result<MeasureReportInner, BuilderError>
Source§impl MeasureReportBuilder
impl MeasureReportBuilder
Sourcepub fn build(self) -> Result<MeasureReport, BuilderError>
pub fn build(self) -> Result<MeasureReport, BuilderError>
Finalize building MeasureReport.