...
Code Block | ||||
---|---|---|---|---|
| ||||
cp cda-web-service/cda-ws-ear/target/cda-ws-ear.ear opencds-cdstovmr-docker/ |
Also you need to obtain the following files the following terminology resources:
From http://www.nlm.nih.gov/research/umls/
ICD9CM_SNOMED_MAP_1TO1.txt
ICD9CM_SNOMED_MAP_1TOM.txt
SNOMEDCT_CORE_SUBSET_201311.txt
tls_Icd10HumanReadableMap_INT_20131220.tsv
From http://www.hcup-us.ahrq.gov/toolssoftware/icd_10/ccs_icd10_2006.zip
ccs_icd10_2006.csv data
Place these five files into opencds-cdstovmr-docker folder
Code Block | ||||
---|---|---|---|---|
| ||||
<session>
<ejb-name>OpenCdsServiceMGR</ejb-name>
<env-entry>
<env-entry-name>OPENCDS_ENDPOINT</env-entry-name>
<env-entry-type>java.lang.String</env-entry-type>
<env-entry-value>http://192.168.1.101:8081/opencds-decision-support-service-1.2.0-SNAPSHOT/evaluate</env-entry-value>
</env-entry> |