UiPath Documentation
industry-department-solutions
latest
false
  • Overview
    • About Healthcare solutions
  • Medical Record Summarization

Healthcare Solutions user guide

Medical Record Summarization (MRS) output data

After a summarization run completes and a reviewer approves or rejects a summary, Medical Record Summarization writes the results to a Data Fabric entity called MRS2_Output. Each record in this entity corresponds to one processed medical record and contains the generated summary, reviewer decisions, citations, and supporting metadata.

Note:

This page documents the MRS2_Output entity, used by current deployments. Deployments on an earlier version of Medical Record Summarization continue to write to the legacy MRS_Output entity, which is being deprecated. New integrations should target MRS2_Output.

The MRS2_Output entity

The MRS2_Output entity is automatically provisioned in your Data Fabric tenant when Medical Record Summarization is deployed. Each record is created when a summarization run completes for a document, and updated as the record moves through the clinical review workflow.

Output files

These fields contain the deliverables produced by the summarization process.

FieldTypeDescription
SummaryFileFileThe AI-generated clinical summary produced by DeepRAG. This is the primary output of the summarization process.
CitationsFileFileA file containing citation mappings that link each finding in the summary to its source page in the original medical record document.
OverrideFileFileThe reviewer-edited version of the summary. Populated only when a reviewer used the Override action on one or more sections before approving. If no override occurred, this field is empty.
PacketFileFileA bundled archive containing all output files for the summarization run.
ExportFileFileA JSON file containing the exported summary data. Populated when a reviewer exports the finalized summary.

Status and workflow fields

These fields track where a record is in the summarization and review lifecycle.

FieldTypeDescription
OutputStatusChoice SetThe current processing or review status of the record. See OutputStatus values below.
ReviewDurationMinutesNumberThe number of minutes elapsed between a reviewer opening the record and completing the review.
CurrentAssigneeNameTextDisplay name of the reviewer currently assigned to this record.
CurrentAssigneeIdTextUser ID of the reviewer currently assigned to this record.
StartedWorkingAtDate-TimeWhen a reviewer opened the record and the review session began.
ProcessedAtDate-TimeWhen AI summarization processing completed for this record.
CompletedAtDate-TimeWhen the clinical review was completed (status transitioned to approved or rejected).
CreatedDateDate-TimeWhen this output record was first created.
UpdatedDateDate-TimeWhen this output record was last updated.
OutputStatus values
ValueDescription
pendingThe document has been queued for processing but summarization has not started.
processingThe summarization run is currently in progress.
readySummarization is complete. The summary is available in the Clinical Review queue.
completedA reviewer has opened the record and the review is in progress. Despite its name, this is not a terminal state.
approvedA reviewer has accepted the summary as accurate. Terminal state.
rejectedA reviewer has determined the summary is inaccurate or unsuitable. Terminal state.
faultedThe summarization run encountered an error. The record requires investigation or reprocessing.

Source and identity fields

These fields identify the source document, the template used, and the run that produced the record.

FieldTypeDescription
SourceFileNameTextThe filename of the source medical record document that was summarized.
OutputIdTextUnique identifier for this output record.
TemplateIdTextID of the template used to generate this summary.
TemplateNameTextName of the template used to generate this summary.
TemplateVersionIdTextID of the specific template version active at the time of summarization.
ManualBatchIdTextIdentifies the batch run that produced this record. Populated for manual upload runs; empty for scheduled deployment runs.
PdfPageCountNumberPage count of the source document.
StorageBucketNameTextName of the Orchestrator storage bucket from which the source document was retrieved.
IngestionFileIdTextLinks this output to the source ingestion file that was processed (MRS2IngestionFile.IngestionFileId).
IngestionSourceIdTextIdentifies which ingestion source produced this output (MRS2IngestionSource.SourceId).
ContextGroundingIdTextReference ID for the UiPath Context Grounding index entry for this output. Used to retrieve RAG-based citations.
MRSPacketLocationTextStorage path of the packet file for this run.
MaestroTraceIdTextTrace ID used for LLMOps trace correlation. Set automatically by the backend after AI processing completes.

Downstream automation patterns

After a reviewer completes their review, downstream processes typically need to retrieve the approved summary and deliver it to a system of record, handle rejected records by routing them for reprocessing, or archive the citation file for audit purposes.

The recommended approach is to configure a Data Fabric trigger on the MRS2_Output entity that fires when OutputStatus is updated to approved or rejected.

For general guidance on Data Fabric triggers, refer to About triggers in the Data Fabric documentation.

  • The MRS2_Output entity
  • Output files
  • Status and workflow fields
  • Source and identity fields
  • Downstream automation patterns

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated