pub struct MedicationKnowledgeDefinitionalBuilder { /* private fields */ }
Expand description
Builder for MedicationKnowledgeDefinitional
.
Implementations§
Source§impl MedicationKnowledgeDefinitionalBuilder
impl MedicationKnowledgeDefinitionalBuilder
Sourcepub fn id(self, value: String) -> MedicationKnowledgeDefinitionalBuilder
pub fn id(self, value: String) -> MedicationKnowledgeDefinitionalBuilder
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>,
) -> MedicationKnowledgeDefinitionalBuilder
pub fn extension( self, value: Vec<Extension>, ) -> MedicationKnowledgeDefinitionalBuilder
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>,
) -> MedicationKnowledgeDefinitionalBuilder
pub fn modifier_extension( self, value: Vec<Extension>, ) -> MedicationKnowledgeDefinitionalBuilder
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 definition(
self,
value: Vec<Option<Reference>>,
) -> MedicationKnowledgeDefinitionalBuilder
pub fn definition( self, value: Vec<Option<Reference>>, ) -> MedicationKnowledgeDefinitionalBuilder
Definitional resources that provide more information about this medication
Associated definitions for this medication.
Sourcepub fn definition_ext(
self,
value: Vec<Option<FieldExtension>>,
) -> MedicationKnowledgeDefinitionalBuilder
pub fn definition_ext( self, value: Vec<Option<FieldExtension>>, ) -> MedicationKnowledgeDefinitionalBuilder
Extension field.
Sourcepub fn dose_form(
self,
value: CodeableConcept,
) -> MedicationKnowledgeDefinitionalBuilder
pub fn dose_form( self, value: CodeableConcept, ) -> MedicationKnowledgeDefinitionalBuilder
MedicationForm; powder | tablets | capsule +
Describes the form of the item. Powder; tablets; capsule.
When Medication is referenced from MedicationRequest, this is the ordered form. When Medication is referenced within MedicationDispense, this is the dispensed form. When Medication is referenced within MedicationAdministration, this is administered form.
Sourcepub fn dose_form_ext(
self,
value: FieldExtension,
) -> MedicationKnowledgeDefinitionalBuilder
pub fn dose_form_ext( self, value: FieldExtension, ) -> MedicationKnowledgeDefinitionalBuilder
Extension field.
Sourcepub fn intended_route(
self,
value: Vec<Option<CodeableConcept>>,
) -> MedicationKnowledgeDefinitionalBuilder
pub fn intended_route( self, value: Vec<Option<CodeableConcept>>, ) -> MedicationKnowledgeDefinitionalBuilder
MedicationRoute; The intended or approved route of administration
The intended or approved route of administration.
Sourcepub fn intended_route_ext(
self,
value: Vec<Option<FieldExtension>>,
) -> MedicationKnowledgeDefinitionalBuilder
pub fn intended_route_ext( self, value: Vec<Option<FieldExtension>>, ) -> MedicationKnowledgeDefinitionalBuilder
Extension field.
Sourcepub fn ingredient(
self,
value: Vec<Option<MedicationKnowledgeDefinitionalIngredient>>,
) -> MedicationKnowledgeDefinitionalBuilder
pub fn ingredient( self, value: Vec<Option<MedicationKnowledgeDefinitionalIngredient>>, ) -> MedicationKnowledgeDefinitionalBuilder
Active or inactive ingredient
Identifies a particular constituent of interest in the product.
Sourcepub fn ingredient_ext(
self,
value: Vec<Option<FieldExtension>>,
) -> MedicationKnowledgeDefinitionalBuilder
pub fn ingredient_ext( self, value: Vec<Option<FieldExtension>>, ) -> MedicationKnowledgeDefinitionalBuilder
Extension field.
Sourcepub fn drug_characteristic(
self,
value: Vec<Option<MedicationKnowledgeDefinitionalDrugCharacteristic>>,
) -> MedicationKnowledgeDefinitionalBuilder
pub fn drug_characteristic( self, value: Vec<Option<MedicationKnowledgeDefinitionalDrugCharacteristic>>, ) -> MedicationKnowledgeDefinitionalBuilder
Specifies descriptive properties of the medicine
Specifies descriptive properties of the medicine, such as color, shape, imprints, etc.
Sourcepub fn drug_characteristic_ext(
self,
value: Vec<Option<FieldExtension>>,
) -> MedicationKnowledgeDefinitionalBuilder
pub fn drug_characteristic_ext( self, value: Vec<Option<FieldExtension>>, ) -> MedicationKnowledgeDefinitionalBuilder
Extension field.