Metadata-Version: 2.1
Name: owl-on-fhir
Version: 0.1.2
Summary: Python-based non-minimalistic OWL to FHIR converter.
Home-page: https://github.com/HOT-Ecosystem/owl-on-fhir/
Author: Joe Flack
Author-email: jflack@jhu.edu
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9.0
Description-Content-Type: text/markdown
Requires-Dist: bioontologies
Requires-Dist: oaklib (>=0.1.58)
Requires-Dist: requests


# OWL-on-FHIR
![owl-on-fhir logo](https://github.com/hot-ecosystem/owl-on-fhir/blob/master/docs/owl-on-fhir%20logo%20v2.png?raw=true "OWL on FHIR")

A Python-based non-minimalistic OWL to FHIR converter. Largely a wrapper around [Ontology Access Kit](https://github.com/INCATools/ontology-access-kit/) (OAK)'s FHIR converter.

## Usage
TODO

## Alternative OWL to FHIR converters
### FHIR-OWL
https://github.com/aehrc/fhir-owl  
Takes a minimalistic approach. Can convert top-level CodeSystem properties, concepts, and also supports some predicates, such as synonyms. Uses Java `owl-api`.
