pub struct C80Facilitycodes;Expand description
http://hl7.org/fhir/ValueSet/c80-facilitycodes
Implementations§
Source§impl C80Facilitycodes
impl C80Facilitycodes
Sourcepub fn v224687002() -> BoundCode<Self>
pub fn v224687002() -> BoundCode<Self>
Hospital-prison
Sourcepub fn v225732001() -> BoundCode<Self>
pub fn v225732001() -> BoundCode<Self>
Hospital-community
Sourcepub fn v272501009() -> BoundCode<Self>
pub fn v272501009() -> BoundCode<Self>
Sports facility
Sourcepub fn v275576008() -> BoundCode<Self>
pub fn v275576008() -> BoundCode<Self>
Elderly assessment clinic
Sourcepub fn v284546000() -> BoundCode<Self>
pub fn v284546000() -> BoundCode<Self>
Hospice facility
Sourcepub fn v309898008() -> BoundCode<Self>
pub fn v309898008() -> BoundCode<Self>
Psychogeriatric day hospital
Sourcepub fn v309900005() -> BoundCode<Self>
pub fn v309900005() -> BoundCode<Self>
Care of the elderly day hospital
Sourcepub fn v310205006() -> BoundCode<Self>
pub fn v310205006() -> BoundCode<Self>
Private residential home
Sourcepub fn v33022008() -> BoundCode<Self>
pub fn v33022008() -> BoundCode<Self>
Hospital-based outpatient clinic or department–OTHER-NOT LISTED
Sourcepub fn v360957003() -> BoundCode<Self>
pub fn v360957003() -> BoundCode<Self>
Hospital outpatient allergy clinic
Sourcepub fn v360966004() -> BoundCode<Self>
pub fn v360966004() -> BoundCode<Self>
Hospital outpatient immunology clinic
Sourcepub fn v394759007() -> BoundCode<Self>
pub fn v394759007() -> BoundCode<Self>
Independent ambulatory care provider site–OTHER–NOT LISTED
Sourcepub fn v394777002() -> BoundCode<Self>
pub fn v394777002() -> BoundCode<Self>
Health encounter site–NOT LISTED
Sourcepub fn v405607001() -> BoundCode<Self>
pub fn v405607001() -> BoundCode<Self>
Ambulatory surgery center
Sourcepub fn v409519008() -> BoundCode<Self>
pub fn v409519008() -> BoundCode<Self>
Contained casualty setting
Sourcepub fn v413456002() -> BoundCode<Self>
pub fn v413456002() -> BoundCode<Self>
Adult day care center
Sourcepub fn v413817003() -> BoundCode<Self>
pub fn v413817003() -> BoundCode<Self>
Child day care center
Sourcepub fn v418518002() -> BoundCode<Self>
pub fn v418518002() -> BoundCode<Self>
Dialysis unit–hospital
Sourcepub fn v419955002() -> BoundCode<Self>
pub fn v419955002() -> BoundCode<Self>
Residential institution
pub fn null() -> BoundCode<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for C80Facilitycodes
impl RefUnwindSafe for C80Facilitycodes
impl Send for C80Facilitycodes
impl Sync for C80Facilitycodes
impl Unpin for C80Facilitycodes
impl UnsafeUnpin for C80Facilitycodes
impl UnwindSafe for C80Facilitycodes
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
impl<T> ErasedDestructor for Twhere
T: 'static,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
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 moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
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