Common Terminology Services 2 Avatar
  1. OMG Specification

Common Terminology Services 2 — All Issues

  • Acronym: CTS2
  • Issues Count: 9
  • Description: All Issues
Open Closed All
All Issues

Issues Descriptions


Introduction section about conventions and notation needs to be in all modules

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

    The introductory section about conventions and the like needs to be included in all of the modules. Currently it is just in the Core

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

  • Reported: CTS2 1.0b2 — Fri, 4 May 2012 04:00 GMT
  • Disposition: Resolved — CTS2 1.0
  • Disposition Summary:

    PIM: Update PIM text
    PSM: N/A

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

Exception listed twice in EntityDescriptionQueryService


EntityDescriptionQueryService knownCodeSystem type is incorrect

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

    The type of knownCodeSystem should be CodeSystemReference instead of CodeSystemVersionReference. This needs to be corrected in both the PIM and the Service schema

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

  • Reported: CTS2 1.0b2 — Fri, 4 May 2012 04:00 GMT
  • Disposition: Resolved — CTS2 1.0
  • Disposition Summary:

    PIM: Update Diagram (Figure 3.2: Entity Description Query Service)

    PSM: In the 'EntityDescriptionReadService' and 'EntityDescriptionQueryService' types, change:
    <xs:element name="knownCodeSystem" type="core:CodeSystemVersionReference" minOccurs="0" maxOccurs="unbounded"/>
    to
    <xs:element name="knownCodeSystem" type="core:CodeSystemReference" minOccurs="0" maxOccurs="unbounded"/>

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

CTS2: Delta stereotype is opposite of isQuery

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

    The stereotype indicates that the operation may change the service state, which is the opposite of the UML isQuery tag. You need to set the isQuery tag to true on all non-delta operations and then include documentation on each operation to repeat what it means because everyone will ignore it otherwise.

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

  • Reported: CTS2 1.0b2 — Wed, 20 Jun 2012 04:00 GMT
  • Disposition: Resolved — CTS2 1.0
  • Disposition Summary:

    PIM: Update PIM text
    PSM: N/A

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

MatchValueFormatException missing from documentation

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

    MatchValueFormatException was incorrectly typed as "exeption" instead of "exception", which means that it isn't included in the formal PDF documents or Exceptions.xsd. Need to add it to the documentation and the schema.

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

  • Reported: CTS2 1.0b2 — Wed, 20 Jun 2012 04:00 GMT
  • Disposition: Resolved — CTS2 1.0
  • Disposition Summary:

    PIM: Update PIM text

    PSM: Change the MatchValueFormatException type to 'exception.'

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

Boolean is a UML data type and shouldn't be part of the model

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

    This is related to the string issue pointed out by Manfred. Boolean cannot be defined as a data type, as it is already part of the UML core.

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

  • Reported: CTS2 1.0b2 — Wed, 20 Jun 2012 04:00 GMT
  • Disposition: Resolved — CTS2 1.0
  • Disposition Summary:

    PIM: Update PIM text
    PSM: N/A

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


String is a UML dataType and cannot be included as part of the model data types