xCaliber healthCare Data Mesh

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 FieldExample ValueSource Data Field DescriptionSource Field Data TypeSource Data Field CardinalityMapped FHIR++ ResourceMapped FHIR Data FieldAugmented MappingAssociated Coding SystemAssociated FHIR Data Field ExtensionMapping Context
diagnosissnomedcode-The SNOMED code for diagnosis this order is for.Integer1..1serviceRequestreasonCode.[*].codingsystem=http://snomed.info/sctSnomed-Top Level
facilityid-The athena ID of the facility you want to send the order to. Get a localized list using /chart/configuration/facilities.Integer0..1serviceRequestperformer.[0].reference.split("/")?.[1]---Top Level
facilitynote-A note to send to the facility.String0..1serviceRequestnote[*].textnote[*].authorString=facility--Top Level
futuresubmitdate-The date the order should be sent. Defaults to today.String0..1serviceRequestoccurrenceDateTime---Top Level
highpriority-If true, then the order should be sent STAT.Boolean0..1serviceRequestif (priority === "stat") then true , else false---Top Level
ordertypeid-The athena ID of the type to order.Integer1..1serviceRequestcode.coding[*].code---Top Level
providernote-An internal note for the provider or staff.String0..1serviceRequestnote[*].textnote[*].authorString=practitioner--Top Level