LICENSE
README.md
pyproject.toml
src/open_compute/__init__.py
src/open_compute/types.py
src/open_compute.egg-info/PKG-INFO
src/open_compute.egg-info/SOURCES.txt
src/open_compute.egg-info/dependency_links.txt
src/open_compute.egg-info/entry_points.txt
src/open_compute.egg-info/requires.txt
src/open_compute.egg-info/top_level.txt
src/open_compute/agents/__init__.py
src/open_compute/agents/ai_journey_to_fhir.py
src/open_compute/agents/journey_to_fhir.py
src/open_compute/data/fhir/STU6/conceptmaps.json
src/open_compute/data/fhir/STU6/dataelements.json
src/open_compute/data/fhir/STU6/fhir.schema.json
src/open_compute/data/fhir/STU6/profiles-others.json
src/open_compute/data/fhir/STU6/profiles-resources.json
src/open_compute/data/fhir/STU6/profiles-types.json
src/open_compute/data/fhir/STU6/search-parameters.json
src/open_compute/data/fhir/STU6/valuesets.json
src/open_compute/data/fhir/STU6/version.info
src/open_compute/utils/__init__.py
src/open_compute/utils/fhir_data_loader.py
src/open_compute/utils/fhir_schema_loader.py
src/open_compute/utils/fhir_validator.py
tests/test_ai_journey_to_fhir.py
tests/test_correct_structures.py
tests/test_fhir_validator.py
tests/test_resource_structures.py
tests/test_save_structure.py