From d7e9e53149628bcca3bd369bed880d225e7f7351 Mon Sep 17 00:00:00 2001 From: Victor Date: Mon, 10 May 2021 15:17:18 -0600 Subject: [PATCH 1/5] BLD: add file nominees/openemr.json --- products/openemr.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 products/openemr.json diff --git a/products/openemr.json b/products/openemr.json new file mode 100644 index 0000000..d7d5d3b --- /dev/null +++ b/products/openemr.json @@ -0,0 +1,33 @@ +{ + "name": "OpenEMR", + "description": "OpenEMR is the most popular open source electronic health records and medical practice management solution. OpenEMR's goal is a superior alternative to its proprietary counterparts.", + "website": "https://www.open-emr.org/", + "license": [ + { + "spdx": "GPL-3.0", + "licenseURL": "https://github.com/openemr/openemr/blob/master/LICENSE" + } + ], + "SDGs": [ + { + "SDGNumber": 3, + "evidenceURL": "https://www.openhealthnews.com/content/openemr-community-responds-hrsa-call-advanced-ehr-solutions-community-health-centers" + }, + { + "SDGNumber": 11, + "evidenceURL": "https://www.openhealthnews.com/content/openemr-stands-hurricane-marias-fury-puerto-rico" + } + ], + "type": [ + "software" + ], + "repositoryURL": "https://github.com/openemr/openemr", + "organizations": [ + { + "name": "OpenEMR", + "website": "https://open-emr.org/", + "org_type": "owner" + } + ], + "stage": "nominee" +} From e665ee291e192cf579d4905641465a0510b43cfb Mon Sep 17 00:00:00 2001 From: Victor Date: Mon, 10 May 2021 15:17:18 -0600 Subject: [PATCH 2/5] BLD: add file nominees/openhospital.json --- products/openhospital.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 products/openhospital.json diff --git a/products/openhospital.json b/products/openhospital.json new file mode 100644 index 0000000..13abb99 --- /dev/null +++ b/products/openhospital.json @@ -0,0 +1,29 @@ +{ + "name": "OpenHospital", + "description": "Open Hospital (OH) is an electronic health record (EHR) application. Open Hospital is currently provided as a desktop application written in Java and it's designed to work without an internet connection.", + "website": "http://www.open-hospital.org/", + "license": [ + { + "spdx": "GPL-3.0", + "licenseURL": "https://github.com/informatici/openhospital/blob/master/LICENSE" + } + ], + "SDGs": [ + { + "SDGNumber": 3, + "evidenceURL": "https://www.open-hospital.org/perche-open-hospital-software-his-open-source/" + } + ], + "type": [ + "software" + ], + "repositoryURL": "https://github.com/informatici/openhospital", + "organizations": [ + { + "name": "Informatici Senza Frontiere", + "website": "http://www.informaticisenzafrontiere.org/", + "org_type": "owner" + } + ], + "stage": "nominee" +} From 64d2dd3d6e1efdeac1f53a0ab089d59e222d1a05 Mon Sep 17 00:00:00 2001 From: Victor Date: Mon, 10 May 2021 15:17:19 -0600 Subject: [PATCH 3/5] BLD: add file nominees/pophealth.json --- products/pophealth.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 products/pophealth.json diff --git a/products/pophealth.json b/products/pophealth.json new file mode 100644 index 0000000..ea19506 --- /dev/null +++ b/products/pophealth.json @@ -0,0 +1,30 @@ +{ + "name": "popHealth", + "description": "popHealth is an open source tool that allows healthcare providers to calculate quality measures. A quality measure is a calculation of the number of individuals in a population that meet a specific standard of care. popHealth can import patient summaries in either QRDA Cat I or C-CDA format. popHealth will extract information from the patient summaries and calculate quality reports.", + "website": "https://worldvista.org/pophealth-1", + "license": [ + { + "spdx": "Apache-2.0", + "licenseURL": "https://github.com/WorldVistA/popHealth/blob/master/LICENSE" + } + ], + "SDGs": [ + { + "SDGNumber": 3, + "evidenceURL": "https://www.mitre.org/publications/project-stories/pophealth-better-care-through-better-understanding" + } + ], + "type": [ + "software" + ], + "repositoryURL": "https://github.com/WorldVistA/popHealth", + "organizations": [ + { + "name": "WorldVistA", + "website": "https://worldvista.org/", + "org_type": "owner", + "contact_email": "info@worldvista.org" + } + ], + "stage": "nominee" +} From c8c173abc44402e78c27963568774567f0427d1e Mon Sep 17 00:00:00 2001 From: Victor Date: Mon, 10 May 2021 15:17:19 -0600 Subject: [PATCH 4/5] BLD: add file nominees/vista.json --- products/vista.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 products/vista.json diff --git a/products/vista.json b/products/vista.json new file mode 100644 index 0000000..f13838e --- /dev/null +++ b/products/vista.json @@ -0,0 +1,30 @@ +{ + "name": "VistA", + "description": "Electronic Health Record systems (EHR) are essential to improving health quality and managing health care delivery, whether in a large health system, hospital, or primary care clinic. The U.S. Department of Veterans Affairs (VA) has developed and continues to maintain a robust EHR known as VistA - the Veterans Health Information Systems and Technology Architecture. This system was designed and developed to support a high-quality medical care environment for the military veterans in the United States.", + "website": "https://worldvista.org/AboutVistA", + "license": [ + { + "spdx": "Apache-2.0", + "licenseURL": "https://github.com/WorldVistA/VistA/blob/master/LICENSE" + } + ], + "SDGs": [ + { + "SDGNumber": 3, + "evidenceURL": "https://www.nytimes.com/2007/05/30/opinion/30goetz.html?ex=1338177600&en=4b9b74b9874cad7f&ei=5124&partner=permalink&exprod=permalink" + } + ], + "type": [ + "software" + ], + "repositoryURL": "https://github.com/WorldVistA/VistA", + "organizations": [ + { + "name": "WorldVistA", + "website": "http://www.worldvista.org/", + "org_type": "owner", + "contact_email": "info@worldvista.org" + } + ], + "stage": "nominee" +} From 2bdad2fd9f19776e1ad651fa994632a7e12227cc Mon Sep 17 00:00:00 2001 From: Victor Date: Mon, 10 May 2021 15:17:20 -0600 Subject: [PATCH 5/5] BLD: add file nominees/zeprs.json --- products/zeprs.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 products/zeprs.json diff --git a/products/zeprs.json b/products/zeprs.json new file mode 100644 index 0000000..9eb6cb4 --- /dev/null +++ b/products/zeprs.json @@ -0,0 +1,29 @@ +{ + "name": "ZEPRS", + "description": "The Zambia Electronic Perinatal Record System (ZEPRS) is an Electronic Medical Record (EMR) system used by public obstetric clinics and a hospital (the University Teaching Hospital) in Lusaka, Zambia to improve patient care. The University of Alabama Birmingham (UAB) Center for Research in Women's Health (CRWH), RTI, and the Center for Infectious Disease Research in Zambia (CIDRZ) developed ZEPRS with local medical expertise and project engagement from the Lusaka Urban Health District, Central Board of Health and funding support from the Bill & Melinda Gates Foundation.", + "website": "https://www.medfloss.org/node/592", + "license": [ + { + "spdx": "Apache-2.0", + "licenseURL": "https://github.com/chrisekelley/zeprs/blob/master/license.txt" + } + ], + "SDGs": [ + { + "SDGNumber": 3, + "evidenceURL": "https://www.medfloss.org/node/594" + } + ], + "type": [ + "software" + ], + "repositoryURL": "https://github.com/chrisekelley/zeprs", + "organizations": [ + { + "name": "RTI International", + "website": "https://www.rti.org/", + "org_type": "maintainer" + } + ], + "stage": "nominee" +}