This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Detailed Descriptions for the elements in the ClinicalAssessment resource.
ClinicalAssessment | |
Definition | 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. |
Control | 1..1 |
ClinicalAssessment.patient | |
Definition | The patient being asssesed. |
Control | 1..1 |
Type | Reference(Patient) |
ClinicalAssessment.assessor | |
Definition | The clinicial performing the assessment. |
Control | 1..1 |
Type | Reference(Practitioner) |
ClinicalAssessment.date | |
Definition | The point in time at which the assessment was concluded (not when it was recorded). |
Control | 1..1 |
Type | dateTime |
Comments | This SHOULD be accurate to at least the minute, though some assessments only have a known date. |
ClinicalAssessment.description | |
Definition | A summary of the context and/or cause of the assessment - why / where was it peformed, and what patient events/sstatus prompted it. |
Control | 0..1 |
Type | string |
ClinicalAssessment.previous | |
Definition | A reference to the last assesment that was conducted bon this patient. Assessments are often/usually ongoing in nature; a care provider (practitioner or team) will make new assessments on an ongoing basis as new data arises or the patient's conditions changes. |
Control | 0..1 |
Type | Reference(ClinicalAssessment) |
Comments | It is always likely that multiple previous assessments exist for a patient. The point of quoting a previous assessment is that this assessment is relative to it (see resolved). |
ClinicalAssessment.problem | |
Definition | This a list of the general problems/conditions for a patient. |
Control | 0..* |
Type | Reference(Condition | AllergyIntolerance) |
Comments | e.g. The patient is a pregnant, and cardiac congestive failure, Adenocarcinoma, and is allergic to penicillin. |
ClinicalAssessment.careplan | |
Definition | A reference to a specific care plan that prompted this assessment. The care plan provides further context for the assessment. |
Control | 0..1 |
Type | Reference(CarePlan) |
ClinicalAssessment.referral | |
Definition | A reference to a specific care plan that prompted this assessment. The referral request may provide further context for the assessment. |
Control | 0..1 |
Type | Reference(ReferralRequest) |
ClinicalAssessment.investigations | |
Definition | One or more sets of investigations (signs, symptions, etc). The actual grouping of investigations vary greatly depending on the type and context of the assessment. These investigations may include data generated during the assessment process, or data previously generated and recorded that is pertinent to the outcomes. |
Control | 0..* |
ClinicalAssessment.investigations.code | |
Definition | A name/code for the group ("set") of investigations. Typically, this will be something like "signs", "symptoms", "clinical", "diagnostic", but the list is not constrained, and others such groups such as (exposure|family|travel|nutitirional) history may be used. |
Control | 1..1 |
Binding | investigationGroupType: Example: See http://hl7.org/fhir/vs/investigation-sets (A name/code for a set of investigations) |
Type | CodeableConcept |
ClinicalAssessment.investigations.item | |
Definition | A record of a specific investigation that was undertaken. |
Control | 0..* |
Type | Reference(Observation | QuestionnaireAnswers | FamilyHistory | DiagnosticReport) |
Comments | Most investigations are observations of one kind of or another but some other specific types of data collection resources can also be used. |
ClinicalAssessment.protocol | |
Definition | Reference to a specific published clinical protocol that was followed during this assessment, and/or that provides evidence in support of the diagnosis. |
Control | 0..1 |
Type | uri |
ClinicalAssessment.summary | |
Definition | A text summary of the investigations and the diagnosis. |
Control | 0..1 |
Type | string |
ClinicalAssessment.diagnosis | |
Definition | An specific diagnosis that was considered likely or relevant to ongoing treatment. |
Control | 0..* |
ClinicalAssessment.diagnosis.item | |
Definition | Specific text of code for diagnosis. |
Control | 1..1 |
Binding | ConditionKind: Example: See http://hl7.org/fhir/vs/condition-code (Identification of the Condition or diagnosis.) |
Type | CodeableConcept |
ClinicalAssessment.diagnosis.cause | |
Definition | Which investigations support diagnosis. |
Control | 0..1 |
Type | string |
ClinicalAssessment.resolved | |
Definition | Diagnoses/conditions resolved since the last assessment. |
Control | 0..* |
Binding | ConditionKind: Example: See http://hl7.org/fhir/vs/condition-code (Identification of the Condition or diagnosis.) |
Type | CodeableConcept |
ClinicalAssessment.ruledOut | |
Definition | Diagnosis considered not possible. |
Control | 0..* |
ClinicalAssessment.ruledOut.item | |
Definition | Specific text of code for diagnosis. |
Control | 1..1 |
Binding | ConditionKind: Example: See http://hl7.org/fhir/vs/condition-code (Identification of the Condition or diagnosis.) |
Type | CodeableConcept |
ClinicalAssessment.ruledOut.reason | |
Definition | Grounds for elimination. |
Control | 0..1 |
Type | string |
ClinicalAssessment.prognosis | |
Definition | Estimate of likely outcome. |
Control | 0..1 |
Type | string |
ClinicalAssessment.plan | |
Definition | Plan of action after assessment. |
Control | 0..1 |
Type | Reference(CarePlan) |
ClinicalAssessment.action | |
Definition | Actions taken during assessment. |
Control | 0..* |
Type | Reference(ReferralRequest | ProcedureRequest | Procedure | MedicationPrescription | DiagnosticOrder | NutritionOrder | Supply | Appointment) |