GOCDM 6.0

January 9, 2021 ยท View on GitHub

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

documentation

Contributors

  • PR Welcome: see CONTRIBUTING.md

  • Bell Eapen | Twitter Follow

Contents

  1. 1Description
  2. 2Usage
  3. 2.1Import
  4. 2.2see main.go for usage examples
  5. 2.3documentation
  6. 3Contributors