NIH | National Cancer Institute | NCI Wiki  

WIKI MAINTENANCE NOTICE

Please be advised that NCI Wiki will be undergoing maintenance Monday, July 22nd between 1700 ET and 1800 ET and will be unavailable during this period.
Please ensure all work is saved before said time.

If you have any questions or concerns, please contact the CBIIT Atlassian Management Team.

LexEVS 6.1 features a bulk download REST interface that is an extension to the LexEVS CTS2 service. It provides users with the ability to download entire term sets from a given coding scheme or map to a text file
Contents of this Page

Code Systems Bulk Download

Example

http://lexevscts2.nci.nih.gov/lexevscts2/exporter/codingscheme?codingschemes=CTCAE

Map Bulk Download

Example

http://lexevscts2.nci.nih.gov/lexevscts2/exporter/map?map=NCIt_to_ChEBI_Mapping

Parameters for Rest Call

URL: /lexevscts2/exporter/codingscheme or

/lexevscts2/exporter/map

Parameters:

codingschemes or map - (Optional) CodingSchemes or map to include (comma-separated). Default: all

fields - (Optional) Content fields to output. Default: [code, namespace, description, codingschemename, codingschemeuri, codingschemeversion]

separator -(Optional) One character field separator. Default: |

filename - (Optional) Output file name. Default: terminology-bulk-download.txt

  • No labels