...
A
Gloss |
---|
t | Query specification reference set |
---|
|
is a
String Specref |
---|
RefType | (data type) |
---|
t | String |
---|
|
containing
query that represent intensional definitions of subsets of
. The result of running the
query is an extensional representation of the subset of
which can be represented as a
. Its structure is shown in the following table.
Field | Data type | Purpose |
---|
id | UUID | A 128 bit unsigned Integer Specref |
---|
RefType | (data type) |
---|
t | Integer |
---|
| , uniquely identifying this . Different versions of a reference set member share the same id but have different effectiveTime Specref |
---|
RefType | (field) |
---|
t | effectiveTime |
---|
| . This allows a reference set member to be modified or made active (i.e. removed from the active set) at a specified time. effectiveTime |
| Time | The inclusive date or time at which this version of the identified became the current version. The current version of this at time T is the version with the most recent effectiveTime Specref |
---|
RefType | (field) |
---|
t | effectiveTime |
---|
| prior to or equal to time T . |
active | Boolean | The state of the identified as at the specified effectiveTime Specref |
---|
RefType | (field) |
---|
t | effectiveTime |
---|
| . If active = 1 (true) the is part of the current version of the set, if active = 0 (false) the is not part of the current version of the set. |
moduleId | SCTID | Identifies the that contains this as at the specified effectiveTime Specref |
---|
RefType | (field) |
---|
t | effectiveTime |
---|
| . The value must be a of Concept |
---|
t | 900000000000443000|Module (core metadata concept)| |
---|
| within the metadata . |
refsetId | SCTID | Identifies the to which this belongs. In this case, set to a subtype of Concept |
---|
t | 900000000000512005|Query specification type| |
---|
|
|
referencedComponentId (field) | t | referencedComponentId |
---|
|
| SCTID | The identifier ( refsetId ) of the for which members are to be generated. |
query | String | The serialised query that can be used to (re-)generate the members. A standard syntax for use in these queries is currently under development and is due for publication in late 2014. |
...
Note: The tables above omit the initial four columns of data present in the release file. These follow the standards versioning pattern id
, effectiveTime , , active , , active , . Additionally, to aid understanding, the tables above also show the
from one of the
associated with each of the identified
. The release file only contains the
.
...
- Selecting using primary fields, subsumption testing, , relationshipGroup
Specref |
---|
RefType | (field) |
---|
t | relationshipGroup |
---|
|
, set operators ( , , excludes), and lexical query ; - Selecting , and using similar mechanisms;
- Calculation of values for the 's extended fields. Identifying the version of the syntax and any syntax variations.
- Queries that support definitions for terminologies other than should also be supported. For example, queries to link or include codes in ICD-10, ICD-11, ICPC and .
...