diff --git a/CHANGELOG.md b/CHANGELOG.md index 949d23908..55cb03e2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `smart-kyc.json` (#35) - Added `openhie.json` (#36) - Added `dspace.json` (#37) +- Added `hapi-fhir.json` (#38) ## [0.4.0] - 2020-04-15 ### Changed diff --git a/nominees/hapi-fhir.json b/nominees/hapi-fhir.json new file mode 100644 index 000000000..b992a5bab --- /dev/null +++ b/nominees/hapi-fhir.json @@ -0,0 +1,29 @@ +{ + "name": "HAPI FHIR", + "description": "HAPI FHIR is a complete implementation of the HL7 FHIR standard for healthcare interoperability in Java.", + "website": "https://hapifhir.io/", + "license": [ + { + "spdx": "Apache-2.0", + "licenseURL": "https://github.com/jamesagnew/hapi-fhir/blob/master/LICENSE.txt" + } + ], + "SDGs": [ + [ + 3, + "Good Health and Well-Being" + ] + ], + "sectors": [], + "type": [ + "software" + ], + "repositoryURL": "https://github.com/jamesagnew/hapi-fhir", + "organizations": [ + { + "name": "HAPI FHIR", + "website": "https://hapifhir.io/", + "org_type": "owner" + } + ] +} \ No newline at end of file