Order Group
Source Object: Order Group
Overview and Usage: The "Order Group" source object in the athena EHR system is designed to manage and organize orders associated with patient cases. Developers can access and utilize this object to retrieve, update, and manage order group data. Key data fields include:
- Ordering Provider ID: Identifies the healthcare provider responsible for placing the order within the group.
- Patient Case ID: Uniquely identifies the patient case associated with the order group.
Developers can leverage the "Order Group" source object to create applications that streamline order management within patient cases, enhancing coordination and communication among healthcare providers and improving patient care.
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 |
---|---|---|---|---|---|---|---|---|---|---|
orderingproviderid | - | The ordering provider ID, if not given a random provider from that department will be used. | Integer | 0..1 | Encounter | extension.valueString | ordering-provider-id | Top Level | ||
patientcaseid | - | The ID of the patient case generating this new order group. | Integer | 0..1 | Encounter | extension.valueString | patient-case-id | Top Level |