FHIR Release 3 (STU)

This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Patient Care Work GroupMaturity Level: 0 DraftCompartments: Encounter, Patient, Practitioner

Detailed Descriptions for the elements in the ClinicalImpression resource.

ClinicalImpression
Definition

A record of a clinical assessment performed to determine what problem(s) may affect the patient and before planning the treatments or management strategies that are best to manage a patient's condition. Assessments are often 1:1 with a clinical consultation / encounter, but this varies greatly depending on the clinical workflow. This resource is called "ClinicalImpression" rather than "ClinicalAssessment" to avoid confusion with the recording of assessment tools such as Apgar score.

Control1..1
ClinicalImpression.identifier
Definition

A unique identifier assigned to the clinical impression that remains consistent regardless of what server the impression is stored on.

NoteThis is a business identifer, not a resource identifier (see discussion)
Control0..*
TypeIdentifier
Summarytrue
ClinicalImpression.status
Definition

Identifies the workflow status of the assessment.

Control1..1
Terminology BindingClinicalImpressionStatus (Required)
Typecode
Is Modifiertrue
Summarytrue
Comments

This element is labeled as a modifier because the status contains the code entered-in-error that marks the clinical impression as not currently valid.

ClinicalImpression.code
Definition

Categorizes the type of clinical assessment performed.

Control0..1
Terminology BindingClinicalImpressionCode:
TypeCodeableConcept
Alternate Namestype
Summarytrue
Comments

This is present as a place-holder only and may be removed based on feedback/work group opinion.

ClinicalImpression.description
Definition

A summary of the context and/or cause of the assessment - why / where was it performed, and what patient events/status prompted it.

Control0..1
Typestring
Summarytrue
ClinicalImpression.subject
Definition

The patient or group of individuals assessed as part of this record.

Control1..1
TypeReference(Patient | Group)
Requirements

Group is typically for veterinary and/or public health purposes.

Summarytrue
ClinicalImpression.context
Definition

The encounter or episode of care this impression was created as part of.

Control0..1
TypeReference(Encounter | EpisodeOfCare)
Alternate Namesencounter
Summarytrue
ClinicalImpression.effective[x]
Definition

The point in time or period over which the subject was assessed.

Control0..1
TypedateTime|Period
[x] NoteSee Choice of Data Types for further information about how to use [x]
Summarytrue
Comments

This SHOULD be accurate to at least the minute, though some assessments only have a known date.

ClinicalImpression.date
Definition

Indicates when the documentation of the assessment was complete.

Control0..1
TypedateTime
Summarytrue
ClinicalImpression.assessor
Definition

The clinician performing the assessment.

Control0..1
TypeReference(Practitioner)
Summarytrue
ClinicalImpression.previous
Definition

A reference to the last assesment that was conducted bon this patient. Assessments are often/usually ongoing in nature; a care provider (practitioner or team) will make new assessments on an ongoing basis as new data arises or the patient's conditions changes.

Control0..1
TypeReference(ClinicalImpression)
Comments

It is always likely that multiple previous assessments exist for a patient. The point of quoting a previous assessment is that this assessment is relative to it (see resolved).

ClinicalImpression.problem
Definition

This a list of the relevant problems/conditions for a patient.

Control0..*
TypeReference(Condition | AllergyIntolerance)
Summarytrue
Comments

e.g. The patient is a pregnant, and cardiac congestive failure, ‎Adenocarcinoma, and is allergic to penicillin.

ClinicalImpression.investigation
Definition

One or more sets of investigations (signs, symptions, etc.). The actual grouping of investigations vary greatly depending on the type and context of the assessment. These investigations may include data generated during the assessment process, or data previously generated and recorded that is pertinent to the outcomes.

Control0..*
ClinicalImpression.investigation.code
Definition

A name/code for the group ("set") of investigations. Typically, this will be something like "signs", "symptoms", "clinical", "diagnostic", but the list is not constrained, and others such groups such as (exposure|family|travel|nutitirional) history may be used.

Control1..1
Terminology BindingInvestigation Type (Example)
TypeCodeableConcept
ClinicalImpression.investigation.item
Definition

A record of a specific investigation that was undertaken.

Control0..*
TypeReference(Observation | QuestionnaireResponse | FamilyMemberHistory | DiagnosticReport | RiskAssessment | ImagingStudy)
Comments

Most investigations are observations of one kind of or another but some other specific types of data collection resources can also be used.

ClinicalImpression.protocol
Definition

Reference to a specific published clinical protocol that was followed during this assessment, and/or that provides evidence in support of the diagnosis.

Control0..*
Typeuri
ClinicalImpression.summary
Definition

A text summary of the investigations and the diagnosis.

Control0..1
Typestring
ClinicalImpression.finding
Definition

Specific findings or diagnoses that was considered likely or relevant to ongoing treatment.

Control0..*
ClinicalImpression.finding.item[x]
Definition

Specific text, code or reference for finding or diagnosis, which may include ruled-out or resolved conditions.

Control1..1
Terminology BindingCondition/Problem/Diagnosis Codes (Example)
TypeCodeableConcept|Reference(Condition | Observation)
[x] NoteSee Choice of Data Types for further information about how to use [x]
ClinicalImpression.finding.basis
Definition

Which investigations support finding or diagnosis.

Control0..1
Typestring
ClinicalImpression.prognosisCodeableConcept
Definition

Estimate of likely outcome.

Control0..*
Terminology BindingClinical Impression Prognosis (Example)
TypeCodeableConcept
ClinicalImpression.prognosisReference
Definition

RiskAssessment expressing likely outcome.

Control0..*
TypeReference(RiskAssessment)
ClinicalImpression.action
Definition

Action taken as part of assessment procedure.

Control0..*
TypeReference(ReferralRequest | ProcedureRequest | Procedure | MedicationRequest | Appointment)
Comments

Actions recommended as a result of the impression should not be captured using the 'action' element.

ClinicalImpression.note
Definition

Commentary about the impression, typically recorded after the impression itself was made, though supplemental notes by the original author could also appear.

Control0..*
TypeAnnotation
Comments

Don't use this element for content that should more properly appear as one of the specific elements of the impression.