Skip to main content

DocumentClasscodes

Struct DocumentClasscodes 

Source
pub struct DocumentClasscodes;
Expand description

http://hl7.org/fhir/ValueSet/document-classcodes

Implementations§

Source§

impl DocumentClasscodes

Source

pub fn v11369_6() -> BoundCode<Self>

History of Immunization

Source

pub fn v11485_0() -> BoundCode<Self>

Anesthesia records

Source

pub fn v11486_8() -> BoundCode<Self>

Chemotherapy records

Source

pub fn v11488_4() -> BoundCode<Self>

Consult Note

Source

pub fn v11504_8() -> BoundCode<Self>

Surgical operation note

Source

pub fn v11506_3() -> BoundCode<Self>

Provider-unspecified progress note

Source

pub fn v11543_6() -> BoundCode<Self>

Nursery records

Source

pub fn v15508_5() -> BoundCode<Self>

Labor and delivery records

Source

pub fn v18726_0() -> BoundCode<Self>

Radiology studies (set)

Source

pub fn v18748_4() -> BoundCode<Self>

Diagnostic imaging study

Source

pub fn v18761_7() -> BoundCode<Self>

Provider-unspecified transfer summary

Source

pub fn v18842_5() -> BoundCode<Self>

Discharge summary

Source

pub fn v26436_6() -> BoundCode<Self>

Laboratory Studies (set)

Source

pub fn v26441_6() -> BoundCode<Self>

Cardiology studies (set)

Source

pub fn v26442_4() -> BoundCode<Self>

Obstetrical studies (set)

Source

pub fn v27895_2() -> BoundCode<Self>

Gastroenterology endoscopy studies (set)

Source

pub fn v27896_0() -> BoundCode<Self>

Pulmonary studies (set)

Source

pub fn v27897_8() -> BoundCode<Self>

Neuromuscular electrophysiology studies (set)

Source

pub fn v27898_6() -> BoundCode<Self>

Pathology studies (set)

Source

pub fn v28570_0() -> BoundCode<Self>

Provider-unspecified procedure note

Source

pub fn v28619_5() -> BoundCode<Self>

Ophthalmology/optometry studies (set)

Source

pub fn v28634_4() -> BoundCode<Self>

Miscellaneous studies (set)

Source

pub fn v29749_9() -> BoundCode<Self>

Dialysis records

Source

pub fn v29750_7() -> BoundCode<Self>

Neonatal intensive care records

Source

pub fn v29751_5() -> BoundCode<Self>

Critical care records

Source

pub fn v29752_3() -> BoundCode<Self>

Perioperative records

Source

pub fn v34109_9() -> BoundCode<Self>

Evaluation and management note

Source

pub fn v34117_2() -> BoundCode<Self>

Provider-unspecified, History and physical note

Source

pub fn v34121_4() -> BoundCode<Self>

Interventional procedure note

Source

pub fn v34122_2() -> BoundCode<Self>

Pathology procedure note

Source

pub fn v34133_9() -> BoundCode<Self>

Summarization of episode note

Source

pub fn v34140_4() -> BoundCode<Self>

Transfer of care referral note

Source

pub fn v34748_4() -> BoundCode<Self>

Telephone encounter note

Source

pub fn v34775_7() -> BoundCode<Self>

General surgery Pre-operative evaluation and management note

Source

pub fn v47039_3() -> BoundCode<Self>

Inpatient Admission history and physical note

Source

pub fn v47042_7() -> BoundCode<Self>

Counseling note

Source

pub fn v47045_0() -> BoundCode<Self>

Study report Document

Source

pub fn v47046_8() -> BoundCode<Self>

Summary of death

Source

pub fn v47049_2() -> BoundCode<Self>

Non-patient Communication

Source

pub fn v53576_5() -> BoundCode<Self>

Personal health monitoring report Document

Source

pub fn v56445_0() -> BoundCode<Self>

Medication Summary Document

Source

pub fn v56447_6() -> BoundCode<Self>

Plan of care note

Source

pub fn v57016_8() -> BoundCode<Self>

Privacy Policy Acknowledgment Document

Source

pub fn v57017_6() -> BoundCode<Self>

Privacy Policy Organization Document

Source

pub fn v57133_1() -> BoundCode<Self>

Referral note

Source

pub fn null() -> BoundCode<Self>

Trait Implementations§

Source§

impl ValueSetDef for DocumentClasscodes

Source§

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

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