NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Page info
title
title

Panel
titleContents of this Page

Table of Contents
maxLevel3
minLevel2

LexEVS 6.2 CTS2 Overview of Changes

LexEVS 6.2 CTS2 release consisted of the following changes:

Additionally, the LexEVS 6.0 CTS2 API code base has been removed in this release.

Value Set Services

In LexEVS 6.2 CTS2, the following profile was implemented:

Structural Profile: Value Set

  • Functional Profile: Read
  • Functional Profile: Query

Value Set Read Methods

The following CTS2 Value Set Read services have been implemented:

Code Block
titleValue Set Read
http://<base url>/valuesets
Code Block
titleValue Set Current Definition
http://<base url>/valueset/<value set name>/definition/<value set id>
Code Block
titleValue Set Resolution
http://<base url>/valueset/<value set name>/definition/<value set id>/resolution

 

Value Set Query Methods

The following CTS2 Value Set Query services have been implemented:

Code Block
titleValue Set Query
http://<base url>/valuesets?matchvalue=<search string>

Entities Active Flag

LexEVS 6.2 CTS2 service accepts an "active" flag for entities.  If no flag is present, the LexEVS 6.2 CTS2 service will return only active entities.

The two options for the active flag are:

  • ACTIVE_ONLY - The inquiry only applies to ACTIVE entries.
  • ACTIVE_AND_INACTIVE - The inquiry applies to both ACTIVE and INACTIVE entries
Code Block
titleEntities - Active Only
http://<base url>/codesystem/Automobiles/version/1.0/entities?active=ACTIVE_ONLY
Code Block
titleEntities - Active and Inactive
http://<base url>/codesystem/Automobiles/version/1.0/entities?active=ACTIVE_AND_INACTIVE