ClinicalImpression

open class ClinicalImpression: DomainResource

A clinical assessment performed when planning treatments and management strategies for a patient.

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.

  • A clinical assessment performed when planning treatments and management strategies for a patient.

    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.

    Declaration

    Swift

    override open class var resourceType: String
  • Action taken as part of assessment procedure.

    Declaration

    Swift

    public var action: [Reference]?
  • The clinician performing the assessment.

    Declaration

    Swift

    public var assessor: Reference?
  • Kind of assessment performed.

    Declaration

    Swift

    public var code: CodeableConcept?
  • Encounter or Episode created from.

    Declaration

    Swift

    public var context: Reference?
  • When the assessment was documented.

    Declaration

    Swift

    public var date: DateTime?
  • Why/how the assessment was performed.

    Declaration

    Swift

    public var description_fhir: FHIRString?
  • Time of assessment.

    Declaration

    Swift

    public var effectiveDateTime: DateTime?
  • Time of assessment.

    Declaration

    Swift

    public var effectivePeriod: Period?
  • Possible or likely findings and diagnoses.

    Declaration

    Swift

    public var finding: [ClinicalImpressionFinding]?
  • Business identifier.

    Declaration

    Swift

    public var identifier: [Identifier]?
  • One or more sets of investigations (signs, symptions, etc.).

    Declaration

    Swift

    public var investigation: [ClinicalImpressionInvestigation]?
  • Comments made about the ClinicalImpression.

    Declaration

    Swift

    public var note: [Annotation]?
  • Reference to last assessment.

    Declaration

    Swift

    public var previous: Reference?
  • Relevant impressions of patient state.

    Declaration

    Swift

    public var problem: [Reference]?
  • Estimate of likely outcome.

    Declaration

    Swift

    public var prognosisCodeableConcept: [CodeableConcept]?
  • RiskAssessment expressing likely outcome.

    Declaration

    Swift

    public var prognosisReference: [Reference]?
  • Clinical Protocol followed.

    Declaration

    Swift

    public var protocol_fhir: [FHIRURL]?
  • Identifies the workflow status of the assessment.

    Declaration

    Swift

    public var status: ClinicalImpressionStatus?
  • Patient or group assessed.

    Declaration

    Swift

    public var subject: Reference?
  • Summary of the assessment.

    Declaration

    Swift

    public var summary: FHIRString?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(status: ClinicalImpressionStatus, subject: Reference)
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
  • Undocumented

    Declaration

    Swift

    open class ClinicalImpression: DomainResource