/gocdm

GORM models and APIs for CDM v 6.0

Primary LanguageGoMIT LicenseMIT

GOCDM 6.0

forthebadge for OHDSI

Description

The OHSDI OMOP Common Data Model allows for the systematic analysis of healthcare observational databases. This is a Golang library to use the CDM v6 compliant databases.

Usage

Import

	"github.com/E-Health/gocdm/api"
	"github.com/E-Health/gocdm/model"
    

see main.go for usage examples

Contributors