Users of the Corti API are not limited to only using Facts and transcripts generated by the Corti system to create documents. Data from other systems such as patient history, information from prior encounters or other relevant data can be pulled from external sources and sent to Corti's endpoints for use to create documents. The outlined workflows, below, illustrate how you may be able to utilize your own data with Corti's API.
The workflows below are examples meant to encourage creative use of Corti's APIs. Configure your workflows, as needed, for your use case.
Add Facts prior to an Encounter / Dictation Session
Create an Interaction with a 'planned' status to house the external data set
Pull the relevant data from the appropriate source
Create new Facts by making a POST request to the Add Facts endpoint (be sure to set the source attribute to 'system')
Generate a transcript and clinical Facts by using:
/stream endpoint for real-time bi-directional communication
/transcribe endpoint for real-time stateless dictation.
Generate Document(s) using a POST request to the Generate Document endpoint
Fact(s) added prior to the encounter can be used to generate a document without the need of a live encounter or can be used along side the Facts and transcript generated by future encounters.
Add Facts after an Encounter / Dictation Session
Create an Interaction with a 'planned' status to house the external data set
Generate a transcript and clinical Facts by using:
/stream endpoint for real-time bi-directional communication
/transcribe endpoint for real-time stateless dictation.
Pull the relevant data from the appropriate source
Create new Facts by making a POST request to the Add Facts endpoint (be sure to set the source attribute to 'system')
Generate Document(s) using a POST request to the Generate Document endpoint
Updating Facts
If information in the source system has changed and needs to be updated with Corti, a PATCH request can be sent to:
Update Facts to update multiple Fact objects
Update Fact to update a single Fact object
These calls can be made at any time and documents can be regenerated to accommodate the updated information.
Have a question for our team?
Click Support in the bottom-left corner of the console to submit a ticket or reach out via email at [email protected] and we'll be happy to assist you.