Exporting and Importing Requisition Templates
This article describes how to export a Requisition Template and then import it to create a new requisition template just like it.
Export Requisition Templates
Note: If moving requisition templates between Sandbox and Production, be sure that all Sample Types are the same between the two environments before proceeding. Sample Types can be found in More > Lab > Sample Types.
- Go to the Projects page, select the applicable project
- Go to the Settings tab
- Click the 3 dots to the far right of the applicable requisition template, choose Export
- Open the json file generated and edit any needed fields
- Required changes if moving projects between Sandbox and Production
- Check the following objects to make sure their values are set to null as listed below:
- "print_template_id": null,
- "patient_consent_version_id": null,
- “medical_consent_version_id”: null
- Replace all references of sandbox with production (or vice versa)
- Other changes to consider:
- “name” under “requisition_template”, “name”
- “display_name” under “associated_report_configurations”
- “remote_function_name” under “configuration” under “associated_report_configurations” (may need to update from sandbox to production)
- Required changes if moving projects between Sandbox and Production
- Save any json edits
Import Requisition Templates
- Go to the Projects page, select the applicable project
- Go to the Settings tab
- Click the green Add Requisition Template button and choose Import Requisition Template
- Upload the json file, click Create
- Review the new requisition template to be sure everything imported properly