pub struct DetectedIssueMitigation {
pub id: Option<String>,
pub extension: Vec<Extension>,
pub modifier_extension: Vec<Extension>,
pub action: CodeableConcept,
pub action_ext: Option<FieldExtension>,
pub date: Option<DateTime>,
pub date_ext: Option<FieldExtension>,
pub author: Option<Reference>,
pub author_ext: Option<FieldExtension>,
pub note: Vec<Option<Annotation>>,
pub note_ext: Vec<Option<FieldExtension>>,
}
Expand description
Sub-fields of the mitigation field in DetectedIssue
Fields§
§id: Option<String>
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.
extension: Vec<Extension>
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.
modifier_extension: Vec<Extension>
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.
action: CodeableConcept
DetectedIssueMitigationAction; What mitigation?
Describes the action that was taken or the observation that was made that reduces/eliminates the risk associated with the identified issue.
The “text” component can be used for detail or when no appropriate code exists.
action_ext: Option<FieldExtension>
Extension field.
date: Option<DateTime>
Date committed
Indicates when the mitigating action was documented.
This might not be the same as when the mitigating step was actually taken.
date_ext: Option<FieldExtension>
Extension field.
Who is committing?
Identifies the practitioner who determined the mitigation and takes responsibility for the mitigation step occurring.
Extension field.
note: Vec<Option<Annotation>>
Additional notes about the mitigation
Clinicians may add additional notes or justifications about the mitigation action. For example, patient can have this drug because they have had it before without any issues. Multiple justifications may be provided.
note_ext: Vec<Option<FieldExtension>>
Extension field.
Implementations§
Source§impl DetectedIssueMitigation
impl DetectedIssueMitigation
Sourcepub fn builder() -> DetectedIssueMitigationBuilder
pub fn builder() -> DetectedIssueMitigationBuilder
Start building a new instance
Trait Implementations§
Source§impl Clone for DetectedIssueMitigation
impl Clone for DetectedIssueMitigation
Source§fn clone(&self) -> DetectedIssueMitigation
fn clone(&self) -> DetectedIssueMitigation
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more