Procedure Order
Source Object: Procedure Order
Overview and Usage: The "Procedure Order" source object plays a crucial role in healthcare systems for the management and tracking of medical procedures ordered for patients. It provides essential information about procedure orders and their associated details. Here's a breakdown of the key components:
- Diagnosis SNOMED Code: The SNOMED CT code associated with the diagnosis for the procedure order.
- Facility ID: A unique identifier for the healthcare facility or provider associated with the procedure order.
- Facility Note: Additional notes or comments related to the healthcare facility or provider.
- Future Submit Date: The date when the procedure order is scheduled or intended to be submitted in the future.
- High Priority: An indicator specifying whether the procedure order is of high priority or urgency.
- Order Type ID: A unique identifier for the type of procedure order.
- Provider Note: Notes or comments associated with the healthcare provider responsible for the procedure order.
The "Procedure Order" source object is vital in ensuring that medical procedures are correctly ordered, scheduled, and tracked for patients. It contributes to effective healthcare management and patient care.
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 |
---|---|---|---|---|---|---|---|---|---|---|
diagnosissnomedcode | - | The SNOMED code for diagnosis this order is for. | Integer | 1..1 | serviceRequest | reasonCode.[*].coding | system=http://snomed.info/sct | Snomed | - | Top Level |
facilityid | - | The athena ID of the facility you want to send the order to. Get a localized list using /chart/configuration/facilities. | Integer | 0..1 | serviceRequest | performer.[0].reference.split("/")?.[1] | - | - | - | Top Level |
facilitynote | - | A note to send to the facility. | String | 0..1 | serviceRequest | note[*].text | note[*].authorString=facility | - | - | Top Level |
futuresubmitdate | - | The date the order should be sent. Defaults to today. | String | 0..1 | serviceRequest | occurrenceDateTime | - | - | - | Top Level |
highpriority | - | If true, then the order should be sent STAT. | Boolean | 0..1 | serviceRequest | if (priority === "stat") then true , else false | - | - | - | Top Level |
ordertypeid | - | The athena ID of the type to order. | Integer | 1..1 | serviceRequest | code.coding[*].code | - | - | - | Top Level |
providernote | - | An internal note for the provider or staff. | String | 0..1 | serviceRequest | note[*].text | note[*].authorString=practitioner | - | - | Top Level |