Kailona / ehr

Private Electronic Health Records in Nextcloud
GNU Affero General Public License v3.0
54 stars 11 forks source link

[Feature Request/Question] API #139

Open MaxGitHubAccount opened 2 years ago

MaxGitHubAccount commented 2 years ago

Story As a developer I want to use the EHR / nextcloud system to develop apps / plugins that work with EHR in order to have easier access from different platforms with diferent use cases but a common data basis below.

From the current architecture (https://docs.kailona.org/docs/development/architecture) I am not sure how it is thought to connect to the ehr system currently. One way would be to bypass ehr and go to fhir directly (?) but I guess it would be better if ehr would offer a REST API via nextcloud like e.g. notes. So one would register an app via login flow v2 and then get, put, delete, … via HTTP for different items. By having such an API EHR could be integrated into existing or new health apps as a database storage.