pub struct ConsentPolicy;Expand description
http://hl7.org/fhir/ValueSet/consent-policy
Implementations§
Source§impl ConsentPolicy
impl ConsentPolicy
Sourcepub fn hipaa_auth() -> BoundCode<Self>
pub fn hipaa_auth() -> BoundCode<Self>
HIPAA Authorization
Sourcepub fn hipaa_research() -> BoundCode<Self>
pub fn hipaa_research() -> BoundCode<Self>
HIPAA Research Authorization
Sourcepub fn hipaa_restrictions() -> BoundCode<Self>
pub fn hipaa_restrictions() -> BoundCode<Self>
HIPAA Restrictions
Sourcepub fn hipaa_self_pay() -> BoundCode<Self>
pub fn hipaa_self_pay() -> BoundCode<Self>
HIPAA Self-Pay Restriction
Sourcepub fn illinois_minor_procedure() -> BoundCode<Self>
pub fn illinois_minor_procedure() -> BoundCode<Self>
Illinois Consent by Minors to Medical Procedures
Sourcepub fn mdhhs_5515() -> BoundCode<Self>
pub fn mdhhs_5515() -> BoundCode<Self>
Michigan MDHHS-5515 Consent to Share Behavioral Health Information for Care Coordination Purposes
Sourcepub fn nih_grdr() -> BoundCode<Self>
pub fn nih_grdr() -> BoundCode<Self>
NIH Global Rare Disease Patient Registry and Data Repository consent
Sourcepub fn va_10_0484() -> BoundCode<Self>
pub fn va_10_0484() -> BoundCode<Self>
VA Form 10-0484
Sourcepub fn va_10_0485() -> BoundCode<Self>
pub fn va_10_0485() -> BoundCode<Self>
VA Form 10-0485
Sourcepub fn va_10_10116() -> BoundCode<Self>
pub fn va_10_10116() -> BoundCode<Self>
VA Form 10-10-10116
Sourcepub fn va_10_5345() -> BoundCode<Self>
pub fn va_10_5345() -> BoundCode<Self>
VA Form 10-5345
Sourcepub fn va_10_5345a() -> BoundCode<Self>
pub fn va_10_5345a() -> BoundCode<Self>
VA Form 10-5345a
Sourcepub fn va_10_5345a_mhv() -> BoundCode<Self>
pub fn va_10_5345a_mhv() -> BoundCode<Self>
VA Form 10-5345a-MHV
Sourcepub fn va_21_4142() -> BoundCode<Self>
pub fn va_21_4142() -> BoundCode<Self>
VA Form 21-4142
pub fn null() -> BoundCode<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConsentPolicy
impl RefUnwindSafe for ConsentPolicy
impl Send for ConsentPolicy
impl Sync for ConsentPolicy
impl Unpin for ConsentPolicy
impl UnsafeUnpin for ConsentPolicy
impl UnwindSafe for ConsentPolicy
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