The following XML paths display patient information related to the Medical Record Numbers (MRNs) included in a packet.
When using the MedicalRecord element parent path as a placeholder and you select to insert the results as a list, all of element's child elements are displayed in the generated document.
When using the MedicalRecord parent path as a placeholder and you select to insert the results as a table, you must enter the child elements you want displayed as column names. For example, when configuring a placeholder using the MedicalRecord root path, and you only want PatientLastName and PatientFirstName values displayed in the generated document, you would enter PatientLastName,PatientFirstName in the Column Names field.
XML Path |
Display |
---|---|
//ROIRequest/Inventory/MedicalRecords/MedicalRecord |
Use this parent element path to display more than one MRN in the generated document. When configuring a placeholder for this path, insert the results as either a list or table. For a table, valid column names include MPI, MRN, PatientFirstName, PatientMiddleName, PatientLastName, DOB, Birthplace, SSN, Gender, HomePhoneNumber, WorkPhoneNumber, and CellPhoneNumber. |
//ROIRequest/Inventory/MedicalRecords/MedicalRecord/MPI |
The patient MPI number associated with an attached MRN. |
//ROIRequest/Inventory/MedicalRecords/MedicalRecord/MRN |
The patient MRN from an attached MRN. |
//ROIRequest/Inventory/MedicalRecords/MedicalRecord/PatientFirstName |
The patient first name from an attached MRN. |
//ROIRequest/Inventory/MedicalRecords/MedicalRecord/PatientMiddleName |
The patient middle name from an attached MRN. |
//ROIRequest/Inventory/MedicalRecords/MedicalRecord/PatientLastName |
The patient last name from an attached MRN. |
//ROIRequest/Inventory/MedicalRecords/MedicalRecord/Address1 |
The first line of the address (Address 1) from an attached MRN. |
//ROIRequest/Inventory/MedicalRecords/MedicalRecord/Address2 |
The second line of the address (Address 2) from an attached MRN. |
//ROIRequest/Inventory/MedicalRecords/MedicalRecord/City |
The city from an attached MRN. |
//ROIRequest/Inventory/MedicalRecords/MedicalRecord/State |
The state from an attached MRN. |
//ROIRequest/Inventory/MedicalRecords/MedicalRecord/ZipCode |
The ZIP code from an attached MRN. |
//ROIRequest/Inventory/MedicalRecords/MedicalRecord/DOB |
The patient date of birth from an attached MRN. |
//ROIRequest/Inventory/MedicalRecords/MedicalRecord/Birthplace |
The patient birthplace from an attached MRN. |
//ROIRequest/Inventory/MedicalRecords/MedicalRecord/SSN |
The patient Social Security Number from an attached MRN. |
//ROIRequest/Inventory/MedicalRecords/MedicalRecord/Gender |
The patient gender from an attached MRN. |
//ROIRequest/Inventory/MedicalRecords/MedicalRecord/HomePhoneNumber |
The home phone number from an attached MRN. |
//ROIRequest/Inventory/MedicalRecords/MedicalRecord/WorkPhoneNumber |
The work phone number from an attached MRN. |
//ROIRequest/Inventory/MedicalRecords/MedicalRecord/CellPhoneNumber |
The cell phone number from an attached MRN. |