utilities

package
v1.0.0-rc.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2016 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadICDFromCMS

func LoadICDFromCMS(mongoHost, lookupURL, codeSystem string)

LoadICDFromCMS downloads CMS-provided ICD-9 or ICD-10 codes and loads them into the Mongo database

Types

type CodeEntry

type CodeEntry struct {
	CodeSystem string `bson:"codeSystem",json:"codeSystem"`
	Code       string `bson:"code",json:"code"`
	Name       string `bson:"name",json:"name"`
	Count      int    `bson:"count,omitempty",json:"count,omitempty"`
}

CodeEntry represents a searchable code in the Mongo database

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL