CTS2 1.0 FTF Avatar
  1. OMG Issue

CTS2F2 — CTS2: Change cardinality of defaultLanguage from [0..1] to [0..*]

  • Key: CTS2F2-72
  • Legacy Issue Number: 17332
  • Status: closed  
  • Source: Mayo Clinic ( Mr. Craig Stancl)
  • Summary:

    11-09-02 CTS2 Code System and Code System Version Catalog Services

    On page 16 the attribute of the CodeSystemCatalogVersionEntry the defaultLanguage is defined as the default spoken or written language used in this version. If we look at the cardinality we see it is [0..1]. We believe this should be [0..*]. HL7 CTS2 specifies " The different languages (supportedLanguages) supported by the Code System in this version". For certain official terminology providers the same version can be multilingual. For example the file supplied by ISO ISO-639-2_utf-8.txt is both in English and in French. STS implements the attribute supportedLanguages as a list of languages, which we believe is much more fitted than a defaultLanguage attribute (with only one language). Proposition: Change cardinality.

    Logged: https://github.com/cts2/cts2-specification/issues/71

  • Reported: CTS2 1.0b1 — Mon, 23 Apr 2012 04:00 GMT
  • Disposition: Resolved — CTS2 1.0
  • Disposition Summary:

    PIM: Updated Diagram (Figure 3.1: Code System Version, Page 19.)
    PSM:
    Change Location: CodeSystemVersion.xsd
    Added a 'supportedLanguage' element to "CodeSystemVersionCatalogEntry."
    <xs:element name="supportedLanguage" type="core:LanguageReference" minOccurs="0" maxOccurs="unbounded">
    <xs:annotation>
    <xs:documentation>all languages recognized by this particular code system version</i></xs:documentation>
    </xs:annotation>
    </xs:element>

  • Updated: Fri, 6 Mar 2015 20:58 GMT