eHealth Infrastructure (v1.0.0)

StructureDefinition: ehealth-clinicalimpression

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.

Scope and Usage

In scope of the eHealth Infrastructure, the ClinicalImpression resource is used for:

  • representing the result of automated triaging based on comparing of submitted measurements to references ranges defined in the CarePlan/ProcedureRequest.

  • capturing assessment made by a Practitioner of a ClinicalImpression for triaging result

Decision Support / Triaging Result

With the extension investigation.decisionRule, the ClinicalImpression is able to capture decision support invocations such as the automated triaging. This entails:

  • decision rule identification
  • decision rule input and output parameter definitions
  • actual parameter values used at invocation
  • actual output parameter values resulting from the decision rule execution
  • possible errors in executing a decision rule are captured in one or more OperationOutcome.

Formal Views of Profile Content

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 Wed Mar 06 14:43:56 UTC 2019 as a draft by ehealth.sundhed.dk.

Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.

 

Terminology Bindings

PathNameConformanceValueSet
ClinicalImpression.languageCommon LanguagesextensibleCommon Languages
ClinicalImpression.statusClinicalImpressionStatusrequiredClinicalImpressionStatus
ClinicalImpression.code?extexample
ClinicalImpression.investigation.codeInvestigation TypeexampleInvestigation Type
ClinicalImpression.finding.item[x]ClinicalImpressionFindingCodesrequiredClinicalImpressionFindingCodes
ClinicalImpression.prognosisCodeableConceptClinical Impression PrognosisexampleClinical Impression Prognosis

Constraints

IdPathDetailsRequirements
dom-2ClinicalImpressionIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-1ClinicalImpressionIf the resource is contained in another resource, it SHALL NOT contain any narrative
: contained.text.empty()
dom-4ClinicalImpressionIf 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-3ClinicalImpressionIf 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-1ClinicalImpression.investigationAll FHIR elements must have a @value or children
: hasValue() | (children().count() > id.count())
ele-1ClinicalImpression.findingAll FHIR elements must have a @value or children
: hasValue() | (children().count() > id.count())
.