pub enum ContactPointUse {
Home,
Mobile,
Old,
Temp,
Work,
}Expand description
ContactPointUse. Use of contact point.
FHIR version: 5.0.0.
Variants§
Home
home
Home. A communication contact point at a home; attempted contacts for business purposes might intrude privacy and chances are one will contact family or other household members instead of the person one wishes to call. Typically used with urgent cases, or if no other contacts are available.
Mobile
mobile
Mobile. A telecommunication device that moves and stays with its owner. May have characteristics of all other use codes, suitable for urgent matters, not the first choice for routine business.
Old
old
Old. This contact point is no longer in use (or was never correct, but retained for records).
Temp
temp
Temp. A temporary contact point. The period can provide more detailed information.
Work
work
Work. An office contact point. First choice for business related contacts during business hours.
Trait Implementations§
Source§impl AsRef<str> for ContactPointUse
impl AsRef<str> for ContactPointUse
Source§impl Clone for ContactPointUse
impl Clone for ContactPointUse
Source§fn clone(&self) -> ContactPointUse
fn clone(&self) -> ContactPointUse
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for ContactPointUse
impl Debug for ContactPointUse
Source§impl<'de> Deserialize<'de> for ContactPointUse
impl<'de> Deserialize<'de> for ContactPointUse
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>,
Source§impl Display for ContactPointUse
impl Display for ContactPointUse
Source§impl From<ContactPointUse> for CodeableConcept
impl From<ContactPointUse> for CodeableConcept
Source§fn from(code: ContactPointUse) -> Self
fn from(code: ContactPointUse) -> Self
Source§impl From<ContactPointUse> for Coding
impl From<ContactPointUse> for Coding
Source§fn from(code: ContactPointUse) -> Self
fn from(code: ContactPointUse) -> Self
Source§impl FromStr for ContactPointUse
impl FromStr for ContactPointUse
Source§impl Hash for ContactPointUse
impl Hash for ContactPointUse
Source§impl PartialEq for ContactPointUse
impl PartialEq for ContactPointUse
Source§fn eq(&self, other: &ContactPointUse) -> bool
fn eq(&self, other: &ContactPointUse) -> bool
self and other values to be equal, and is used by ==.