Skip to main content

ObservationInterpretation

Struct ObservationInterpretation 

Source
pub struct ObservationInterpretation;
Expand description

http://hl7.org/fhir/ValueSet/observation-interpretation

Implementations§

Source§

impl ObservationInterpretation

Source

pub fn greater() -> BoundCode<Self>

Off scale low

Source

pub fn less() -> BoundCode<Self>

Off scale high

Source

pub fn a() -> BoundCode<Self>

Abnormal

Source

pub fn aa() -> BoundCode<Self>

Critical abnormal

Source

pub fn ac() -> BoundCode<Self>

Anti-complementary substances present

Source

pub fn b() -> BoundCode<Self>

Better

Source

pub fn car() -> BoundCode<Self>

Carrier

Source

pub fn carrier() -> BoundCode<Self>

Carrier

Source

pub fn d() -> BoundCode<Self>

Significant change down

Source

pub fn det() -> BoundCode<Self>

Detected

Source

pub fn e() -> BoundCode<Self>

Equivocal

Source

pub fn ex() -> BoundCode<Self>

outside threshold

Source

pub fn exp() -> BoundCode<Self>

Expected

Source

pub fn h() -> BoundCode<Self>

High

Source

pub fn h_less() -> BoundCode<Self>

Significantly high

Source

pub fn hh() -> BoundCode<Self>

Critical high

Source

pub fn hm() -> BoundCode<Self>

Hold for Medical Review

Source

pub fn hu() -> BoundCode<Self>

Significantly high

Source

pub fn hx() -> BoundCode<Self>

above high threshold

Source

pub fn i() -> BoundCode<Self>

Intermediate

Source

pub fn ie() -> BoundCode<Self>

Insufficient evidence

Source

pub fn ind() -> BoundCode<Self>

Indeterminate

Source

pub fn l() -> BoundCode<Self>

Low

Source

pub fn l_greater() -> BoundCode<Self>

Significantly low

Source

pub fn ll() -> BoundCode<Self>

Critical low

Source

pub fn lu() -> BoundCode<Self>

Significantly low

Source

pub fn lx() -> BoundCode<Self>

below low threshold

Source

pub fn ms() -> BoundCode<Self>

moderately susceptible

Source

pub fn n() -> BoundCode<Self>

Normal

Source

pub fn ncl() -> BoundCode<Self>

No CLSI defined breakpoint

Source

pub fn nd() -> BoundCode<Self>

Not detected

Source

pub fn neg() -> BoundCode<Self>

Negative

Source

pub fn nr() -> BoundCode<Self>

Non-reactive

Source

pub fn ns() -> BoundCode<Self>

Non-susceptible

Source

pub fn obx() -> BoundCode<Self>

Interpretation qualifiers in separate OBX segments

Source

pub fn observation_interpretation_detection() -> BoundCode<Self>

ObservationInterpretationDetection

Source

pub fn observation_interpretation_expectation() -> BoundCode<Self>

ObservationInterpretationExpectation

Source

pub fn pos() -> BoundCode<Self>

Positive

Source

pub fn qcf() -> BoundCode<Self>

Quality control failure

Source

pub fn r() -> BoundCode<Self>

Resistant

Source

pub fn rr() -> BoundCode<Self>

Reactive

Source

pub fn reactivity_observation_interpretation() -> BoundCode<Self>

ReactivityObservationInterpretation

Source

pub fn s() -> BoundCode<Self>

Susceptible

Source

pub fn sdd() -> BoundCode<Self>

Susceptible-dose dependent

Source

pub fn sy_n_r() -> BoundCode<Self>

Synergy - resistant

Source

pub fn sy_n_s() -> BoundCode<Self>

Synergy - susceptible

Source

pub fn tox() -> BoundCode<Self>

Cytotoxic substance present

Source

pub fn u() -> BoundCode<Self>

Significant change up

Source

pub fn une() -> BoundCode<Self>

Unexpected

Source

pub fn vs() -> BoundCode<Self>

very susceptible

Source

pub fn w() -> BoundCode<Self>

Worse

Source

pub fn wr() -> BoundCode<Self>

Weakly reactive

Source

pub fn _genetic_observation_interpretation() -> BoundCode<Self>

GeneticObservationInterpretation

Source

pub fn _observation_interpretation_change() -> BoundCode<Self>

ObservationInterpretationChange

Source

pub fn _observation_interpretation_exceptions() -> BoundCode<Self>

ObservationInterpretationExceptions

Source

pub fn _observation_interpretation_normality() -> BoundCode<Self>

ObservationInterpretationNormality

Source

pub fn _observation_interpretation_susceptibility() -> BoundCode<Self>

ObservationInterpretationSusceptibility

Source

pub fn null() -> BoundCode<Self>

Trait Implementations§

Source§

impl ValueSetDef for ObservationInterpretation

Source§

const URL: &'static str = "http://hl7.org/fhir/ValueSet/observation-interpretation"

Source§

const CODES: &'static [&'static str]

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
where ST: ?Sized, DT: ?Sized,

§

impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
where ST: ?Sized, DT: ?Sized,

§

impl<T> ErasedDestructor for T
where T: 'static,

Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
§

impl<T> Read<Exclusive, BecauseExclusive> for T
where T: ?Sized,

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more