pub enum Use {
Claim,
Preauthorization,
Predetermination,
}Expand description
Use. The purpose of the Claim: predetermination, preauthorization, claim.
FHIR version: 5.0.0.
Variants§
Claim
claim
Claim. The treatment is complete and this represents a Claim for the services.
preauthorization
Preauthorization. The treatment is proposed and this represents a Pre-authorization for the services.
Predetermination
predetermination
Predetermination. The treatment is proposed and this represents a Pre-determination for the services.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Use
impl<'de> Deserialize<'de> for Use
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 From<Use> for CodeableConcept
impl From<Use> for CodeableConcept
impl Copy for Use
impl Eq for Use
impl StructuralPartialEq for Use
Auto Trait Implementations§
impl Freeze for Use
impl RefUnwindSafe for Use
impl Send for Use
impl Sync for Use
impl Unpin for Use
impl UnsafeUnpin for Use
impl UnwindSafe for Use
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