Deep-Link
Rad AI Reporting allows deep-linking into the desktop app using the radai
custom protocol.
FHIR Resources
Deep-link directly to FHIR resources within the Rad AI Reporting desktop app.
ImagingStudy
Create Report
Example deep-link:
radai://launch/ImagingStudy?identifier={value}
Rad AI Reporting loosely follows the FHIR search token specification to match the ImagingStudy.identifier
.
This will open the Rad AI Reporting desktop app to a new report based off of the provided ImagingStudy
.
FHIR Search Token
Rad AI Reporting loosely follows the FHIR search token specification to match the ImagingStudy.identifier
.
Support Formats
The following formats for {value}
are supported.
[code]
[code]
matches an Identifier.value irrespective of the value of the system property[system]|[code]
[code]
matches an Identifier.value[system]
matches the system property of the Identifier
Unsupported Formats
The following formats for {value}
are not supported.
|[code]
[code]
matches an Identifier.value and the Identifier has no system property- Not directly supported, provides the same functionality as
[code]
[system]|
- Any ImagingStudy where the value of
[system]
matches the system property of the Identifier - Not supported
- Any ImagingStudy where the value of
Examples
Deep-Link | Description |
---|---|
radai://launch/ImagingStudy?identifier=12345 | Created a new report based off of the ImagingStudy with the identifier 12345 |
radai://launch/ImagingStudy?identifier=https://hospital.radai.com/accession|12345 | Created a new report based off of the ImagingStudy with the identifier 12345 and the system https://hospital.radai.com/accession |