-
Notifications
You must be signed in to change notification settings - Fork 46
Frequently Asked Questions (FAQ)
Could we observe real-time utilization of sybil to gain an intuitive understanding to assist during discussions with hospital IT?
The integration of Sybil varies from hospital to hospital. Some have developed a UI application to use Sybil; some use the terminal to evaluate their scans. Therefore, there is no single example of Sybil's real-time utilization. However, there are tutorials for setting up Sybil, which can be found here: https://github.com/reginabarzilaygroup/Sybil/wiki
What security events are logged for access and for data modifications? Can this information be provided in an audit trail report?
Sybil does not log any security events for access or data modifications. To keep track of data access, we suggest running it in parallel to clinical operations. However, one can easily extend the base model to log arbitrary interactions by cloning the repository and changing the codebase: https://github.com/reginabarzilaygroup/Sybil
Do you have a network diagram showing the software/hardware components, architecture, communication, and data flow?
Sybil is only a software tool. The setup varies from hospital to hospital. In general, my suggestion is to set it up in parallel to the clinical production by pulling data from the radiology server. This can be done by setting the computer Sybil is installed on as a node on the PACS vs. transferring DICOM images to Sybil via external drives
Sybil is open source, and all previous versions are archived publicly at https://github.com/reginabarzilaygroup/Sybil. Compliance regulations may depend on the local setup for Sybil the hospital decides to use.
How are users’ access permissions assigned and controlled? (Is users’ access to the software role-based.)
This also depends on the specifics of the machine Sybil is running on.
No, no data is permanently stored locally.
No. Sybil runs on a local computer and does not communicate to any outside system.
The software is open source and published as it is. It is infrequently updated at https://github.com/reginabarzilaygroup/Sybil
Does the software: process(send/receive), store, access, or display ePHI (patient data) or other data subject to regulation?
The local Sybil model needs access to the scans in DICOM format to process them. This might include ePHI unless systems are put in place to de-identify the DICOM images provided to Sybil. However, no data leaves the local instance on which Sybil is running.
If the software does not store patient data, how would we link each data set (CT scan and sybil out)?
Suggest a study ID. The study ID would be linked to MRN, date, name etc. in a key sheet that is maintained separately