Third-party applications can launch the PainChek app using a deep link to navigate directly to a resident record.Launch the app using the following URL:
https://pck-adult.painchek.com/patient/{resident_id}
For example:
https://pck-adult.painchek.com/patient/3a6a5e14-9fb1-49ec-9dec-685a16e124b3
The resident may be identified using either the PainChek identifier (a UUID, which is checked first) or an External Id (checked second).
The External Id is an identifier for a resident provided by an integrated third-party system (e.g., a Care Management System).
You may be prompted to sign into the app. After signing in, you will be navigated directly to the resident. If no matching resident is found, the app will launch and open to the last active screen.
Note
The deep link is only followed when the app is idle and the user is viewing the Main Dashboard, Resident Dashboard, or Resident List. In all other situations, the app will open to the last active screen.
PainChek currently supports an alternative URL scheme (https://pck-adult.painchek.com/patient/{resident_id}), but the URL noted above is the preferred method.