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