Skip to content

E-Health/gocdm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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