fhirbolt_model/generated/r5/resources/
medicinal_product_definition.rs

1// Generated on 2023-05-17 by fhirbolt-codegen v0.10.0
2#[doc = "A value for the characteristic.text."]
3#[derive(Default, Debug, Clone, PartialEq)]
4pub enum MedicinalProductDefinitionCharacteristicValue {
5    CodeableConcept(Box<super::super::types::CodeableConcept>),
6    Markdown(super::super::types::Markdown),
7    Quantity(Box<super::super::types::Quantity>),
8    Integer(super::super::types::Integer),
9    Date(super::super::types::Date),
10    Boolean(super::super::types::Boolean),
11    Attachment(Box<super::super::types::Attachment>),
12    #[default]
13    Invalid,
14}
15#[doc = "A product specific contact, person (in a role), or an organization."]
16#[derive(Debug, Clone, PartialEq)]
17pub struct MedicinalProductDefinitionContact {
18    #[doc = "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces."]
19    pub r#id: Option<std::string::String>,
20    #[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 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."]
21    pub r#extension: Vec<super::super::types::Extension>,
22    #[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 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)."]
23    pub r#modifier_extension: Vec<super::super::types::Extension>,
24    #[doc = "Allows the contact to be classified, for example QPPV, Pharmacovigilance Enquiry Information."]
25    pub r#type: Option<Box<super::super::types::CodeableConcept>>,
26    #[doc = "A product specific contact, person (in a role), or an organization."]
27    pub r#contact: Box<super::super::types::Reference>,
28}
29#[allow(clippy::derivable_impls)]
30impl Default for MedicinalProductDefinitionContact {
31    fn default() -> Self {
32        Self {
33            r#id: Default::default(),
34            r#extension: Default::default(),
35            r#modifier_extension: Default::default(),
36            r#type: Default::default(),
37            r#contact: Box::new(super::super::types::Reference {
38                id: Some("$invalid".to_string()),
39                ..Default::default()
40            }),
41        }
42    }
43}
44#[doc = "Coding words or phrases of the name."]
45#[derive(Debug, Clone, PartialEq)]
46pub struct MedicinalProductDefinitionNamePart {
47    #[doc = "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces."]
48    pub r#id: Option<std::string::String>,
49    #[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 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."]
50    pub r#extension: Vec<super::super::types::Extension>,
51    #[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 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)."]
52    pub r#modifier_extension: Vec<super::super::types::Extension>,
53    #[doc = "A fragment of a product name."]
54    pub r#part: super::super::types::String,
55    #[doc = "Identifying type for this part of the name (e.g. strength part)."]
56    pub r#type: Box<super::super::types::CodeableConcept>,
57}
58#[allow(clippy::derivable_impls)]
59impl Default for MedicinalProductDefinitionNamePart {
60    fn default() -> Self {
61        Self {
62            r#id: Default::default(),
63            r#extension: Default::default(),
64            r#modifier_extension: Default::default(),
65            r#part: super::super::types::String {
66                id: Some("$invalid".to_string()),
67                ..Default::default()
68            },
69            r#type: Box::new(super::super::types::CodeableConcept {
70                id: Some("$invalid".to_string()),
71                ..Default::default()
72            }),
73        }
74    }
75}
76#[doc = "Country and jurisdiction where the name applies, and associated language."]
77#[derive(Debug, Clone, PartialEq)]
78pub struct MedicinalProductDefinitionNameUsage {
79    #[doc = "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces."]
80    pub r#id: Option<std::string::String>,
81    #[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 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."]
82    pub r#extension: Vec<super::super::types::Extension>,
83    #[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 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)."]
84    pub r#modifier_extension: Vec<super::super::types::Extension>,
85    #[doc = "Country code for where this name applies."]
86    pub r#country: Box<super::super::types::CodeableConcept>,
87    #[doc = "Jurisdiction code for where this name applies. A jurisdiction may be a sub- or supra-national entity (e.g. a state or a geographic region)."]
88    pub r#jurisdiction: Option<Box<super::super::types::CodeableConcept>>,
89    #[doc = "Language code for this name."]
90    pub r#language: Box<super::super::types::CodeableConcept>,
91}
92#[allow(clippy::derivable_impls)]
93impl Default for MedicinalProductDefinitionNameUsage {
94    fn default() -> Self {
95        Self {
96            r#id: Default::default(),
97            r#extension: Default::default(),
98            r#modifier_extension: Default::default(),
99            r#country: Box::new(super::super::types::CodeableConcept {
100                id: Some("$invalid".to_string()),
101                ..Default::default()
102            }),
103            r#jurisdiction: Default::default(),
104            r#language: Box::new(super::super::types::CodeableConcept {
105                id: Some("$invalid".to_string()),
106                ..Default::default()
107            }),
108        }
109    }
110}
111#[doc = "The product's name, including full name and possibly coded parts."]
112#[derive(Debug, Clone, PartialEq)]
113pub struct MedicinalProductDefinitionName {
114    #[doc = "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces."]
115    pub r#id: Option<std::string::String>,
116    #[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 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."]
117    pub r#extension: Vec<super::super::types::Extension>,
118    #[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 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)."]
119    pub r#modifier_extension: Vec<super::super::types::Extension>,
120    #[doc = "The full product name."]
121    pub r#product_name: super::super::types::String,
122    #[doc = "Type of product name, such as rINN, BAN, Proprietary, Non-Proprietary."]
123    pub r#type: Option<Box<super::super::types::CodeableConcept>>,
124    #[doc = "Coding words or phrases of the name."]
125    pub r#part: Vec<MedicinalProductDefinitionNamePart>,
126    #[doc = "Country and jurisdiction where the name applies, and associated language."]
127    pub r#usage: Vec<MedicinalProductDefinitionNameUsage>,
128}
129#[allow(clippy::derivable_impls)]
130impl Default for MedicinalProductDefinitionName {
131    fn default() -> Self {
132        Self {
133            r#id: Default::default(),
134            r#extension: Default::default(),
135            r#modifier_extension: Default::default(),
136            r#product_name: super::super::types::String {
137                id: Some("$invalid".to_string()),
138                ..Default::default()
139            },
140            r#type: Default::default(),
141            r#part: Default::default(),
142            r#usage: Default::default(),
143        }
144    }
145}
146#[doc = "Reference to another product, e.g. for linking authorised to investigational product, or a virtual product."]
147#[derive(Debug, Clone, PartialEq)]
148pub struct MedicinalProductDefinitionCrossReference {
149    #[doc = "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces."]
150    pub r#id: Option<std::string::String>,
151    #[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 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."]
152    pub r#extension: Vec<super::super::types::Extension>,
153    #[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 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)."]
154    pub r#modifier_extension: Vec<super::super::types::Extension>,
155    #[doc = "Reference to another product, e.g. for linking authorised to investigational product."]
156    pub r#product: Box<super::super::types::CodeableReference>,
157    #[doc = "The type of relationship, for instance branded to generic, virtual to actual product, product to development product (investigational), parallel import version."]
158    pub r#type: Option<Box<super::super::types::CodeableConcept>>,
159}
160#[allow(clippy::derivable_impls)]
161impl Default for MedicinalProductDefinitionCrossReference {
162    fn default() -> Self {
163        Self {
164            r#id: Default::default(),
165            r#extension: Default::default(),
166            r#modifier_extension: Default::default(),
167            r#product: Box::new(super::super::types::CodeableReference {
168                id: Some("$invalid".to_string()),
169                ..Default::default()
170            }),
171            r#type: Default::default(),
172        }
173    }
174}
175#[doc = "A manufacturing or administrative process or step associated with (or performed on) the medicinal product."]
176#[derive(Debug, Clone, PartialEq)]
177pub struct MedicinalProductDefinitionOperation {
178    #[doc = "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces."]
179    pub r#id: Option<std::string::String>,
180    #[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 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."]
181    pub r#extension: Vec<super::super::types::Extension>,
182    #[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 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)."]
183    pub r#modifier_extension: Vec<super::super::types::Extension>,
184    #[doc = "The type of manufacturing operation e.g. manufacturing itself, re-packaging. For the authorization of this, a RegulatedAuthorization would point to the same plan or activity referenced here."]
185    pub r#type: Option<Box<super::super::types::CodeableReference>>,
186    #[doc = "Date range of applicability."]
187    pub r#effective_date: Option<Box<super::super::types::Period>>,
188    #[doc = "The organization or establishment responsible for (or associated with) the particular process or step, examples include the manufacturer, importer, agent."]
189    pub r#organization: Vec<super::super::types::Reference>,
190    #[doc = "Specifies whether this particular business or manufacturing process is considered proprietary or confidential."]
191    pub r#confidentiality_indicator: Option<Box<super::super::types::CodeableConcept>>,
192}
193#[allow(clippy::derivable_impls)]
194impl Default for MedicinalProductDefinitionOperation {
195    fn default() -> Self {
196        Self {
197            r#id: Default::default(),
198            r#extension: Default::default(),
199            r#modifier_extension: Default::default(),
200            r#type: Default::default(),
201            r#effective_date: Default::default(),
202            r#organization: Default::default(),
203            r#confidentiality_indicator: Default::default(),
204        }
205    }
206}
207#[doc = "Allows the key product features to be recorded, such as \"sugar free\", \"modified release\", \"parallel import\"."]
208#[derive(Debug, Clone, PartialEq)]
209pub struct MedicinalProductDefinitionCharacteristic {
210    #[doc = "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces."]
211    pub r#id: Option<std::string::String>,
212    #[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 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."]
213    pub r#extension: Vec<super::super::types::Extension>,
214    #[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 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)."]
215    pub r#modifier_extension: Vec<super::super::types::Extension>,
216    #[doc = "A code expressing the type of characteristic."]
217    pub r#type: Box<super::super::types::CodeableConcept>,
218    #[doc = "A value for the characteristic.text."]
219    pub r#value: Option<MedicinalProductDefinitionCharacteristicValue>,
220}
221#[allow(clippy::derivable_impls)]
222impl Default for MedicinalProductDefinitionCharacteristic {
223    fn default() -> Self {
224        Self {
225            r#id: Default::default(),
226            r#extension: Default::default(),
227            r#modifier_extension: Default::default(),
228            r#type: Box::new(super::super::types::CodeableConcept {
229                id: Some("$invalid".to_string()),
230                ..Default::default()
231            }),
232            r#value: Default::default(),
233        }
234    }
235}
236#[doc = "Detailed definition of a medicinal product, typically for uses other than direct patient care (e.g. regulatory use, drug catalogs, to support prescribing, adverse events management etc.)."]
237#[derive(Debug, Clone, PartialEq)]
238pub struct MedicinalProductDefinition {
239    #[doc = "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes."]
240    pub r#id: Option<super::super::types::Id>,
241    #[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."]
242    pub r#meta: Option<Box<super::super::types::Meta>>,
243    #[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."]
244    pub r#implicit_rules: Option<super::super::types::Uri>,
245    #[doc = "The base language in which the resource is written."]
246    pub r#language: Option<super::super::types::Code>,
247    #[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."]
248    pub r#text: Option<Box<super::super::types::Narrative>>,
249    #[doc = "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."]
250    pub r#contained: Vec<super::super::Resource>,
251    #[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 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."]
252    pub r#extension: Vec<super::super::types::Extension>,
253    #[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 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)."]
254    pub r#modifier_extension: Vec<super::super::types::Extension>,
255    #[doc = "Business identifier for this product. Could be an MPID. When in development or being regulated, products are typically referenced by official identifiers, assigned by a manufacturer or regulator, and unique to a product (which, when compared to a product instance being prescribed, is actually a product type). See also MedicinalProductDefinition.code."]
256    pub r#identifier: Vec<super::super::types::Identifier>,
257    #[doc = "Regulatory type, e.g. Investigational or Authorized."]
258    pub r#type: Option<Box<super::super::types::CodeableConcept>>,
259    #[doc = "If this medicine applies to human or veterinary uses."]
260    pub r#domain: Option<Box<super::super::types::CodeableConcept>>,
261    #[doc = "A business identifier relating to a specific version of the product, this is commonly used to support revisions to an existing product."]
262    pub r#version: Option<super::super::types::String>,
263    #[doc = "The status within the lifecycle of this product record. A high-level status, this is not intended to duplicate details carried elsewhere such as legal status, or authorization status."]
264    pub r#status: Option<Box<super::super::types::CodeableConcept>>,
265    #[doc = "The date at which the given status became applicable."]
266    pub r#status_date: Option<super::super::types::DateTime>,
267    #[doc = "General description of this product."]
268    pub r#description: Option<super::super::types::Markdown>,
269    #[doc = "The dose form for a single part product, or combined form of a multiple part product. This is one concept that describes all the components. It does not represent the form with components physically mixed, if that might be necessary, for which see (AdministrableProductDefinition.administrableDoseForm)."]
270    pub r#combined_pharmaceutical_dose_form: Option<Box<super::super::types::CodeableConcept>>,
271    #[doc = "The path by which the product is taken into or makes contact with the body. In some regions this is referred to as the licenced or approved route. See also AdministrableProductDefinition resource. MedicinalProductDefinition.route is the same concept as AdministrableProductDefinition.routeOfAdministration.code, and they cannot be used together."]
272    pub r#route: Vec<super::super::types::CodeableConcept>,
273    #[doc = "Description of indication(s) for this product, used when structured indications are not required. In cases where structured indications are required, they are captured using the ClinicalUseDefinition resource. An indication is a medical situation for which using the product is appropriate."]
274    pub r#indication: Option<super::super::types::Markdown>,
275    #[doc = "The legal status of supply of the medicinal product as classified by the regulator."]
276    pub r#legal_status_of_supply: Option<Box<super::super::types::CodeableConcept>>,
277    #[doc = "Whether the Medicinal Product is subject to additional monitoring for regulatory reasons, such as heightened reporting requirements."]
278    pub r#additional_monitoring_indicator: Option<Box<super::super::types::CodeableConcept>>,
279    #[doc = "Whether the Medicinal Product is subject to special measures for regulatory reasons, such as a requirement to conduct post-authorization studies."]
280    pub r#special_measures: Vec<super::super::types::CodeableConcept>,
281    #[doc = "If authorised for use in children, or infants, neonates etc."]
282    pub r#pediatric_use_indicator: Option<Box<super::super::types::CodeableConcept>>,
283    #[doc = "Allows the product to be classified by various systems, commonly WHO ATC."]
284    pub r#classification: Vec<super::super::types::CodeableConcept>,
285    #[doc = "Marketing status of the medicinal product, in contrast to marketing authorization. This refers to the product being actually 'on the market' as opposed to being allowed to be on the market (which is an authorization)."]
286    pub r#marketing_status: Vec<super::super::types::MarketingStatus>,
287    #[doc = "Package type for the product. See also the PackagedProductDefinition resource."]
288    pub r#packaged_medicinal_product: Vec<super::super::types::CodeableConcept>,
289    #[doc = "Types of medicinal manufactured items and/or devices that this product consists of, such as tablets, capsule, or syringes. Used as a direct link when the item's packaging is not being recorded (see also PackagedProductDefinition.package.containedItem.item)."]
290    pub r#comprised_of: Vec<super::super::types::Reference>,
291    #[doc = "The ingredients of this medicinal product - when not detailed in other resources. This is only needed if the ingredients are not specified by incoming references from the Ingredient resource, or indirectly via incoming AdministrableProductDefinition, PackagedProductDefinition or ManufacturedItemDefinition references. In cases where those levels of detail are not used, the ingredients may be specified directly here as codes."]
292    pub r#ingredient: Vec<super::super::types::CodeableConcept>,
293    #[doc = "Any component of the drug product which is not the chemical entity defined as the drug substance, or an excipient in the drug product. This includes process-related impurities and contaminants, product-related impurities including degradation products."]
294    pub r#impurity: Vec<super::super::types::CodeableReference>,
295    #[doc = "Additional information or supporting documentation about the medicinal product."]
296    pub r#attached_document: Vec<super::super::types::Reference>,
297    #[doc = "A master file for the medicinal product (e.g. Pharmacovigilance System Master File). Drug master files (DMFs) are documents submitted to regulatory agencies to provide confidential detailed information about facilities, processes or articles used in the manufacturing, processing, packaging and storing of drug products."]
298    pub r#master_file: Vec<super::super::types::Reference>,
299    #[doc = "A product specific contact, person (in a role), or an organization."]
300    pub r#contact: Vec<MedicinalProductDefinitionContact>,
301    #[doc = "Clinical trials or studies that this product is involved in."]
302    pub r#clinical_trial: Vec<super::super::types::Reference>,
303    #[doc = "A code that this product is known by, usually within some formal terminology, perhaps assigned by a third party (i.e. not the manufacturer or regulator). Products (types of medications) tend to be known by identifiers during development and within regulatory process. However when they are prescribed they tend to be identified by codes. The same product may be have multiple codes, applied to it by multiple organizations."]
304    pub r#code: Vec<super::super::types::Coding>,
305    #[doc = "The product's name, including full name and possibly coded parts."]
306    pub r#name: Vec<MedicinalProductDefinitionName>,
307    #[doc = "Reference to another product, e.g. for linking authorised to investigational product, or a virtual product."]
308    pub r#cross_reference: Vec<MedicinalProductDefinitionCrossReference>,
309    #[doc = "A manufacturing or administrative process or step associated with (or performed on) the medicinal product."]
310    pub r#operation: Vec<MedicinalProductDefinitionOperation>,
311    #[doc = "Allows the key product features to be recorded, such as \"sugar free\", \"modified release\", \"parallel import\"."]
312    pub r#characteristic: Vec<MedicinalProductDefinitionCharacteristic>,
313}
314#[allow(clippy::derivable_impls)]
315impl Default for MedicinalProductDefinition {
316    fn default() -> Self {
317        Self {
318            r#id: Default::default(),
319            r#meta: Default::default(),
320            r#implicit_rules: Default::default(),
321            r#language: Default::default(),
322            r#text: Default::default(),
323            r#contained: Default::default(),
324            r#extension: Default::default(),
325            r#modifier_extension: Default::default(),
326            r#identifier: Default::default(),
327            r#type: Default::default(),
328            r#domain: Default::default(),
329            r#version: Default::default(),
330            r#status: Default::default(),
331            r#status_date: Default::default(),
332            r#description: Default::default(),
333            r#combined_pharmaceutical_dose_form: Default::default(),
334            r#route: Default::default(),
335            r#indication: Default::default(),
336            r#legal_status_of_supply: Default::default(),
337            r#additional_monitoring_indicator: Default::default(),
338            r#special_measures: Default::default(),
339            r#pediatric_use_indicator: Default::default(),
340            r#classification: Default::default(),
341            r#marketing_status: Default::default(),
342            r#packaged_medicinal_product: Default::default(),
343            r#comprised_of: Default::default(),
344            r#ingredient: Default::default(),
345            r#impurity: Default::default(),
346            r#attached_document: Default::default(),
347            r#master_file: Default::default(),
348            r#contact: Default::default(),
349            r#clinical_trial: Default::default(),
350            r#code: Default::default(),
351            r#name: Default::default(),
352            r#cross_reference: Default::default(),
353            r#operation: Default::default(),
354            r#characteristic: Default::default(),
355        }
356    }
357}