Skip to Main Content
SEI Idea Portal
Status Submitted
Workspace HC-DPS-EI: WFM
Created by Marc Fisher
Created on Jun 13, 2024

WFM IRCC enhancement - capability to allow and show the document "status"

No description provided
Description

Customer is requesting that IRCC have the ability to receive the document status and display it in WFM. They want to keep the existing EMR types, but allow a user to also view the "status" of a document.


If IRCC could display the document status, we would include the document status in the data that is sent to IRCC.

For example, If a Surgical procedure note was displayed, we would like to show the Radiologist if the note is in a Final or Preliminary status.


Example of what the customer would pass to IRCC:

{

"event_id": 9999,

"event_cd": 250705646.000000,

"person_id": 1355762.000000,

"parent_event_id": 9999,

"update_dt_tm": "/Date(2019-11-17T18:27:34.000+00:00)/",

"update_dt_tm_iso8601": "/Date(2019-11-17T23:27:34.000+00:00)/",

"contrib_system": "PowerChart",

"format": "RTF",

"last_action_prsnl_id": "827422",

"last_action_name_full_formatted": "XXXXX MD, DDS, XXXX ",

"performed_dt_tm_iso8601": "2019-11-17T13:27:33-05:00",

"title": "Freetext Note *"

"document_status": "FINAL",

},