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.
In scope of the eHealth Infrastructure, the ClinicalImpression resource is used for:
Except for the ClinicalImpression instance for the Practitioner assessment and for the ClinicalImpression instance for missing measurements, the one or more investigation.item refer to the Observation, QuestionnaireResponse, and Media instances submitted as a measurement.
The element code specifies what kind of the above uses is the case.
With the extension investigation.decisionRule, the ClinicalImpression is able to capture decision support invocations such as the automated triaging. This entails:
The ClinicalImpression instance for the Practitioner assessment refers to a ClinicalImpression instance of the other types. The reference is made with the element previous.
The element finding.itemCodeableConcept contains the Practitioner’s assessment of the measurement/triaging result/decision support result, that is whether the measurement/result is approved or approved also for registering in national document sharing infrastructure.
In case the Practitioner has comments or notes, these can be captured as one or more occurrences of the element note.text.
The official URL for this profile is:
http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression
This profile builds on ClinicalImpression.
This profile was published on Thu May 16 12:32:10 UTC 2019 as a draft by ehealth.sundhed.dk.
Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.
Path | Name | Conformance | ValueSet |
ClinicalImpression.language | Common Languages | extensible | Common Languages |
ClinicalImpression.status | ClinicalImpressionStatus | required | ClinicalImpressionStatus |
ClinicalImpression.code | ClinicalImpressionCodes | required | ClinicalImpressionCodes |
ClinicalImpression.code.coding | ClinicalImpressionCodes | required | ClinicalImpressionCodes |
ClinicalImpression.investigation.code | Investigation Type | example | Investigation Type |
ClinicalImpression.finding.item[x] | ClinicalImpressionFindingCodes | required | ClinicalImpressionFindingCodes |
ClinicalImpression.prognosisCodeableConcept | Clinical Impression Prognosis | example | Clinical Impression Prognosis |
Id | Path | Details | Requirements |
dom-2 | ClinicalImpression | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-1 | ClinicalImpression | If the resource is contained in another resource, it SHALL NOT contain any narrative : contained.text.empty() | |
dom-4 | ClinicalImpression | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated : contained.meta.versionId.empty() and contained.meta.lastUpdated.empty() | |
dom-3 | ClinicalImpression | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource : contained.where(('#'+id in %resource.descendants().reference).not()).empty() | |
ele-1 | ClinicalImpression.investigation | All FHIR elements must have a @value or children : hasValue() | (children().count() > id.count()) | |
ele-1 | ClinicalImpression.finding | All FHIR elements must have a @value or children : hasValue() | (children().count() > id.count()) |