Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 769 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 769 Bytes

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