Language Reference Sets

Purpose

A 900000000000506000 |Language type reference set| supports the representation of language and dialects preferences for the use of particular descriptions. The most common use case for this type of reference set is to specify the acceptable and preferred terms for use within a particular country or region. However, the same type of reference set can also be used to represent preferences for use of descriptions in a more specific context such as a clinical specialty, organization or department.

Data structure

A Language reference set is a Component reference set that is used to indicate which descriptions contain terms that are acceptable or preferred in a particular language or dialect. Its structure is shown in the following table.

Reference Set Types in the Metadata Hierarchy (2018-01-31)

Field
Data type
Purpose
Mutable
PK*

id

UUID

A 128 bit unsigned Integer, uniquely identifying this reference set member.

Different versions of a reference set member share the same id but have different effectiveTime. This allows a reference set member to be modified or made inactive (i.e. removed from the active set) at a specified time.

NO

YES (Full /Snapshot)

effectiveTime

Time

The inclusive date or time at which this version of the identified reference set member became the current version.

Note: In distribution files the effectiveTime should follow the short ISO date format (YYYYMMDD) and should not include the hours, minutes, seconds or timezone indicator.

The current version of this reference set member at time T is the version with the most recent effectiveTime prior to or equal to time T.

YES

YES (Full)

Optional (Snapshot)

active

Boolean

The state of the identified reference set member as at the specified effectiveTime .

If active = 1 (true) the reference set member is part of the current version of the set, if active = 0 (false) the reference set member is not part of the current version of the set.

YES

NO

moduleId

SCTID

Identifies the SNOMED CT module that contains this reference set member as at the specified effectiveTime.

The value must be a subtype of 900000000000443000 |Module (core metadata concept)| within the metadata hierarchy.

YES

NO

refsetId

SCTID

Identifies the reference set to which this reference set member belongs.

In this case, a subtype descendant of: 900000000000506000 |Language type|

NO

NO

referencedComponentId

SCTID

A reference to the SNOMED CT component to be included in the reference set. Refers to the description to which the acceptability value is being applied.

NO

NO

acceptabilityId

SCTID

A subtype of 900000000000511003 |Acceptability| indicating whether the description is acceptable or preferred for use in the specified language or dialect .

YES

NO

PK* indicates if the attribute is part of the primary key for that file/table.


Language Reference Rules and Guidance

In a Language reference set:

  • No more than one description of a specific description type associated with a single concept may have the acceptabilityId value 900000000000548007 |Preferred| .

  • Every active concept should have one preferred synonym in each language.

    • This means that a language reference set should assign the acceptabilityId 900000000000548007 |Preferred| to one synonym (a description with typeId value 900000000000013009 | synonym| ) associated with each concept .

    • This description is the preferred term for that concept in the specified language or dialect.

  • Any description which is not referenced by an active row in the reference set is regarded as unacceptable (i.e. not a valid synonym in the language or dialect ).

    • If a description becomes unacceptable, the relevant language reference set member is inactivated by adding a new row with the same id, the effectiveTime of the change and the value active=0.

    • For this reason there is no requirement for an "unacceptable" value.

Metadata

The following metadata supports this reference set :

Language References Sets in the Metadata Hierarchy

900000000000454005 |Foundation metadata concept| 900000000000506000 |Language type| 900000000000507009 |English| 900000000000508004 |GB English| 900000000000509007 |US English|


The immediate children of |Language type| will represent languages. This level may be used to represent the "formal approved" language, where a language authority is formally recognized. In most cases, this level will not identify a specific reference set. Subtype of the language level are used to represent different dialects, national or regional variants.

Reference Set Descriptor and Example Data

Notes on the tables used to show descriptors and examples

The reference set example tables on this page have been revised as follows to aid clarity and understanding:

  • The first four columns which are present in all release files are not shown. The omitted columns (id, effectiveTime, active, moduleId) are used in the same way in all referenced sets to support identification, versioning and packaging. They do not directly affect the specific features of a particular reference set or reference set type.

  • Reference set columns that contain SNOMED CT identifiers are expanded to show details of the concept or description referenced by that identifier. In some cases, the term is shown in the same column using the expression syntax, in other cases an additional column with a name suffix '_term' has been added. In the standard reference set files only the identifier is present in the column and there is no added column for the term. When using reference sets, the term and other details of the component are looked up from the relevant component release files.

Language Reference Descriptor

The table below shows an example of the descriptor for a specific reference sets that follows the |Language type reference set| pattern.

Refset Descriptor rows for a language reference set


Language Reference Set Examples

Sample content from the US English language reference set


Sample content from the GB English language reference set


In the above examples, 80146002 | Excision of appendix| is acceptable in both US and GB English. However, 80146002 | Appendectomy| is preferred in US English and 80146002 | Appendicectomy| is preferred in GB English.

Last updated