eHealth Infrastructure - Local Development build (v2021.3.0). See the Directory of published versions
Defining URL: | http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression |
Version: | 2021.3.0 |
Name: | ehealth-clinicalimpression |
Status: | Active as of 2021-11-25T09:32:14+00:00 |
Publisher: | Systematic | Trifork |
Source Resource: | XML / JSON / Turtle |
The official URL for this profile is:
http://ehealth.sundhed.dk/fhir/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.
In scope of the eHealth Infrastructure, the ClinicalImpression resource is used for:
The element code
specifies which of the above uses is the case.
The ClinicalImpression can refer to another ClinicalImpression through the element previous
. It can also refer to measurement resources such as Observation, QuestionnaireResponse and Media through
a number of investigation.item
.
With the extension ehealth-clinicalimpression-decisionContext
, the ClinicalImpression is able to capture decision support invocations such as the automated triaging. This entails:
The ClinicalImpression instance for the Practitioner assessment can refer to a ClinicalImpression instance of the other types through the element previous
.
The element ehealth-clinicalimpression-decision
contains the Practitioner’s assessment of the measurement/triaging result/decision support result, that is whether the measurement/result is approved and/or approved for publishing in national document sharing.
In case the Practitioner has comments or notes, these can be captured as one or more occurrences of the element note.text
.
The ClinicalImpression.ehealth-clinicalimpression-careplan must be set when the ClinicalImpression references a resource that somewhere in the reference chain references a CarePlan.
previous
then it must also have the ehealth-clinicalimpression-careplan
element set, referring the same CarePlan as the previous
ClinicalImpression.A ClinicalImpression is not allowed to concern resources from different CarePlans, for example Observations from different CarePlans.
Description of Profiles, Differentials, Snapshots and how the different presentations work.
Other representations of profile: CSV, Excel, Schematron
Path | Conformance | ValueSet |
ClinicalImpression.language | preferred | CommonLanguages Max Binding: AllLanguages |
ClinicalImpression.status | required | ClinicalImpressionStatus |
ClinicalImpression.statusReason | example | |
ClinicalImpression.code | required | ClinicalImpressionCodes |
ClinicalImpression.investigation.code | example | InvestigationType |
ClinicalImpression.finding.itemCodeableConcept | required | ClinicalImpressionFindingCodes |
ClinicalImpression.prognosisCodeableConcept | example | ClinicalImpressionPrognosis |
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-3 | ClinicalImpression | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource : contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).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-5 | ClinicalImpression | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | ClinicalImpression | A resource should have narrative for robust management : text.`div`.exists() | |
ele-1 | ClinicalImpression.meta | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.implicitRules | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.language | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.text | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.extension | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | ClinicalImpression.extension | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
ele-1 | ClinicalImpression.extension:carePlan | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | ClinicalImpression.extension:carePlan | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
ele-1 | ClinicalImpression.extension:decisionContext | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | ClinicalImpression.extension:decisionContext | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
ele-1 | ClinicalImpression.extension:decision | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | ClinicalImpression.extension:decision | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
ele-1 | ClinicalImpression.extension:episodeOfCare | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | ClinicalImpression.extension:episodeOfCare | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
ele-1 | ClinicalImpression.modifierExtension | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | ClinicalImpression.modifierExtension | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
ele-1 | ClinicalImpression.identifier | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.status | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.statusReason | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.code | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.description | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.subject | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.encounter | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.effective[x] | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.date | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.assessor | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.previous | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.problem | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.investigation | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.investigation.extension | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | ClinicalImpression.investigation.extension | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
ele-1 | ClinicalImpression.investigation.extension:mediaInvestigationItem | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | ClinicalImpression.investigation.extension:mediaInvestigationItem | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
ele-1 | ClinicalImpression.investigation.modifierExtension | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | ClinicalImpression.investigation.modifierExtension | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
ele-1 | ClinicalImpression.investigation.code | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.investigation.item | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.protocol | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.summary | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.finding | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.finding.extension | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | ClinicalImpression.finding.extension | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
ele-1 | ClinicalImpression.finding.modifierExtension | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | ClinicalImpression.finding.modifierExtension | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
ele-1 | ClinicalImpression.finding.itemCodeableConcept | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.finding.itemReference | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.finding.basis | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.prognosisCodeableConcept | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.prognosisReference | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.supportingInfo | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.note | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.note.extension | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | ClinicalImpression.note.extension | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
ele-1 | ClinicalImpression.note.author[x] | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.note.author[x]:authorReference | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.note.author[x]:authorString | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.note.time | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | ClinicalImpression.note.text | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) |