Overview
In the Corti API, Templates define the structure for document that are generated by Corti AI models from various inputs, such as conversational transcripts, facts, or other medical documents. Read more about Templates. This page walks through advanced document generation workflows to cater to more specific needs.This feature requires human oversight of its outputs
Assemble Templates with Existing Sections
If templates are difficult to predefine upfront due to the large variety in clinical documentation use cases, it might be better to approach things more flexibly. To do so, Corti can partner with you to pre-define the relevant number of sections that could map back to relevant fields in the EHR or documentation. Then, those sections can be assembled to form the relevant documentation template.You can also query the available sections via the /templateSections endpoint.
templateKey
in the request, you need to provide the array of sectionKeys
like below.
Any of the context types works with this method. The below request is for context.type: facts. Check the API reference for the different request formats depending on context being facts, transcript or string or see our guide here
Document from assembled sections
Assemble a Template with Extra Instructions
Consider the following use case:- A pre-defined template is not desired for a dictated clinical note; however, the note should always include a few standardized elements that are selected based on the context of the encounter.
- Corti partnered with the customer to pre-define around 50 sections for use in the documentation workflow
- Based on the specialty and encounter type, a subset of the pre-defined sections are selected at the time of generating the document.
- Additional instructions need to be followed in addition to using the assembled sections
Document from transcript - dynamic template
Any of the context types works with this method. The above request is for context.type: transcript. Check the API reference for the different request formats depending on context being facts, transcript or string.
Working with Other Existing Documents
Your use case might also involve already existing documents such as reports, referral letters, etc. The Corti API was designed to offer such flexibility. Some of the use cases Corti has facilitated via the/documents
endpoint include:
- Summarizing an existing document or multiple documents
- Identifying a match of an existing document based on defined criteria
- Extracting action items for clinicians out of existing documents
Summary document based on historical notes
The template used here is for demonstration purposes and will need tailoring for your specific use case. If you are interested in such a use case, please contact your Corti representative