Welcome

Welcome to the documentation of the Carrot project!

Carrot

Convenient and reusable rapid OMOP transformer: bringing together health data from across the UK. consists of two tools: Carrot-Mapper web tool for generating mapping rules, and CaRROT-CDM ETL tool for applying mapping rules to data.

What we do in a nutshell...

researcher.data = coconnect.find('patient_data',
                                 fields = [
                                            'birth_date',
                                            'ethnicity',
                                            'existing_conditions'
                                          ],
                                 anonymous=True)

The Carrot tools depend on a set of data standards

If you are a Data Partner using our CaRROT-CDM ETL tool, please go straight to the documentation here.