Skip to content

Commit

Permalink
OWL to FHIR
Browse files Browse the repository at this point in the history
- Add: New converter for OWL to FHIR CodeSystem JON (WIP)
- Add: Tests for new converter (WIP)

Misc
- Update: .gitignore: added: .DS_Store
  • Loading branch information
joeflack4 committed Oct 19, 2022
1 parent c5c304a commit 41b50e5
Show file tree
Hide file tree
Showing 5 changed files with 963 additions and 133 deletions.
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ db/
notebooks/output/*json
notebooks/output/*tsv
notebooks/input/*


notebooks/api-key.txt

.template.db
.venv
.venv/
.tox/
cache/
.coverage.*
.DS_Store

# temporary until this feature is done. for now loading whole of mondo. will change this to subset when PR is ready
tests/input/mondo-example.owl
Loading

0 comments on commit 41b50e5

Please sign in to comment.