Patient Goals
Source Object: Patient Goals
Overview and Usage: The "Patient Goals" source object is a fundamental component of the athena EHR system that allows healthcare providers and clinicians to manage and track patient-specific goals and objectives effectively.
- DiscussionNotes: This field is used to document discussions related to patient goals. It can contain important notes, comments, and updates regarding the goals and their progress.
- FreeTextGoal: FreeTextGoal stores patient goals in a free-text format. Patients can express their health and wellness objectives and desired outcomes in their own words.
- Goals: Goals are structured objectives that include specific details such as duration, goal type, primary goal status, name, status, and target value. These structured goals help in setting clear expectations and tracking progress.
- PatientInstructions: This field contains instructions provided to patients for achieving their goals, which can include guidance on lifestyle changes, medication adherence, and other recommendations.
- AuditInformation: AuditInformation fields store information about the last modification to discussion notes, free-text goals, and patient instructions, including who made the changes and when.
- VersionTokens: Version tokens are used to manage updates to the discussion notes, free-text goals, and patient instructions. They help track changes and maintain data integrity.
Healthcare providers and clinicians utilize the "Patient Goals" source object to establish, monitor, and update patient-specific objectives. The structured goals provide clarity and specificity, while the free-text goals allow patients to express their goals in their own terms. The discussion notes and patient instructions facilitate communication and help in aligning care plans with patient goals.
Mapping Table
Data Field | Example Value | Source Data Field Description | Source Field Data Type | Source Data Field Cardinality | Mapped FHIR++ Resource | Mapped FHIR Data Field | Augmented Mapping | Associated Coding System | Associated FHIR Data Field Extension | Mapping Context |
---|---|---|---|---|---|---|---|---|---|---|
auditinformation.discussionnotes.lastmodifiedby | - | The username of the user who last updated the discussion notes. | string | 0..1 | Goal | meta.extension.valueString | discussion-notes-last-modified-by | Top Level | ||
auditinformation.discussionnotes.lastmodifieddatetime | - | The date and time the discussion notes were last modified. | string | 0..1 | Goal | meta.extension.valueDateTime | discussion-notes-last-modified-datetime | Top Level | ||
auditinformation.freetextgoal.lastmodifiedby | - | The username of the user who last updated the freetext goal. | string | 0..1 | Goal | meta.extension.valueString | free-text-goal-last-modified-by | Top Level | ||
auditinformation.freetextgoal.lastmodifieddatetime | - | The date and time this freetext goal was last modified. | string | 0..1 | Goal | meta.extension.valueDateTime | free-text-goal-last-modified-datetime | Top Level | ||
auditinformation.patientinstructions.lastmodifiedby | - | The username of the user who last updated the patient instructions. | string | 0..1 | Goal | meta.extension.valueString | patient-instructions-last-modified-by | Top Level | ||
auditinformation.patientinstructions.lastmodifieddatetime | - | The date and time the patient instructions were last modified. | string | 0..1 | Goal | meta.extension.valueDateTime | patient-instructions-last-modified-datetime | Top Level | ||
discussionnotes | - | Further discussion notes about these patient goals. | string | 0..1 | Goal | meta.extension.valueString | discussion-notes | Top Level | ||
freetextgoal | - | Unstructured goal. More of a note field. | string | 0..1 | Goal | meta.extension.valueString | free-text-goal | Top Level | ||
goals.compoundvalues.compoundkey | - | A key indentifying what information this compound value stores. | string | 0..1 | Goal | target.extension.valueCodeableConcept.coding.code | compound-values | Top Level | ||
goals.com[poundvalues.compoundvalue | - | The target value for the compound value. | string | 0..1 | Goal | target.extension.valueCodeableConcept.coding.display | compound-values | Top Level | ||
goals.duration | - | Expected time frame for reaching goal. This will not be returned if the goal has been met. | string | 0..1 | Goal | target.dueDate | Top Level | |||
goals.goaltype | - | Clinical goal type. Usually a VITALS or a LABANALYTE. | string | 0..1 | Goal | category.coding.code | Top Level | |||
goals.isprimarygoal | - | Indicates primary goal. Value would be true if the goal is primary else false. | string | 0..1 | Goal | extension.valueString | is-primay-goal | Top Level | ||
goals.name | - | Display name of goal. | string | 0..1 | Goal | extension.valueString | name | Top Level | ||
goals.status | - | Status of goal. Null means not yet met. If met will have a value of MET. | string | 0..1 | Goal | achievementStatus | Top Level | |||
goals.targetvalue | - | Goal target value. | string | 0..1 | Goal | target.detailString | Top Level | |||
patientinstructions | - | Instructions to the patient about achieving these goals. | string | 0..1 | Goal | meta.extension.valueString | patient-instructions | Top Level | ||
versiontokens.discussionnotes | - | The version token for discussion notes. | string | 0..1 | Goal | meta.extension.valueString | version-tokens-discussion-notes | Top Level | ||
versiontokens.freetextgoal | - | The version token for free text goals. | string | 0..1 | Goal | meta.extension.valueString | version-tokens-free-text-goal | Top Level | ||
versiontokens.patientinstructions | - | The version token for patient instructions. | string | 0..1 | Goal | meta.extension.valueString | version-tokens-patient-instructions | Top Level |