DIPS Export
The export service can send data about medical records from the EWA system to DIPS.
The data is sent to a configured DIPS DocumentManager endpoint. The endpoint is configured through the Export Configuration page in Insight (see DIPS Configuration).
The export service will automatically attempt send data to DIPS for completed medical records. The export service can also send data to DIPS for medical records that are not completed, but only if the medical record has been marked for export by a user through the record signing functionality in the EWA client (see Approval and Completion).
Change Log
Version | Changes |
---|---|
Initial version | |
v24 | SetID Change |
SetID Change
In version 24 of the export service, the method of generating the CDA SetID for the exported data has been changed.
Previously, the SetID was purely based on the medical record ID. This meant that if a medical record was exported, then the patient was changed and the medical record was exported again, the SetID would be the same for both exports. This could cause problems for DIPS, as it needs the patient to be the same for all data with the same SetID.
The new SetID is based on the medical record ID and the patient ID. This means that if a medical record is exported, then the patient is changed and the medical record is exported again, the SetID will be different for the two exports. This should prevent any problems for DIPS.
The exact format of the new SetID is the combination of the medical record and patient ID hashed using SHA-256. The hashed byte array is then encoded using Base64 to get it into a string format.