pub struct GenomicStudy {Show 23 fields
pub id: Option<Id>,
pub meta: Option<Meta>,
pub implicit_rules: Option<UriDt>,
pub language: Option<CodeDt>,
pub text: Option<Narrative>,
pub contained: Option<Vec<AnyResource>>,
pub extension: Option<Vec<Extension>>,
pub modifier_extension: Option<Vec<Extension>>,
pub identifier: Option<Vec<Identifier>>,
pub status: Option<CodeDt>,
pub type_: Option<Vec<CodeableConcept>>,
pub subject: Option<Reference>,
pub encounter: Option<Reference>,
pub start_date: Option<DateTimeDt>,
pub based_on: Option<Vec<Reference>>,
pub referrer: Option<Reference>,
pub interpreter: Option<Vec<Reference>>,
pub reason: Option<Vec<CodeableReference>>,
pub instantiates_canonical: Option<CanonicalDt>,
pub instantiates_uri: Option<UriDt>,
pub note: Option<Vec<Annotation>>,
pub description: Option<MarkdownDt>,
pub analysis: Option<Vec<GenomicStudyAnalysisBackboneElement>>,
}
Fields§
§id: Option<Id>
Logical id of this artifact
meta: Option<Meta>
Metadata about the resource
implicit_rules: Option<UriDt>
A set of rules under which this content was created
language: Option<CodeDt>
Language of the resource content
text: Option<Narrative>
Text summary of the resource, for human interpretation
contained: Option<Vec<AnyResource>>
Contained, inline Resources
extension: Option<Vec<Extension>>
Additional content defined by implementations
modifier_extension: Option<Vec<Extension>>
Extensions that cannot be ignored
identifier: Option<Vec<Identifier>>
Identifiers for this genomic study
status: Option<CodeDt>
registered | available | cancelled | entered-in-error | unknown
type_: Option<Vec<CodeableConcept>>
The type of the study (e.g., Familial variant segregation, Functional variation detection, or Gene expression profiling)
subject: Option<Reference>
The primary subject of the genomic study
encounter: Option<Reference>
The healthcare event with which this genomics study is associated
start_date: Option<DateTimeDt>
When the genomic study was started
based_on: Option<Vec<Reference>>
Event resources that the genomic study is based on
referrer: Option<Reference>
Healthcare professional who requested or referred the genomic study
interpreter: Option<Vec<Reference>>
Healthcare professionals who interpreted the genomic study
reason: Option<Vec<CodeableReference>>
Why the genomic study was performed
instantiates_canonical: Option<CanonicalDt>
The defined protocol that describes the study
instantiates_uri: Option<UriDt>
The URL pointing to an externally maintained protocol that describes the study
note: Option<Vec<Annotation>>
Comments related to the genomic study
description: Option<MarkdownDt>
Description of the genomic study
analysis: Option<Vec<GenomicStudyAnalysisBackboneElement>>
Genomic Analysis Event
Implementations§
Source§impl GenomicStudy
impl GenomicStudy
pub fn set_identifier(self, v: Vec<Identifier>) -> Self
pub fn add_identifier(self, v: Identifier) -> Self
pub fn set_status<T: Into<CodeDt>>(self, v: T) -> Self
pub fn set_type_(self, v: Vec<CodeableConcept>) -> Self
pub fn add_type_(self, v: CodeableConcept) -> Self
pub fn set_subject(self, v: Reference) -> Self
pub fn set_encounter(self, v: Reference) -> Self
pub fn set_start_date<T: Into<DateTimeDt>>(self, v: T) -> Self
pub fn set_based_on(self, v: Vec<Reference>) -> Self
pub fn add_based_on(self, v: Reference) -> Self
pub fn set_referrer(self, v: Reference) -> Self
pub fn set_interpreter(self, v: Vec<Reference>) -> Self
pub fn add_interpreter(self, v: Reference) -> Self
pub fn set_reason(self, v: Vec<CodeableReference>) -> Self
pub fn add_reason(self, v: CodeableReference) -> Self
pub fn set_instantiates_canonical<T: Into<CanonicalDt>>(self, v: T) -> Self
pub fn set_instantiates_uri<T: Into<UriDt>>(self, v: T) -> Self
pub fn set_note(self, v: Vec<Annotation>) -> Self
pub fn add_note(self, v: Annotation) -> Self
pub fn set_description<T: Into<MarkdownDt>>(self, v: T) -> Self
pub fn set_analysis(self, v: Vec<GenomicStudyAnalysisBackboneElement>) -> Self
pub fn add_analysis(self, v: GenomicStudyAnalysisBackboneElement) -> Self
Trait Implementations§
Source§impl Clone for GenomicStudy
impl Clone for GenomicStudy
Source§fn clone(&self) -> GenomicStudy
fn clone(&self) -> GenomicStudy
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more