Skip to content

Commit fbf8064

Browse files
authored
Merge pull request #144 from cure-dao/platform-scope
2 parents ea4ba6a + 6dfcb54 commit fbf8064

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

constitution/3-platform.md

+14-12
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,21 @@ description: >-
99

1010
## 3. The Platform
1111

12-
This chapter describes the functional description of the proposed software platform and plugin framework to be developed in more detail.
13-
The scope is the development is functionalities for the aggregation, managing, processing, and storage of health data from different sources.
12+
### Functional Scope
13+
The functional scope of the platform includes:
14+
- aggregation
15+
- managing
16+
- processing
17+
- storage
1418

15-
The goal is to achieve better interoperability, portability, availability, analysis, security of the data, and a basic technology layer suitable for many applications that can be built on top of it:
19+
of health data from different sources.
1620

21+
### Primary goal
22+
Create a basic foundational technology layer suitable for any digital health application providing better interoperability, portability, availability, analysis, security of the data.
23+
24+
### Use Cases
25+
* EHR Systems for healthcare providers
1726
* User-centered dashboards for personal health management
18-
* Direct-to-customer and value-based health care
1927
* Data sharing with doctors, health coaches, or family members
2028
* Decentralized clinical trial platforms (e.g. BYOD wearable)
2129
* Patient recruitment services for clinical trials
@@ -25,22 +33,16 @@ The goal is to achieve better interoperability, portability, availability, analy
2533
* Algorithm and scores development (e.g. in-silico trials)
2634
* Niche health applications with specific requirements or custom integrations
2735

28-
A simplified representation of the architecture is drafted in the following graphic:
29-
3036
![framework diagram](../assets/diagrams/layered-platform-architecture-diagram.png)
3137

3238
The platform consists of two primary components:
3339

34-
* **Core Open-Source Platform** - The core platform will be open-source and include only universally necessary features.
40+
* **Core Open-Source Platform** - The core platform is open-source and includes only universally necessary features.
3541
This primarily consists of user authentication, data owner access controls, data storage, data validation, and an API for storage and retrieval. The DAO will compensate contributors to the core platform.
36-
* **Plugin Framework** - Plugins will be modules that provide additional functionality.
42+
* **Plugin Framework** - Plugins are modules that provide additional functionality.
3743
This includes data import from specific sources, data mapping to various formats, data analysis, data visualization, notifications.
3844
These may be free or monetized by their creator or even be integrated into the core based on community voting.
3945

40-
The possibility for developers to easily create plugin modules on top of the core opens up the basis for no-code marketplaces.
41-
A famous successful example is WordPress and its plugin ecosystem.
42-
A possible implementation of the envisioned plugin marketplace is illustrated in the graphic below:
43-
4446
![framework diagram](../plugins/plugin-marketplace.png)
4547

4648
### 3.1 Core Components

0 commit comments

Comments
 (0)