pub enum ActionReasonCode {
CareGap,
DrugDrugInteraction,
OffPathway,
QualityMeasure,
RiskAssessment,
}Expand description
ActionReasonCode. Provides examples of reasons for actions to be performed.
FHIR version: 5.0.0.
Variants§
CareGap
care-gap
Care gap detected. The action should be performed to address a detected care gap.
DrugDrugInteraction
drug-drug-interaction
Drug-drug interaction. The action should be performed to address a detected potential drug-drug interaction.
OffPathway
off-pathway
Off pathway. The action should be performed because the patient was determined to be off pathway.
QualityMeasure
quality-measure
Quality measure. The action should be performed to bring the patient’s care in line with a quality measure.
RiskAssessment
risk-assessment
Risk assessment. The action should be performed based on a particular risk assessment.
Trait Implementations§
Source§impl AsRef<str> for ActionReasonCode
impl AsRef<str> for ActionReasonCode
Source§impl Clone for ActionReasonCode
impl Clone for ActionReasonCode
Source§fn clone(&self) -> ActionReasonCode
fn clone(&self) -> ActionReasonCode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ActionReasonCode
impl Debug for ActionReasonCode
Source§impl<'de> Deserialize<'de> for ActionReasonCode
impl<'de> Deserialize<'de> for ActionReasonCode
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ActionReasonCode
impl Display for ActionReasonCode
Source§impl From<ActionReasonCode> for CodeableConcept
impl From<ActionReasonCode> for CodeableConcept
Source§fn from(code: ActionReasonCode) -> Self
fn from(code: ActionReasonCode) -> Self
Converts to this type from the input type.
Source§impl From<ActionReasonCode> for Coding
impl From<ActionReasonCode> for Coding
Source§fn from(code: ActionReasonCode) -> Self
fn from(code: ActionReasonCode) -> Self
Converts to this type from the input type.
Source§impl FromStr for ActionReasonCode
impl FromStr for ActionReasonCode
Source§impl Hash for ActionReasonCode
impl Hash for ActionReasonCode
Source§impl PartialEq for ActionReasonCode
impl PartialEq for ActionReasonCode
Source§fn eq(&self, other: &ActionReasonCode) -> bool
fn eq(&self, other: &ActionReasonCode) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ActionReasonCode
impl Serialize for ActionReasonCode
impl Copy for ActionReasonCode
impl Eq for ActionReasonCode
impl StructuralPartialEq for ActionReasonCode
Auto Trait Implementations§
impl Freeze for ActionReasonCode
impl RefUnwindSafe for ActionReasonCode
impl Send for ActionReasonCode
impl Sync for ActionReasonCode
impl Unpin for ActionReasonCode
impl UnsafeUnpin for ActionReasonCode
impl UnwindSafe for ActionReasonCode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more