interface ClinicalImpression {
    _date?: Element;
    _description?: Element;
    _effectiveDateTime?: Element;
    _implicitRules?: Element;
    _language?: Element;
    _protocol?: Element[];
    _status?: Element;
    _summary?: Element;
    assessor?: Reference;
    code?: CodeableConcept;
    contained?: ConcreteType[];
    date?: dateTime;
    description?: string;
    effectiveDateTime?: dateTime;
    effectivePeriod?: Period;
    encounter?: Reference;
    extension?: Extension[];
    finding?: ClinicalImpressionFinding[];
    id?: id;
    identifier?: Identifier[];
    implicitRules?: uri;
    investigation?: ClinicalImpressionInvestigation[];
    language?: code;
    meta?: Meta;
    modifierExtension?: Extension[];
    note?: Annotation[];
    previous?: Reference;
    problem?: Reference[];
    prognosisCodeableConcept?: CodeableConcept[];
    prognosisReference?: Reference[];
    protocol?: uri[];
    resourceType: "ClinicalImpression";
    status: code;
    statusReason?: CodeableConcept;
    subject: Reference;
    summary?: string;
    supportingInfo?: Reference[];
    text?: Narrative;
}

Properties

_date?: Element

When the assessment was documented

_description?: Element

Why/how the assessment was performed

_effectiveDateTime?: Element

Time of assessment

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

_protocol?: Element[]

Clinical Protocol followed

_status?: Element

in-progress | completed | entered-in-error

_summary?: Element

Summary of the assessment

assessor?: Reference

The clinician performing the assessment

Kind of assessment performed

contained?: ConcreteType[]

Contained, inline Resources

date?: dateTime

When the assessment was documented

description?: string

Why/how the assessment was performed

effectiveDateTime?: dateTime

Time of assessment

effectivePeriod?: Period

Time of assessment

encounter?: Reference

Encounter created as part of

extension?: Extension[]

Additional content defined by implementations

Possible or likely findings and diagnoses

id?: id

Logical id of this artifact

identifier?: Identifier[]

Business identifier

implicitRules?: uri

A set of rules under which this content was created

One or more sets of investigations (signs, symptoms, etc.)

language?: code

Language of the resource content

meta?: Meta

Metadata about the resource

modifierExtension?: Extension[]

Extensions that cannot be ignored

note?: Annotation[]

Comments made about the ClinicalImpression

previous?: Reference

Reference to last assessment

problem?: Reference[]

Relevant impressions of patient state

prognosisCodeableConcept?: CodeableConcept[]

Estimate of likely outcome

prognosisReference?: Reference[]

RiskAssessment expressing likely outcome

protocol?: uri[]

Clinical Protocol followed

resourceType
status: code

in-progress | completed | entered-in-error

statusReason?: CodeableConcept

Reason for current status

subject: Reference

Patient or group assessed

summary?: string

Summary of the assessment

supportingInfo?: Reference[]

Information supporting the clinical impression

text?: Narrative

Text summary of the resource, for human interpretation