pub struct ClinicalImpression {Show 27 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 status_reason: Option<CodeableConcept>,
pub description: Option<StringDt>,
pub subject: Option<Reference>,
pub encounter: Option<Reference>,
pub effective: Option<Period>,
pub date: Option<DateTimeDt>,
pub performer: Option<Reference>,
pub previous: Option<Reference>,
pub problem: Option<Vec<Reference>>,
pub change_pattern: Option<CodeableConcept>,
pub protocol: Option<Vec<UriDt>>,
pub summary: Option<StringDt>,
pub finding: Option<Vec<ClinicalImpressionFindingBackboneElement>>,
pub prognosis_codeable_concept: Option<Vec<CodeableConcept>>,
pub prognosis_reference: Option<Vec<Reference>>,
pub supporting_info: Option<Vec<Reference>>,
pub note: Option<Vec<Annotation>>,
}
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>>
Business identifier
status: Option<CodeDt>
preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown
status_reason: Option<CodeableConcept>
Reason for current status
description: Option<StringDt>
Why/how the assessment was performed
subject: Option<Reference>
Patient or group assessed
encounter: Option<Reference>
The Encounter during which this ClinicalImpression was created
effective: Option<Period>
Time of assessment
date: Option<DateTimeDt>
When the assessment was documented
performer: Option<Reference>
The clinician performing the assessment
previous: Option<Reference>
Reference to last assessment
problem: Option<Vec<Reference>>
Relevant impressions of patient state
change_pattern: Option<CodeableConcept>
Change in the status/pattern of a subject’s condition since previously assessed, such as worsening, improving, or no change
protocol: Option<Vec<UriDt>>
Clinical Protocol followed
summary: Option<StringDt>
Summary of the assessment
finding: Option<Vec<ClinicalImpressionFindingBackboneElement>>
Possible or likely findings and diagnoses
prognosis_codeable_concept: Option<Vec<CodeableConcept>>
Estimate of likely outcome
prognosis_reference: Option<Vec<Reference>>
RiskAssessment expressing likely outcome
supporting_info: Option<Vec<Reference>>
Information supporting the clinical impression
note: Option<Vec<Annotation>>
Comments made about the ClinicalImpression
Implementations§
Source§impl ClinicalImpression
impl ClinicalImpression
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_status_reason(self, v: CodeableConcept) -> Self
pub fn set_description<T: Into<StringDt>>(self, v: T) -> Self
pub fn set_subject(self, v: Reference) -> Self
pub fn set_encounter(self, v: Reference) -> Self
pub fn set_effective(self, v: Period) -> Self
pub fn set_date<T: Into<DateTimeDt>>(self, v: T) -> Self
pub fn set_performer(self, v: Reference) -> Self
pub fn set_previous(self, v: Reference) -> Self
pub fn set_problem(self, v: Vec<Reference>) -> Self
pub fn add_problem(self, v: Reference) -> Self
pub fn set_change_pattern(self, v: CodeableConcept) -> Self
pub fn set_protocol(self, v: Vec<UriDt>) -> Self
pub fn add_protocol<T: Into<UriDt>>(self, v: T) -> Self
pub fn set_summary<T: Into<StringDt>>(self, v: T) -> Self
pub fn set_finding( self, v: Vec<ClinicalImpressionFindingBackboneElement>, ) -> Self
pub fn add_finding(self, v: ClinicalImpressionFindingBackboneElement) -> Self
pub fn set_prognosis_codeable_concept(self, v: Vec<CodeableConcept>) -> Self
pub fn add_prognosis_codeable_concept(self, v: CodeableConcept) -> Self
pub fn set_prognosis_reference(self, v: Vec<Reference>) -> Self
pub fn add_prognosis_reference(self, v: Reference) -> Self
pub fn set_supporting_info(self, v: Vec<Reference>) -> Self
pub fn add_supporting_info(self, v: Reference) -> Self
pub fn set_note(self, v: Vec<Annotation>) -> Self
pub fn add_note(self, v: Annotation) -> Self
Trait Implementations§
Source§impl Clone for ClinicalImpression
impl Clone for ClinicalImpression
Source§fn clone(&self) -> ClinicalImpression
fn clone(&self) -> ClinicalImpression
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more