fhirbolt_model/generated/r4/resources/
measure.rs

1// Generated on 2023-05-17 by fhirbolt-codegen v0.10.0
2#[doc = "The intended subjects for the measure. If this element is not provided, a Patient subject is assumed, but the subject of the measure can be anything."]
3#[derive(Default, Debug, Clone, PartialEq)]
4pub enum MeasureSubject {
5    CodeableConcept(Box<super::super::types::CodeableConcept>),
6    Reference(Box<super::super::types::Reference>),
7    #[default]
8    Invalid,
9}
10#[doc = "A population criteria for the measure."]
11#[derive(Debug, Clone, PartialEq)]
12pub struct MeasureGroupPopulation {
13    #[doc = "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces."]
14    pub r#id: Option<std::string::String>,
15    #[doc = "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 manageable, 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."]
16    pub r#extension: Vec<super::super::types::Extension>,
17    #[doc = "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 manageable, 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)."]
18    pub r#modifier_extension: Vec<super::super::types::Extension>,
19    #[doc = "The type of population criteria."]
20    pub r#code: Option<Box<super::super::types::CodeableConcept>>,
21    #[doc = "The human readable description of this population criteria."]
22    pub r#description: Option<super::super::types::String>,
23    #[doc = "An expression that specifies the criteria for the population, typically the name of an expression in a library."]
24    pub r#criteria: Box<super::super::types::Expression>,
25}
26#[allow(clippy::derivable_impls)]
27impl Default for MeasureGroupPopulation {
28    fn default() -> Self {
29        Self {
30            r#id: Default::default(),
31            r#extension: Default::default(),
32            r#modifier_extension: Default::default(),
33            r#code: Default::default(),
34            r#description: Default::default(),
35            r#criteria: Box::new(super::super::types::Expression {
36                id: Some("$invalid".to_string()),
37                ..Default::default()
38            }),
39        }
40    }
41}
42#[doc = "A component of 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."]
43#[derive(Debug, Clone, PartialEq)]
44pub struct MeasureGroupStratifierComponent {
45    #[doc = "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces."]
46    pub r#id: Option<std::string::String>,
47    #[doc = "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 manageable, 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."]
48    pub r#extension: Vec<super::super::types::Extension>,
49    #[doc = "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 manageable, 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)."]
50    pub r#modifier_extension: Vec<super::super::types::Extension>,
51    #[doc = "Indicates a meaning for the stratifier component. This can be as simple as a unique identifier, or it can establish meaning in a broader context by drawing from a terminology, allowing stratifiers to be correlated across measures."]
52    pub r#code: Option<Box<super::super::types::CodeableConcept>>,
53    #[doc = "The human readable description of this stratifier criteria component."]
54    pub r#description: Option<super::super::types::String>,
55    #[doc = "An expression that specifies the criteria for this component of the stratifier. This is typically the name of an expression defined within a referenced library, but it may also be a path to a stratifier element."]
56    pub r#criteria: Box<super::super::types::Expression>,
57}
58#[allow(clippy::derivable_impls)]
59impl Default for MeasureGroupStratifierComponent {
60    fn default() -> Self {
61        Self {
62            r#id: Default::default(),
63            r#extension: Default::default(),
64            r#modifier_extension: Default::default(),
65            r#code: Default::default(),
66            r#description: Default::default(),
67            r#criteria: Box::new(super::super::types::Expression {
68                id: Some("$invalid".to_string()),
69                ..Default::default()
70            }),
71        }
72    }
73}
74#[doc = "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."]
75#[derive(Debug, Clone, PartialEq)]
76pub struct MeasureGroupStratifier {
77    #[doc = "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces."]
78    pub r#id: Option<std::string::String>,
79    #[doc = "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 manageable, 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."]
80    pub r#extension: Vec<super::super::types::Extension>,
81    #[doc = "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 manageable, 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)."]
82    pub r#modifier_extension: Vec<super::super::types::Extension>,
83    #[doc = "Indicates a meaning for the stratifier. This can be as simple as a unique identifier, or it can establish meaning in a broader context by drawing from a terminology, allowing stratifiers to be correlated across measures."]
84    pub r#code: Option<Box<super::super::types::CodeableConcept>>,
85    #[doc = "The human readable description of this stratifier criteria."]
86    pub r#description: Option<super::super::types::String>,
87    #[doc = "An expression that specifies the criteria for the stratifier. This is typically the name of an expression defined within a referenced library, but it may also be a path to a stratifier element."]
88    pub r#criteria: Option<Box<super::super::types::Expression>>,
89    #[doc = "A component of 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."]
90    pub r#component: Vec<MeasureGroupStratifierComponent>,
91}
92#[allow(clippy::derivable_impls)]
93impl Default for MeasureGroupStratifier {
94    fn default() -> Self {
95        Self {
96            r#id: Default::default(),
97            r#extension: Default::default(),
98            r#modifier_extension: Default::default(),
99            r#code: Default::default(),
100            r#description: Default::default(),
101            r#criteria: Default::default(),
102            r#component: Default::default(),
103        }
104    }
105}
106#[doc = "A group of population criteria for the measure."]
107#[derive(Debug, Clone, PartialEq)]
108pub struct MeasureGroup {
109    #[doc = "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces."]
110    pub r#id: Option<std::string::String>,
111    #[doc = "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 manageable, 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."]
112    pub r#extension: Vec<super::super::types::Extension>,
113    #[doc = "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 manageable, 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)."]
114    pub r#modifier_extension: Vec<super::super::types::Extension>,
115    #[doc = "Indicates a meaning for the group. This can be as simple as a unique identifier, or it can establish meaning in a broader context by drawing from a terminology, allowing groups to be correlated across measures."]
116    pub r#code: Option<Box<super::super::types::CodeableConcept>>,
117    #[doc = "The human readable description of this population group."]
118    pub r#description: Option<super::super::types::String>,
119    #[doc = "A population criteria for the measure."]
120    pub r#population: Vec<MeasureGroupPopulation>,
121    #[doc = "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."]
122    pub r#stratifier: Vec<MeasureGroupStratifier>,
123}
124#[allow(clippy::derivable_impls)]
125impl Default for MeasureGroup {
126    fn default() -> Self {
127        Self {
128            r#id: Default::default(),
129            r#extension: Default::default(),
130            r#modifier_extension: Default::default(),
131            r#code: Default::default(),
132            r#description: Default::default(),
133            r#population: Default::default(),
134            r#stratifier: Default::default(),
135        }
136    }
137}
138#[doc = "The supplemental data criteria for the measure report, specified as either the name of a valid CQL expression within a referenced library, or a valid FHIR Resource Path."]
139#[derive(Debug, Clone, PartialEq)]
140pub struct MeasureSupplementalData {
141    #[doc = "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces."]
142    pub r#id: Option<std::string::String>,
143    #[doc = "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 manageable, 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."]
144    pub r#extension: Vec<super::super::types::Extension>,
145    #[doc = "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 manageable, 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)."]
146    pub r#modifier_extension: Vec<super::super::types::Extension>,
147    #[doc = "Indicates a meaning for the supplemental data. This can be as simple as a unique identifier, or it can establish meaning in a broader context by drawing from a terminology, allowing supplemental data to be correlated across measures."]
148    pub r#code: Option<Box<super::super::types::CodeableConcept>>,
149    #[doc = "An indicator of the intended usage for the supplemental data element. Supplemental data indicates the data is additional information requested to augment the measure information. Risk adjustment factor indicates the data is additional information used to calculate risk adjustment factors when applying a risk model to the measure calculation."]
150    pub r#usage: Vec<super::super::types::CodeableConcept>,
151    #[doc = "The human readable description of this supplemental data."]
152    pub r#description: Option<super::super::types::String>,
153    #[doc = "The criteria for the supplemental data. This is typically the name of a valid expression defined within a referenced library, but it may also be a path to a specific data element. The criteria defines the data to be returned for this element."]
154    pub r#criteria: Box<super::super::types::Expression>,
155}
156#[allow(clippy::derivable_impls)]
157impl Default for MeasureSupplementalData {
158    fn default() -> Self {
159        Self {
160            r#id: Default::default(),
161            r#extension: Default::default(),
162            r#modifier_extension: Default::default(),
163            r#code: Default::default(),
164            r#usage: Default::default(),
165            r#description: Default::default(),
166            r#criteria: Box::new(super::super::types::Expression {
167                id: Some("$invalid".to_string()),
168                ..Default::default()
169            }),
170        }
171    }
172}
173#[doc = "The Measure resource provides the definition of a quality measure."]
174#[derive(Debug, Clone, PartialEq)]
175pub struct Measure {
176    #[doc = "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes."]
177    pub r#id: Option<super::super::types::Id>,
178    #[doc = "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."]
179    pub r#meta: Option<Box<super::super::types::Meta>>,
180    #[doc = "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."]
181    pub r#implicit_rules: Option<super::super::types::Uri>,
182    #[doc = "The base language in which the resource is written."]
183    pub r#language: Option<super::super::types::Code>,
184    #[doc = "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."]
185    pub r#text: Option<Box<super::super::types::Narrative>>,
186    #[doc = "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope."]
187    pub r#contained: Vec<super::super::Resource>,
188    #[doc = "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 manageable, 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."]
189    pub r#extension: Vec<super::super::types::Extension>,
190    #[doc = "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 manageable, 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)."]
191    pub r#modifier_extension: Vec<super::super::types::Extension>,
192    #[doc = "An absolute URI that is used to identify this measure when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this measure is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the measure is stored on different servers."]
193    pub r#url: Option<super::super::types::Uri>,
194    #[doc = "A formal identifier that is used to identify this measure when it is represented in other formats, or referenced in a specification, model, design or an instance."]
195    pub r#identifier: Vec<super::super::types::Identifier>,
196    #[doc = "The identifier that is used to identify this version of the measure when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the measure author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. To provide a version consistent with the Decision Support Service specification, use the format Major.Minor.Revision (e.g. 1.0.0). For more information on versioning knowledge assets, refer to the Decision Support Service specification. Note that a version is required for non-experimental active artifacts."]
197    pub r#version: Option<super::super::types::String>,
198    #[doc = "A natural language name identifying the measure. This name should be usable as an identifier for the module by machine processing applications such as code generation."]
199    pub r#name: Option<super::super::types::String>,
200    #[doc = "A short, descriptive, user-friendly title for the measure."]
201    pub r#title: Option<super::super::types::String>,
202    #[doc = "An explanatory or alternate title for the measure giving additional information about its content."]
203    pub r#subtitle: Option<super::super::types::String>,
204    #[doc = "The status of this measure. Enables tracking the life-cycle of the content."]
205    pub r#status: super::super::types::Code,
206    #[doc = "A Boolean value to indicate that this measure is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage."]
207    pub r#experimental: Option<super::super::types::Boolean>,
208    #[doc = "The intended subjects for the measure. If this element is not provided, a Patient subject is assumed, but the subject of the measure can be anything."]
209    pub r#subject: Option<MeasureSubject>,
210    #[doc = "The date  (and optionally time) when the measure was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the measure changes."]
211    pub r#date: Option<super::super::types::DateTime>,
212    #[doc = "The name of the organization or individual that published the measure."]
213    pub r#publisher: Option<super::super::types::String>,
214    #[doc = "Contact details to assist a user in finding and communicating with the publisher."]
215    pub r#contact: Vec<super::super::types::ContactDetail>,
216    #[doc = "A free text natural language description of the measure from a consumer's perspective."]
217    pub r#description: Option<super::super::types::Markdown>,
218    #[doc = "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate measure instances."]
219    pub r#use_context: Vec<super::super::types::UsageContext>,
220    #[doc = "A legal or geographic region in which the measure is intended to be used."]
221    pub r#jurisdiction: Vec<super::super::types::CodeableConcept>,
222    #[doc = "Explanation of why this measure is needed and why it has been designed as it has."]
223    pub r#purpose: Option<super::super::types::Markdown>,
224    #[doc = "A detailed description, from a clinical perspective, of how the measure is used."]
225    pub r#usage: Option<super::super::types::String>,
226    #[doc = "A copyright statement relating to the measure and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the measure."]
227    pub r#copyright: Option<super::super::types::Markdown>,
228    #[doc = "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage."]
229    pub r#approval_date: Option<super::super::types::Date>,
230    #[doc = "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date."]
231    pub r#last_review_date: Option<super::super::types::Date>,
232    #[doc = "The period during which the measure content was or is planned to be in active use."]
233    pub r#effective_period: Option<Box<super::super::types::Period>>,
234    #[doc = "Descriptive topics related to the content of the measure. Topics provide a high-level categorization grouping types of measures that can be useful for filtering and searching."]
235    pub r#topic: Vec<super::super::types::CodeableConcept>,
236    #[doc = "An individiual or organization primarily involved in the creation and maintenance of the content."]
237    pub r#author: Vec<super::super::types::ContactDetail>,
238    #[doc = "An individual or organization primarily responsible for internal coherence of the content."]
239    pub r#editor: Vec<super::super::types::ContactDetail>,
240    #[doc = "An individual or organization primarily responsible for review of some aspect of the content."]
241    pub r#reviewer: Vec<super::super::types::ContactDetail>,
242    #[doc = "An individual or organization responsible for officially endorsing the content for use in some setting."]
243    pub r#endorser: Vec<super::super::types::ContactDetail>,
244    #[doc = "Related artifacts such as additional documentation, justification, or bibliographic references."]
245    pub r#related_artifact: Vec<super::super::types::RelatedArtifact>,
246    #[doc = "A reference to a Library resource containing the formal logic used by the measure."]
247    pub r#library: Vec<super::super::types::Canonical>,
248    #[doc = "Notices and disclaimers regarding the use of the measure or related to intellectual property (such as code systems) referenced by the measure."]
249    pub r#disclaimer: Option<super::super::types::Markdown>,
250    #[doc = "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."]
251    pub r#scoring: Option<Box<super::super::types::CodeableConcept>>,
252    #[doc = "If this is a composite measure, the scoring method used to combine the component measures to determine the composite score."]
253    pub r#composite_scoring: Option<Box<super::super::types::CodeableConcept>>,
254    #[doc = "Indicates whether the measure is used to examine a process, an outcome over time, a patient-reported outcome, or a structure measure such as utilization."]
255    pub r#type: Vec<super::super::types::CodeableConcept>,
256    #[doc = "A description of the risk adjustment factors that may impact the resulting score for the measure and how they may be accounted for when computing and reporting measure results."]
257    pub r#risk_adjustment: Option<super::super::types::String>,
258    #[doc = "Describes how to combine the information calculated, based on logic in each of several populations, into one summarized result."]
259    pub r#rate_aggregation: Option<super::super::types::String>,
260    #[doc = "Provides a succinct statement of the need for the measure. Usually includes statements pertaining to importance criterion: impact, gap in care, and evidence."]
261    pub r#rationale: Option<super::super::types::Markdown>,
262    #[doc = "Provides a summary of relevant clinical guidelines or other clinical recommendations supporting the measure."]
263    pub r#clinical_recommendation_statement: Option<super::super::types::Markdown>,
264    #[doc = "Information on whether an increase or decrease in score is the preferred result (e.g., a higher score indicates better quality OR a lower score indicates better quality OR quality is within a range)."]
265    pub r#improvement_notation: Option<Box<super::super::types::CodeableConcept>>,
266    #[doc = "Provides a description of an individual term used within the measure."]
267    pub r#definition: Vec<super::super::types::Markdown>,
268    #[doc = "Additional guidance for the measure including how it can be used in a clinical context, and the intent of the measure."]
269    pub r#guidance: Option<super::super::types::Markdown>,
270    #[doc = "A group of population criteria for the measure."]
271    pub r#group: Vec<MeasureGroup>,
272    #[doc = "The supplemental data criteria for the measure report, specified as either the name of a valid CQL expression within a referenced library, or a valid FHIR Resource Path."]
273    pub r#supplemental_data: Vec<MeasureSupplementalData>,
274}
275#[allow(clippy::derivable_impls)]
276impl Default for Measure {
277    fn default() -> Self {
278        Self {
279            r#id: Default::default(),
280            r#meta: Default::default(),
281            r#implicit_rules: Default::default(),
282            r#language: Default::default(),
283            r#text: Default::default(),
284            r#contained: Default::default(),
285            r#extension: Default::default(),
286            r#modifier_extension: Default::default(),
287            r#url: Default::default(),
288            r#identifier: Default::default(),
289            r#version: Default::default(),
290            r#name: Default::default(),
291            r#title: Default::default(),
292            r#subtitle: Default::default(),
293            r#status: super::super::types::Code {
294                id: Some("$invalid".to_string()),
295                ..Default::default()
296            },
297            r#experimental: Default::default(),
298            r#subject: Default::default(),
299            r#date: Default::default(),
300            r#publisher: Default::default(),
301            r#contact: Default::default(),
302            r#description: Default::default(),
303            r#use_context: Default::default(),
304            r#jurisdiction: Default::default(),
305            r#purpose: Default::default(),
306            r#usage: Default::default(),
307            r#copyright: Default::default(),
308            r#approval_date: Default::default(),
309            r#last_review_date: Default::default(),
310            r#effective_period: Default::default(),
311            r#topic: Default::default(),
312            r#author: Default::default(),
313            r#editor: Default::default(),
314            r#reviewer: Default::default(),
315            r#endorser: Default::default(),
316            r#related_artifact: Default::default(),
317            r#library: Default::default(),
318            r#disclaimer: Default::default(),
319            r#scoring: Default::default(),
320            r#composite_scoring: Default::default(),
321            r#type: Default::default(),
322            r#risk_adjustment: Default::default(),
323            r#rate_aggregation: Default::default(),
324            r#rationale: Default::default(),
325            r#clinical_recommendation_statement: Default::default(),
326            r#improvement_notation: Default::default(),
327            r#definition: Default::default(),
328            r#guidance: Default::default(),
329            r#group: Default::default(),
330            r#supplemental_data: Default::default(),
331        }
332    }
333}