{Reference Type}: Journal Article {Title}: Comparison of the Performance of the Fast Healthcare Interoperability Resources (FHIR) Subscription Channels. {Author}: Kirilov N; {Journal}: Stud Health Technol Inform {Volume}: 313 {Issue}: 0 {Year}: 2024 Apr 26 暂无{DOI}: 10.3233/SHTI240027 {Abstract}: BACKGROUND: The Fast Health Interoperability Resources (FHIR) standard was proposed and released to solve the interoperability problems of the electronic health records. The FHIR Subscription resources are used to establish real-time event notifications from the FHIR server to another system. There are several communication channels such as rest-hook and websocket. The objective of our work is to compare the performance of the FHIR subscription using the rest-hook and websocket channels.
METHODS: HAPI FHIR server, python websocket clients and HTTP endpoints were used to measure the processor and memory usage of the two subscription channels. Tests were performed with 5, 10, 15, 20, 30, 40, 50, 60, 70 and 80 clients. The performance was logged using windows performance monitor.
RESULTS: The rest-hook subscription showed near six-fold increase in resource utilization when increasing the clients from 5 to 80. On the contrary, the websocket subscription channel did not reach a two-fold increase.
CONCLUSIONS: The type of the subscription channel should be carefully selected and load distribution should be considered when the number of clients grows.