Encounter Physical Exam
Source Object: Encounter Physical Exam
Overview and Usage: The "Encounter Physical Exam" source object within athena EHR is a fundamental component for capturing and managing physical examination data during healthcare encounters. It allows healthcare providers to record detailed information about a patient's physical condition, helping with diagnosis and treatment planning. Here's an overview of key fields and their usage:
- Physical Exam: "physicalexam" contains the findings and observations related to the physical examination of the patient. This field captures details of the examination, including the patient's vital signs, body systems, and any specific findings.
- Last Modified By: "lastmodifiedby" specifies the user or entity responsible for the last modification of the physical examination data, facilitating tracking of changes and updates.
- Last Modified Date and Time: "lastmodifieddatetime" records the date and time when the physical examination data was last modified.
- Section Note: "sectionnote" provides an area for additional notes or comments related to the physical examination, allowing for supplementary information or context.
- Section Note Last Modified By: "sectionnotelastmodifiedby" records the user or entity responsible for the last modification of the section note within the physical examination data.
- Section Note Last Modified Date and Time: "sectionnotelastmodifieddatetime" captures the date and time when the section note was last modified.
- Summary Text: "summarytext" may offer a summarized version of the physical examination findings, providing a concise overview of the patient's physical condition.
- Template Data: "templatedata" can contain structured template data related to the physical examination, ensuring consistent and standardized documentation.
- Templates: "templates" indicate the specific templates or forms used for capturing physical examination information, which may vary based on clinical specialties or encounter types.
- Replace Section Note: "replacesectionnote" may be used to specify a replacement or updated section note, allowing for the modification of section notes within the physical examination data.
- Template IDs: "templateids" can be used to identify the specific templates or forms associated with the physical examination data.
The "Encounter Physical Exam" source object is crucial for healthcare providers to document the physical examination findings during patient encounters. It ensures proper documentation of a patient's physical condition, aiding in diagnosis, treatment planning, and care coordination. Developers can utilize this source object to build features and applications that enhance the documentation and management of physical examination data within athena EHR.
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 |
---|---|---|---|---|---|---|---|---|---|---|
lastmodifiedby | - | A string representing the username of the user who last modified the physical exam section. | string | 0..1 | Encounter | extension.valueString | physical-exam-last-modified-by | Top Level | ||
lastmodifieddatetime | - | The last time any information in the physical exam section was modified. | string | 0..1 | Encounter | extension.valueDateTime | physical-exam-last-modified-datetime | Top Level | ||
physicalexam | - | The structured physical exam data. It is structured as a list of paragraphs, each containing a list of sentences, each containing a list of findings. | array | 0..1 | Encounter | extension.valueString | physical-exam | Top Level | ||
sectionnote | - | The structured section-level note for the physical exam section. | string | 0..1 | Encounter | extension.valueString | physical-exam-section-note | Top Level | ||
sectionnotelastmodifiedby | - | A string representing the username of a the user who last modified the physical exam section note. | string | 0..1 | Encounter | extension.valueString | physical-exam-section-note-last-modified-by | Top Level | ||
sectionnotelastmodifieddatetime | - | The last time the physical exam section note was modified. | string | 0..1 | Encounter | extension.valueDateTime | physical-exam-section-note-last-modified-datetime | Top Level | ||
summarytext | - | The unstructured summary. | string | 0..1 | Encounter | extension.valueString | physical-exam-summary-text | Top Level | ||
templatedata | - | An array of objects each containing the name and id for physical exam templates attached to the encounter. | array | 0..1 | Encounter | extension.valueString | physical-exam-template-data | Top Level | ||
templates | - | The comma separated list of selected physical exam templates used. | string | 0..1 | Encounter | extension.valueString | physical-exam-templates | Top Level | ||
replacesectionnote | - | If true, will replace the existing section note with the new one. If false, will append to the existing note. | boolean | 0..1 | Encounter | extension.valueBoolean | physical-exam-replace-section-note | Top Level | ||
templateids | - | This is a JSON array of the template ids that should remain on (or be added to) the Physical Exam. Any template ids not included in this list will be removed from the Physical Exam. | array | 0..1 | Encounter | extension.valueString | physical-exam-template-ids | Top Level |