-
-
Notifications
You must be signed in to change notification settings - Fork 408
Expand file tree
/
Copy pathfunding.json
More file actions
133 lines (133 loc) · 6.67 KB
/
Copy pathfunding.json
File metadata and controls
133 lines (133 loc) · 6.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"version": "v1.1.0",
"entity": {
"type": "organisation",
"role": "steward",
"name": "Medic Mobile, Inc",
"email": "hello@medic.org",
"phone": "+14157469758",
"description": "Medic is a 501(c)(3) nonprofit organization that catalyzes a vibrant community building open-source software for health workers providing care in the world’s hardest-to-reach settings. Medic believes that health for all begins with community, advances with open and innovative technology, and sustains with local autonomy. Our work isn’t just about building the best open-source technology; it’s about shifting technological sovereignty to where it belongs — so communities can innovate, test, scale, and sustain what works themselves. As the only organization stewarding a global network around digital community health, Medic is proud to lead this transformation.",
"webpageUrl": {
"url": "https://github.com/medic"
}
},
"projects": [
{
"guid": "cht-core",
"name": "Community Health Toolkit (CHT)",
"description": "The Community Health Toolkit (CHT) is a project led by a group of organizations that have come together to support the development of digital health initiatives in the hardest-to-reach areas. It provides a collection of open-source technologies and open-access design, technical, and implementation resources that help anyone build and adapt to local contexts and deploy digital tools for community health. The Toolkit has been adopted by 8 governments and currently supports over 182,500 frontline health workers across 24 countries across Asia and Africa who deliver life-saving care to an estimated 90 million people. Together, we envision a world where healthcare is of the highest attainable quality, equitable, accessible, and delivered by people who are trusted in their communities. The CHT is a Digital Public Good.",
"webpageUrl": {
"url": "https://github.com/medic"
},
"repositoryUrl": {
"url": "https://github.com/medic/cht-core"
},
"licenses": [
"spdx:AGPL-3.0-only"
],
"tags": [
"health",
"medical",
"mobile",
"data",
"digital-health",
"healthcare",
"digital-public-good",
"community-health"
]
}
],
"funding": {
"channels": [
{
"guid": "donate",
"type": "other",
"address": "https://medic.org/donate/",
"description": "Donation"
},
{
"guid": "gh-sponsors",
"type": "payment-provider",
"address": "https://github.com/sponsors/medic"
},
{
"guid": "paypal",
"type": "payment-provider",
"address": "https://www.paypal.com/ncp/payment/BGQHTF5WFJCL4"
}
],
"plans": [
{
"guid": "sustain-monthly",
"status": "active",
"name": "Sustain the CHT Core (Monthly)",
"description": "Support ongoing maintenance, security updates, and developer infrastructure for the Community Health Toolkit — the open-source platform powering 182,000+ health workers across 24 countries. Funds core engineering time to keep the CHT reliable, performant, and free for all implementers.",
"amount": 10000,
"currency": "USD",
"frequency": "monthly",
"channels": [
"donate",
"gh-sponsors",
"paypal"
]
},
{
"guid": "sustain-one-time",
"status": "active",
"name": "Sustain the CHT Core (One-Time)",
"description": "Same as above, one-time contribution.",
"amount": 150000,
"currency": "USD",
"frequency": "one-time",
"channels": [
"donate",
"gh-sponsors",
"paypal"
]
},
{
"guid": "feature",
"status": "active",
"name": "Fund a CHT Feature or Integration",
"description": "Sponsor the development of a new requested CHT module, functionality, or integration — past work includes offline-first data sync, AI-assisted task prioritization for CHWs, and local languages support, as well as integrations with other health systems such as DHIS2 and OpenMRS. Work is scoped collaboratively and credited publicly. Ideal for organizations with aligned technical or programmatic interests.",
"amount": 25000,
"currency": "USD",
"frequency": "one-time",
"channels": [
"donate",
"gh-sponsors",
"paypal"
]
},
{
"guid": "security",
"status": "active",
"name": "CHT Security Audit",
"description": "The CHT handles sensitive health data for millions of patients across low-resource settings. Fund a comprehensive third-party security audit of the CHT codebase — covering data privacy, authentication, and vulnerability assessment — ensuring the platform meets global health data security standards. Results are published openly to benefit the broader digital health ecosystem.",
"amount": 20000,
"currency": "USD",
"frequency": "one-time",
"channels": [
"donate",
"gh-sponsors",
"paypal"
]
},
{
"guid": "infra",
"status": "active",
"name": "CHT Hosting & Developer Infrastructure",
"description": "Cover the cloud hosting, CI/CD pipelines, and testing infrastructure that keeps CHT development running. This is the unglamorous but essential cost that keeps open-source projects sustainable — and often the first thing that breaks when nonprofit budgets tighten.",
"amount": 20000,
"currency": "USD",
"frequency": "one-time",
"channels": [
"donate",
"gh-sponsors",
"paypal"
]
}
],
"history": null
}
}