Pick List Definition

An ordered list of entity codes and corresponding presentations drawn from a resolved value set definition.

Pick List Definition logical model

Here is a UML representation of Pick List Definition with in LexGrid 201001 model:

This graphic is a model of LexGrid 201001 described below.

Pick List Definition logical Model Description

Pick List Definition

An ordered list of entity codes and corresponding presentations drawn from a resolved value set definition.

Attributes of Pick List Definition

The following is a list of attributes of the pick list definition.

Pick List Entry Node

An inclusion (pickListEntry) or exclusion (pickListEntryExclusion) in a pick list definition

Attributes of Pick List Entry Node

pickListEntryId: Unique identifier of this node within the list.

Pick List Entry

An entity code and corresponding textual representation.

Attributes of Pick List Entry

The following are attributes of the pick list entry.

Pick List Entry Exclusion

An entity code that is explicitly excluded from a pick list.

Attributes of Pick List Entry Exclusion

The following are attributes of the pick list entry exclusion.

Possible forms of Pick List Definitions

The following are possible forms of the pick list definitions.

Examples of Pick List Definitions

Example 1

So we have a Code System "Automobiles" that contains concept codes, and we also have a Value Set Definition 'urn:BDExample1' that contains all the concept root code '@' from this code system.

To define the definition to include all the preferred designations from the concept codes that are contained in Resolved Value Set Definition 'urn:VDExample1,' we could define it as

pickListDefinition
pickListid : PLexample1
representsValueSetDefinition : urn:Vexample1
completeSet : true

And when this definition is resolved, we will get back all the preferred designations.

This is example 1 as described above.

Example 2

Similar to the above example, using the same Value Set Definition 'urn:BDExample1,' but this time we want to exclude concept code 'Tires.' This could be done by introducing picListEntryNode for exclusion. When the definition is resolved, we will get all the preferred designations from concept codes.

This is example 2 as described above.

Pick List Definition Versions

Pick List Definitions are versioned. The version of Pick List Definition changes when ever the definition is changed, it could be changing, adding or removing pickListEntryNode.

Pick List Services

Visit LexEVS 6.x Pick List Service for detailed Pick List Definition Services documentation.

Value Set/Pick List GUI

Visit LexEVS 6.x Value Set GUI for detailed functionality and howto's about using Value Sets developer GUI tool