pub enum ResearchStudyClassifiers {
FdaRegulatedDevice,
FdaRegulatedDrug,
IrbExempt,
MpgParagraph23B,
}
Expand description
ResearchStudyClassifiers. Codes for use in ResearchStudy Resource. This resource (this entire set of content) is being used for active development of a ResearchStudyClassifiers CodeSystem for use for supporting multiple value sets in the FHIR ResearchStudy StructureDefinition.
FHIR version: 5.0.0.
Variants§
FdaRegulatedDevice
fda-regulated-device
FDA regulated device. A medical device regulated by the U.S. Food and Drug Administration.
FdaRegulatedDrug
fda-regulated-drug
FDA regulated drug. A medication regulated by the U.S. Food and Drug Administration.
IrbExempt
irb-exempt
IRB-exempt. Human subjects research that is excempt from oversight and monitoring by an institutional review board (IRB).
MpgParagraph23B
mpg-paragraph-23b
MPG Paragraph 23b. Research regulated by a specific German legal requirement (Medizinproduktegesetz MPG Paragraph 23b).
Trait Implementations§
Source§impl AsRef<str> for ResearchStudyClassifiers
impl AsRef<str> for ResearchStudyClassifiers
Source§impl Clone for ResearchStudyClassifiers
impl Clone for ResearchStudyClassifiers
Source§fn clone(&self) -> ResearchStudyClassifiers
fn clone(&self) -> ResearchStudyClassifiers
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for ResearchStudyClassifiers
impl Debug for ResearchStudyClassifiers
Source§impl<'de> Deserialize<'de> for ResearchStudyClassifiers
impl<'de> Deserialize<'de> for ResearchStudyClassifiers
Source§fn deserialize<D>(
deserializer: D,
) -> Result<ResearchStudyClassifiers, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<ResearchStudyClassifiers, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Source§impl Display for ResearchStudyClassifiers
impl Display for ResearchStudyClassifiers
Source§impl From<ResearchStudyClassifiers> for CodeableConcept
impl From<ResearchStudyClassifiers> for CodeableConcept
Source§fn from(code: ResearchStudyClassifiers) -> CodeableConcept
fn from(code: ResearchStudyClassifiers) -> CodeableConcept
Source§impl From<ResearchStudyClassifiers> for Coding
impl From<ResearchStudyClassifiers> for Coding
Source§fn from(code: ResearchStudyClassifiers) -> Coding
fn from(code: ResearchStudyClassifiers) -> Coding
Source§impl FromStr for ResearchStudyClassifiers
impl FromStr for ResearchStudyClassifiers
Source§impl Hash for ResearchStudyClassifiers
impl Hash for ResearchStudyClassifiers
Source§impl PartialEq for ResearchStudyClassifiers
impl PartialEq for ResearchStudyClassifiers
Source§impl Serialize for ResearchStudyClassifiers
impl Serialize for ResearchStudyClassifiers
Source§fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
impl Copy for ResearchStudyClassifiers
impl Eq for ResearchStudyClassifiers
impl StructuralPartialEq for ResearchStudyClassifiers
Auto Trait Implementations§
impl Freeze for ResearchStudyClassifiers
impl RefUnwindSafe for ResearchStudyClassifiers
impl Send for ResearchStudyClassifiers
impl Sync for ResearchStudyClassifiers
impl Unpin for ResearchStudyClassifiers
impl UnwindSafe for ResearchStudyClassifiers
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string
, but without panic on OOM.