PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.core@4.4.0
    http://hl7.org/fhir/StructureDefinition/ClinicalImpression
description: 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.
package_name: hl7.fhir.r5.core
derivation: specialization
name: ClinicalImpression
type: ClinicalImpression
elements:
  description: {type: string, short: Why/how the assessment was performed, isSummary: true, index: 3}
  date: {short: When the assessment was documented, type: dateTime, isSummary: true, index: 10}
  protocol: {type: uri, short: Clinical Protocol followed, array: true, index: 14}
  supportingInfo:
    type: Reference
    short: Information supporting the clinical impression
    refers: ['http://hl7.org/fhir/StructureDefinition/Resource']
    array: true
    index: 21
  encounter:
    short: The Encounter during which this ClinicalImpression was created
    refers: ['http://hl7.org/fhir/StructureDefinition/Encounter']
    type: Reference
    isSummary: true
    index: 5
  problem:
    short: Relevant impressions of patient state
    refers: ['http://hl7.org/fhir/StructureDefinition/AllergyIntolerance', 'http://hl7.org/fhir/StructureDefinition/Condition']
    type: Reference
    array: true
    isSummary: true
    index: 13
  statusReason:
    short: Reason for current status
    type: CodeableConcept
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/clinicalimpression-status-reason'}
    index: 2
  note: {short: Comments made about the ClinicalImpression, type: Annotation, array: true, index: 22}
  summary: {type: string, short: Summary of the assessment, index: 15}
  effectiveDateTime: {short: Time of assessment, type: dateTime, choiceOf: effective, isSummary: true, index: 8}
  prognosisCodeableConcept:
    short: Estimate of likely outcome
    type: CodeableConcept
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/clinicalimpression-prognosis'}
    index: 19
  status:
    isModifier: true
    short: preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown
    type: code
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/event-status|4.4.0'}
    isModifierReason: This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
    isSummary: true
    index: 1
  effective:
    short: Time of assessment
    choices: [effectiveDateTime, effectivePeriod]
    isSummary: true
    index: 7
  previous:
    short: Reference to last assessment
    refers: ['http://hl7.org/fhir/StructureDefinition/ClinicalImpression']
    type: Reference
    index: 12
  identifier: {short: Business identifier, type: Identifier, array: true, isSummary: true, index: 0}
  finding:
    type: BackboneElement
    short: Possible or likely findings and diagnoses
    array: true
    index: 16
    elements:
      item:
        short: What was found
        type: CodeableReference
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/condition-code'}
        index: 17
      basis: {type: string, short: Which investigations support finding, index: 18}
  prognosisReference:
    type: Reference
    short: RiskAssessment expressing likely outcome
    refers: ['http://hl7.org/fhir/StructureDefinition/RiskAssessment']
    array: true
    index: 20
  subject:
    short: Patient or group assessed
    refers: ['http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Patient']
    type: Reference
    isSummary: true
    index: 4
  performer:
    short: The clinician performing the assessment
    refers: ['http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole']
    type: Reference
    isSummary: true
    index: 11
  effectivePeriod: {short: Time of assessment, type: Period, choiceOf: effective, isSummary: true, index: 9}
package_version: 4.4.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/ClinicalImpression
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.4.0
required: [status, subject]