Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
BLD: added HAPI FHIR
Browse files Browse the repository at this point in the history
  • Loading branch information
lacabra committed Jun 12, 2020
1 parent a4133c1 commit 703c49f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
29 changes: 29 additions & 0 deletions nominees/hapi-fhir.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 703c49f

Please sign in to comment.