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 (const: unstable) · 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<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::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) -> Self
fn from(code: ResearchStudyClassifiers) -> Self
Source§impl From<ResearchStudyClassifiers> for Coding
impl From<ResearchStudyClassifiers> for Coding
Source§fn from(code: ResearchStudyClassifiers) -> Self
fn from(code: ResearchStudyClassifiers) -> Self
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§fn eq(&self, other: &ResearchStudyClassifiers) -> bool
fn eq(&self, other: &ResearchStudyClassifiers) -> bool
self and other values to be equal, and is used by ==.