The CARE-SM to OMOP-CDM Mapping Service is designed to facilitate the integration of clinical and research data from CARE-SM into the OMOP Common Data Model (CDM).
CARE2OMOP ETL workflow
-
Configure the service: Create the configuration file (
config.yaml
) with your Triplestore credentials details.TRIPLESTORE_URL: https://graphdb.triplestore/endpoint TRIPLESTORE_USERNAME: username TRIPLESTORE_PASSWORD: password
-
Execute main.py:
python main.py
configuration.yaml
needs to be in the same path asmain.py
:care2omop/ ├── configuration.yaml ├── main.py
Docker and API as a web service is under development.
This project is licensed under the MIT License. See the LICENSE file for details.