forked from medic/cht-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfunding.json
More file actions
65 lines (65 loc) · 2.82 KB
/
funding.json
File metadata and controls
65 lines (65 loc) · 2.82 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
{
"version": "v1.0.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 stewards an vibrant community building open-source software for health workers providing care in the world’s hardest-to-reach communities. Medic believes that providing communities with sophisticated, human-centered technology is an effective tool on the path to achieving a more just world, where universal health coverage is a reality and health is a secured human right.",
"webpageUrl": {
"url": "https://github.com/medic"
}
},
"projects": [
{
"guid": "cht-core",
"name": "Community Health Toolkit (CHT)",
"description": "The Community Health Toolkit (CHT) is a open-source project led by a group of organizations who 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 implementer resources that help you build and deploy digital tools for community health. 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 Community Health Toolkit is a Digital Public Good.",
"webpageUrl": {
"url": "https://github.com/medic/cht-core"
},
"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"
}
],
"plans": [
{
"guid": "support",
"status": "active",
"name": "Community Health Toolkit Support",
"description": "Pay anything you wish to show your support for the CHT. Thank you for contributing to achieving health for all in the digital age!",
"amount": 0,
"currency": "USD",
"frequency": "one-time",
"channels": [
"donate"
]
}
],
"history": null
}
}