pub struct AdverseEventBuilder { /* private fields */ }Expand description
Builder for AdverseEventInner.
Implementations§
Source§impl AdverseEventBuilder
impl AdverseEventBuilder
Sourcepub fn id(self, value: String) -> AdverseEventBuilder
pub fn id(self, value: String) -> AdverseEventBuilder
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) -> AdverseEventBuilder
pub fn meta(self, value: Meta) -> AdverseEventBuilder
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) -> AdverseEventBuilder
pub fn implicit_rules(self, value: String) -> AdverseEventBuilder
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) -> AdverseEventBuilder
pub fn language(self, value: String) -> AdverseEventBuilder
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) -> AdverseEventBuilder
pub fn text(self, value: Narrative) -> AdverseEventBuilder
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>) -> AdverseEventBuilder
pub fn contained(self, value: Vec<Resource>) -> AdverseEventBuilder
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>) -> AdverseEventBuilder
pub fn extension(self, value: Vec<Extension>) -> AdverseEventBuilder
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>) -> AdverseEventBuilder
pub fn modifier_extension(self, value: Vec<Extension>) -> AdverseEventBuilder
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>>) -> AdverseEventBuilder
pub fn identifier(self, value: Vec<Option<Identifier>>) -> AdverseEventBuilder
Business identifier for the event
Business identifiers assigned to this adverse event by the performer or other systems which remain constant as the resource is updated and propagates from server to server.
This is a business identifier, not a resource identifier (see discussion). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.
Sourcepub fn identifier_ext(
self,
value: Vec<Option<FieldExtension>>,
) -> AdverseEventBuilder
pub fn identifier_ext( self, value: Vec<Option<FieldExtension>>, ) -> AdverseEventBuilder
Extension field.
Sourcepub fn status(self, value: String) -> AdverseEventBuilder
pub fn status(self, value: String) -> AdverseEventBuilder
AdverseEventStatus; in-progress | completed | entered-in-error | unknown
The current state of the adverse event or potential adverse event.
This is not the reporting of the event to any regulatory or quality organization. This is not the outcome of the patient’s condition.
Sourcepub fn status_ext(self, value: FieldExtension) -> AdverseEventBuilder
pub fn status_ext(self, value: FieldExtension) -> AdverseEventBuilder
Extension field.
Sourcepub fn actuality(self, value: AdverseEventActuality) -> AdverseEventBuilder
pub fn actuality(self, value: AdverseEventActuality) -> AdverseEventBuilder
AdverseEventActuality; actual | potential
Whether the event actually happened or was a near miss. Note that this is independent of whether anyone was affected or harmed or how severely.
AllergyIntolerance should be used for the initial capture or recording of the individual’s propensity to an adverse reaction to a substance. If an AllergyIntolerance does not exist, then an adverse reaction should be recorded as an AllergyIntolerance. If an AllergyIntolerance does exist and the substance was given, then an adverse reaction should be recorded as an AdverseEvent due to the aberrant workflow.
Sourcepub fn actuality_ext(self, value: FieldExtension) -> AdverseEventBuilder
pub fn actuality_ext(self, value: FieldExtension) -> AdverseEventBuilder
Extension field.
Sourcepub fn category(
self,
value: Vec<Option<CodeableConcept>>,
) -> AdverseEventBuilder
pub fn category( self, value: Vec<Option<CodeableConcept>>, ) -> AdverseEventBuilder
AdverseEventCategory; wrong-patient | procedure-mishap | medication-mishap | device | unsafe-physical-environment | hospital-aquired-infection | wrong-body-site
The overall type of event, intended for search and filtering purposes.
Sourcepub fn category_ext(
self,
value: Vec<Option<FieldExtension>>,
) -> AdverseEventBuilder
pub fn category_ext( self, value: Vec<Option<FieldExtension>>, ) -> AdverseEventBuilder
Extension field.
Sourcepub fn code(self, value: CodeableConcept) -> AdverseEventBuilder
pub fn code(self, value: CodeableConcept) -> AdverseEventBuilder
AdverseEventType; Event or incident that occurred or was averted
Specific event that occurred or that was averted, such as patient fall, wrong organ removed, or wrong blood transfused.
Sourcepub fn code_ext(self, value: FieldExtension) -> AdverseEventBuilder
pub fn code_ext(self, value: FieldExtension) -> AdverseEventBuilder
Extension field.
Sourcepub fn subject(self, value: Reference) -> AdverseEventBuilder
pub fn subject(self, value: Reference) -> AdverseEventBuilder
Subject impacted by event
This subject or group impacted by the event.
If AdverseEvent.resultingEffect differs among members of the group, then use Patient as the subject.
Sourcepub fn subject_ext(self, value: FieldExtension) -> AdverseEventBuilder
pub fn subject_ext(self, value: FieldExtension) -> AdverseEventBuilder
Extension field.
Sourcepub fn encounter(self, value: Reference) -> AdverseEventBuilder
pub fn encounter(self, value: Reference) -> AdverseEventBuilder
The Encounter associated with the start of the AdverseEvent
The Encounter associated with the start of the AdverseEvent.
This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter. For example, if a medication administration was considered an adverse event because it resulted in a rash, then the encounter when the medication administration was given is the associated encounter. If the patient reports the AdverseEvent during a second encounter, that second encounter is not the associated encounter.
Sourcepub fn encounter_ext(self, value: FieldExtension) -> AdverseEventBuilder
pub fn encounter_ext(self, value: FieldExtension) -> AdverseEventBuilder
Extension field.
Sourcepub fn occurrence(self, value: AdverseEventOccurrence) -> AdverseEventBuilder
pub fn occurrence(self, value: AdverseEventOccurrence) -> AdverseEventBuilder
When the event occurred
The date (and perhaps time) when the adverse event occurred.
Sourcepub fn occurrence_ext(
self,
value: AdverseEventOccurrenceExtension,
) -> AdverseEventBuilder
pub fn occurrence_ext( self, value: AdverseEventOccurrenceExtension, ) -> AdverseEventBuilder
Extension field.
Sourcepub fn detected(self, value: DateTime) -> AdverseEventBuilder
pub fn detected(self, value: DateTime) -> AdverseEventBuilder
When the event was detected
Estimated or actual date the AdverseEvent began, in the opinion of the reporter.
Sourcepub fn detected_ext(self, value: FieldExtension) -> AdverseEventBuilder
pub fn detected_ext(self, value: FieldExtension) -> AdverseEventBuilder
Extension field.
Sourcepub fn recorded_date(self, value: DateTime) -> AdverseEventBuilder
pub fn recorded_date(self, value: DateTime) -> AdverseEventBuilder
When the event was recorded
The date on which the existence of the AdverseEvent was first recorded.
The recordedDate represents the date when this particular AdverseEvent record was created in the system, not the date of the most recent update. The date of the last record modification can be retrieved from the resource metadata.
Sourcepub fn recorded_date_ext(self, value: FieldExtension) -> AdverseEventBuilder
pub fn recorded_date_ext(self, value: FieldExtension) -> AdverseEventBuilder
Extension field.
Sourcepub fn resulting_effect(
self,
value: Vec<Option<Reference>>,
) -> AdverseEventBuilder
pub fn resulting_effect( self, value: Vec<Option<Reference>>, ) -> AdverseEventBuilder
Effect on the subject due to this event
Information about the condition that occurred as a result of the adverse event, such as hives due to the exposure to a substance (for example, a drug or a chemical) or a broken leg as a result of the fall.
Sourcepub fn resulting_effect_ext(
self,
value: Vec<Option<FieldExtension>>,
) -> AdverseEventBuilder
pub fn resulting_effect_ext( self, value: Vec<Option<FieldExtension>>, ) -> AdverseEventBuilder
Extension field.
Sourcepub fn location(self, value: Reference) -> AdverseEventBuilder
pub fn location(self, value: Reference) -> AdverseEventBuilder
Location where adverse event occurred
The information about where the adverse event occurred.
Sourcepub fn location_ext(self, value: FieldExtension) -> AdverseEventBuilder
pub fn location_ext(self, value: FieldExtension) -> AdverseEventBuilder
Extension field.
Sourcepub fn seriousness(self, value: CodeableConcept) -> AdverseEventBuilder
pub fn seriousness(self, value: CodeableConcept) -> AdverseEventBuilder
AdverseEventSeriousness; Seriousness or gravity of the event
Assessment whether this event, or averted event, was of clinical importance.
Using an example, a rash can have an AdverseEvent.resultingEffect.severity = severe, yet an AdverseEvent.seriousness = non-serious. Alternatively, a medication given with the wrong dose (chemotherapy given with too low of a dose) can have an AdverseEvent.resultingEffect.severity = mild, yet an adverseEvent.seriousness = serious. Another example would be a beta blocker clinical trial where patients with asthma should be excluded, yet a patient with asthma was included and had an asthmatic episode where AdverseEvent.resultingEffect.severity = mild, yet an adverseEvent.seriousness = serious.
Sourcepub fn seriousness_ext(self, value: FieldExtension) -> AdverseEventBuilder
pub fn seriousness_ext(self, value: FieldExtension) -> AdverseEventBuilder
Extension field.
Sourcepub fn outcome(self, value: Vec<Option<CodeableConcept>>) -> AdverseEventBuilder
pub fn outcome(self, value: Vec<Option<CodeableConcept>>) -> AdverseEventBuilder
AdverseEventOutcome; Type of outcome from the adverse event
Describes the type of outcome from the adverse event, such as resolved, recovering, ongoing, resolved-with-sequelae, or fatal.
Sourcepub fn outcome_ext(
self,
value: Vec<Option<FieldExtension>>,
) -> AdverseEventBuilder
pub fn outcome_ext( self, value: Vec<Option<FieldExtension>>, ) -> AdverseEventBuilder
Extension field.
Sourcepub fn recorder(self, value: Reference) -> AdverseEventBuilder
pub fn recorder(self, value: Reference) -> AdverseEventBuilder
Who recorded the adverse event
Information on who recorded the adverse event. May be the patient or a practitioner.
Sourcepub fn recorder_ext(self, value: FieldExtension) -> AdverseEventBuilder
pub fn recorder_ext(self, value: FieldExtension) -> AdverseEventBuilder
Extension field.
Sourcepub fn participant(
self,
value: Vec<Option<AdverseEventParticipant>>,
) -> AdverseEventBuilder
pub fn participant( self, value: Vec<Option<AdverseEventParticipant>>, ) -> AdverseEventBuilder
Who was involved in the adverse event or the potential adverse event and what they did
Indicates who or what participated in the adverse event and how they were involved.
Sourcepub fn participant_ext(
self,
value: Vec<Option<FieldExtension>>,
) -> AdverseEventBuilder
pub fn participant_ext( self, value: Vec<Option<FieldExtension>>, ) -> AdverseEventBuilder
Extension field.
Sourcepub fn study(self, value: Vec<Option<Reference>>) -> AdverseEventBuilder
pub fn study(self, value: Vec<Option<Reference>>) -> AdverseEventBuilder
Research study that the subject is enrolled in
The research study that the subject is enrolled in.
Sourcepub fn study_ext(
self,
value: Vec<Option<FieldExtension>>,
) -> AdverseEventBuilder
pub fn study_ext( self, value: Vec<Option<FieldExtension>>, ) -> AdverseEventBuilder
Extension field.
Sourcepub fn expected_in_research_study(self, value: bool) -> AdverseEventBuilder
pub fn expected_in_research_study(self, value: bool) -> AdverseEventBuilder
Considered likely or probable or anticipated in the research study
Considered likely or probable or anticipated in the research study. Whether the reported event matches any of the outcomes for the patient that are considered by the study as known or likely.
Sourcepub fn expected_in_research_study_ext(
self,
value: FieldExtension,
) -> AdverseEventBuilder
pub fn expected_in_research_study_ext( self, value: FieldExtension, ) -> AdverseEventBuilder
Extension field.
Sourcepub fn suspect_entity(
self,
value: Vec<Option<AdverseEventSuspectEntity>>,
) -> AdverseEventBuilder
pub fn suspect_entity( self, value: Vec<Option<AdverseEventSuspectEntity>>, ) -> AdverseEventBuilder
The suspected agent causing the adverse event
Describes the entity that is suspected to have caused the adverse event.
Sourcepub fn suspect_entity_ext(
self,
value: Vec<Option<FieldExtension>>,
) -> AdverseEventBuilder
pub fn suspect_entity_ext( self, value: Vec<Option<FieldExtension>>, ) -> AdverseEventBuilder
Extension field.
Sourcepub fn contributing_factor(
self,
value: Vec<Option<AdverseEventContributingFactor>>,
) -> AdverseEventBuilder
pub fn contributing_factor( self, value: Vec<Option<AdverseEventContributingFactor>>, ) -> AdverseEventBuilder
Contributing factors suspected to have increased the probability or severity of the adverse event
The contributing factors suspected to have increased the probability or severity of the adverse event.
Sourcepub fn contributing_factor_ext(
self,
value: Vec<Option<FieldExtension>>,
) -> AdverseEventBuilder
pub fn contributing_factor_ext( self, value: Vec<Option<FieldExtension>>, ) -> AdverseEventBuilder
Extension field.
Sourcepub fn preventive_action(
self,
value: Vec<Option<AdverseEventPreventiveAction>>,
) -> AdverseEventBuilder
pub fn preventive_action( self, value: Vec<Option<AdverseEventPreventiveAction>>, ) -> AdverseEventBuilder
Preventive actions that contributed to avoiding the adverse event
Preventive actions that contributed to avoiding the adverse event.
Sourcepub fn preventive_action_ext(
self,
value: Vec<Option<FieldExtension>>,
) -> AdverseEventBuilder
pub fn preventive_action_ext( self, value: Vec<Option<FieldExtension>>, ) -> AdverseEventBuilder
Extension field.
Sourcepub fn mitigating_action(
self,
value: Vec<Option<AdverseEventMitigatingAction>>,
) -> AdverseEventBuilder
pub fn mitigating_action( self, value: Vec<Option<AdverseEventMitigatingAction>>, ) -> AdverseEventBuilder
Ameliorating actions taken after the adverse event occured in order to reduce the extent of harm
The ameliorating action taken after the adverse event occured in order to reduce the extent of harm.
Sourcepub fn mitigating_action_ext(
self,
value: Vec<Option<FieldExtension>>,
) -> AdverseEventBuilder
pub fn mitigating_action_ext( self, value: Vec<Option<FieldExtension>>, ) -> AdverseEventBuilder
Extension field.
Sourcepub fn supporting_info(
self,
value: Vec<Option<AdverseEventSupportingInfo>>,
) -> AdverseEventBuilder
pub fn supporting_info( self, value: Vec<Option<AdverseEventSupportingInfo>>, ) -> AdverseEventBuilder
Supporting information relevant to the event
Supporting information relevant to the event.
Sourcepub fn supporting_info_ext(
self,
value: Vec<Option<FieldExtension>>,
) -> AdverseEventBuilder
pub fn supporting_info_ext( self, value: Vec<Option<FieldExtension>>, ) -> AdverseEventBuilder
Extension field.
Sourcepub fn note(self, value: Vec<Option<Annotation>>) -> AdverseEventBuilder
pub fn note(self, value: Vec<Option<Annotation>>) -> AdverseEventBuilder
Comment on adverse event
Comments made about the adverse event by the performer, subject or other participants.
Sourcepub fn note_ext(self, value: Vec<Option<FieldExtension>>) -> AdverseEventBuilder
pub fn note_ext(self, value: Vec<Option<FieldExtension>>) -> AdverseEventBuilder
Extension field.
Sourcepub fn build_inner(self) -> Result<AdverseEventInner, BuilderError>
pub fn build_inner(self) -> Result<AdverseEventInner, BuilderError>
Source§impl AdverseEventBuilder
impl AdverseEventBuilder
Sourcepub fn build(self) -> Result<AdverseEvent, BuilderError>
pub fn build(self) -> Result<AdverseEvent, BuilderError>
Finalize building AdverseEvent.