The following XML paths display patient information related to the Master Patient Index (MPI) numbers included in a packet.
When using the MasterPatientIndex 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 MasterPatientIndex 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 MasterPatientIndex 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/MasterPatientIndexes/MasterPatientIndex |
Use this parent element path to display more than one MPI 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, PatientFirstName, PatientMiddleName, PatientLastName, DOB, SSN, Gender, SpecialInstructions, and DeceasedDate. |
//ROIRequest/Inventory/MasterPatientIndexes/MasterPatientIndex/MPI |
The MPI number from an attached MPI. |
//ROIRequest/Inventory/MasterPatientIndexes/MasterPatientIndex/PatientFirstName |
The patient first name from an attached MPI. |
//ROIRequest/Inventory/MasterPatientIndexes/MasterPatientIndex/PatientMiddleName |
The patient middle name from an attached MPI. |
//ROIRequest/Inventory/MasterPatientIndexes/MasterPatientIndex/PatientLastName |
The patient last name from an attached MPI. |
//ROIRequest/Inventory/MasterPatientIndexes/MasterPatientIndex/DOB |
The patient date of birth from an attached MPI. |
//ROIRequest/Inventory/MasterPatientIndexes/MasterPatientIndex/SSN |
The patient Social Security number from an attached MPI. |
//ROIRequest/Inventory/MasterPatientIndexes/MasterPatientIndex/Gender |
The patient gender from an attached MPI. |
//ROIRequest/Inventory/MasterPatientIndexes/MasterPatientIndex/SpecialInstructions |
The patient special instructions from an attached MPI. |
//ROIRequest/Inventory/MasterPatientIndexes/MasterPatientIndex/DeceasedDate |
The patient deceased date from an attached MPI. |