1 / 45

CTS

CTS. Common Terminology Services. Overview Technology Status. CTS Overview. Goal Create interface specification which allows software based on the HL7 version 3 RIM to access terminology content in an consistent and implementation independent fashion. CTS Overview.

zaltana
Download Presentation

CTS

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CTS

  2. Common Terminology Services • Overview • Technology • Status

  3. CTSOverview Goal Create interface specification which allows software based on the HL7 version 3 RIM to access terminology content in an consistent and implementation independent fashion.

  4. CTSOverview • Benefits for HL7 designers and implementation developers • Software can be written once and won’t need to understand each terminology vendor’s database and/or API • Hides much of the complexity inherent in modern terminology systems.

  5. CTSOverview • Benefits for terminology and terminology software developers • Basic functional requirements clearly specified • Implementation can be based on existing databases and software • A common entry point – you don’t have to sell the idea – you sell your enhancements, performance, etc.

  6. CTSPartitions • Message API vs. Terminology API vs. Mapping API HL7 Software Implementation Message Layer Terminology API Terminology API Terminology Layer

  7. CTSOverview • Message API vs. Terminology API What are the valid codes for this attribute? HL7 Software Implementation Is this code valid for this attribute? Message API Is this code an example of an orderable drug? Terminology API What is the preferred English designation for this code? What is the closest equivalent for code x in terminology y? Terminology API Terminology API

  8. CTSPartitions • Message API vs. Terminology API vs. Mapping API HL7 Software Implementation API published primarily for client implementations Message Layer API published primarily for server implementations Terminology API Terminology API Terminology Layer

  9. CTSPartitions • Runtime vs. Browsing (vs. Authoring) • Runtime Profile • High availability, high throughput • “Production line” use • Browsing Profile • High functionality – search, filter, organize • Use case is modeling and concept discovery • Availability and throughput requirements (potentially) less stringent • Authoring Profile • Needed to enter and modify HL7 vocabulary content • May not need to be ‘official’ standard

  10. CTS Partitions

  11. CTS API Subparts • CTS Message API • Browser • Runtime • CTS Vocabulary API • Browser • Runtime • Mapper (not really vocab, but it fits well here…) • Maintenance (lightweight authoring)

  12. CTSMessage Runtime API • Is this code* valid for this vocabulary domain and context(s)? • Is this a valid translation for this code for this vocabulary domain and context(s)? • Translate this code from this vocabulary domain into a code that is meaningful in this context. • Fill out the missing details (display name, code system name, version) for this code (for the supplied language and context(s)) * Instance of a CD data type

  13. ValidateCode • Should this validation process include modifier validation, or should there be a separate function for modifiers? • Translations - if the code has translations, it is possible that the base code cannot be validated and that valid code(s), if any are in tre translation section only. What should the approach be under these circumstances? • Should there be a batch equivalent of this function, taking in multiple codes, outputing multiple details?

  14. Validate Translation • How does this function relate to ValidateCode? • Should a complete translation list be checked? • What should the behavior be regarding recursive translations? • Batching?

  15. TranslateCode • What unqiuely determines the target of a translation? If Value Sets can correspond to multiple code systems, then what should the target identifier be? The value set id? • What to do when a translation doesn't exist. Options include raise an exception (the current approach), emit an exception type if the data type is CWE, take the boolean/warning model of validate.

  16. CTSMessage Runtime API 5. Does code A imply code B? 6. Give me a list of the valid codes and display names for this vocabulary domain and context(s) in this language (which match this filter). • (Identity functions: name, version, HL7 Release Version, description)

  17. implies • There is currently no mechanism to ask the question WRT to the child code system. Will this nuance be needed?

  18. CTSVocabulary Runtime API • Is this code valid in this code system? • What is the preferred designation for this code in this language and context(s)? • Does a specific (directed) relationship exist between these two codes? • Return a hierarchically organized list of codes and designations (in the specified language) that have a given relationship with the supplied code. • (identity + list of supported code systems)

  19. Are codes related A false return does not necessarily imply that the code system was able to determine that a relationship was not *possible*, simply that such a relationship was not asserted. • Will we need a stronger function at some point to be able to ask whether the code system definitely says that the two codes are *not* related?

  20. CTSCode Translation API • What is the translation (mapping) of the supplied code from code system x in code system y? • (Identifying information – from and to code systems and versions, name, description, source or authority, contexts in which the service is applicable)

  21. CTSMessage Browser API • List all of the active attributes • List all of the active vocabulary domains • List all of the value sets • List all of the code systems (known to the browser) • Return the description, superclass, subclass(es), associated attributes and associated value sets of a named vocabulary domain.

  22. CTSMessage Browser API • Return the description, list of value sets used by, list of value sets using and code references for a supplied value set id. • Return the code system name and version of a supplied code system identifier • Return the value set (inc description, lists) that would be used for a given vocabulary domain and context(s) in a runtime situation. • Return a ‘hierarchical’ list of codes associated with a given code set (pretty much what RoseTree or the listing in the Ballot returns) • Determine whether the supplied code is in the code set • (identification)

  23. CTSVocabulary Browser API • Get coded terms (and a whole bunch more information) whose designations, descriptions, match a supplied regular expression, language, context(s) and/or mime code(s). • Get coded terms (and a whole bunch ‘o info) having property(s) that match a supplied regular expression, language, context(s) and/or mime code(s).

  24. CTSMessage Browser API 3. Get the designation(s) for a specific coded term that match the supplied regular expression, language, context(s) and/or mime code(s). • Get the descriptions “ “ “ • Get the properties (potentially selected from a list) that match the supplied regular expression, language, context(s) and/or mime code(s).

  25. CTSMessage Browser API 6. Return a nested list of concepts and the associated designations, relationship codes and relationship qualifiers that: a) Have the supplied concept code at the root b) are related via the supplied relationship code (opt) c) are either directly descendants or the transitive closure of the relationship (choice) d) have the named list of properties that optionally match the supplied regular expression in the supplied language, have the supplied qualifiers and/or have the supplied mime types. • (Identifying information)

  26. CTSVocab Maintenance API • Create a new code system • Remove an existing code system • Add coded terms (inc properties, designations, etc) to a code system • Inactivate coded terms • Remove coded terms • Add properties to a coded term • Remove properties from a coded term • Add a coded term to a list of relationships • Remove coded term from a list of relationships

  27. Technology Details

  28. CTS API • Currently • Specification language is IDL • Target languages are WSDL & Java • Process involves IDL->Java->WSDL->Java

  29. CTS APIIDL /* Determine whether the given code is valid in the code system * code - code to validate * activeOnly - true means code must be currently active, false * means both active and inactive pass * * Returns - true if the code exists in the current code system * false otherwise. */ V3DT::BL isCodeValid( in CTSCommon::ConceptId code, in V3DT::BL activeOnly ) raises (CTSCommon::UnknownCodeSystem);

  30. CTS APIJava (Part 1) /** * <PRE> * Determine whether the given code is valid in the code system * code - code to validate * activeOnly - true means code must be currently active, false * means both active and inactive pass * * Returns - true if the code exists in the current code system * false otherwise. </PRE>*/ boolean isCodeValid (org.hl7.CTSCommon.ConceptId code, boolean activeOnly) throws org.hl7.CTSCommon.UnknownCodeSystem;

  31. WSDL

  32. WSDL

  33. Java (Part 2) • (Almost) no difference on InterFace specs • Structs, however are now beans. • Comments stripped earlier in the process (will fix…)

  34. CTS API • Specification language • Spec in WSDL? • Cumbersome, but a semantic superset of IDL • Tends to imply SOAP ITS • Spec in Java? • Difficult to keep synched w/ WSDL • Tends to imply Java ITS • OMG MDA? • Possibility, but may yet be too immature

  35. Status

  36. Message Browser API • Complete prototype implementation • Based on postgres image of Access DB Vocab Browser API • Partial prototype implementation • Based on ldap server image of Access DB

  37. Vocab Runtime API • Partial prototype implementation • Based on ldap server image of Access DB

  38. SamplesSOAP Test

  39. SamplesValue Set Browser

  40. SamplesUseful JSP’s

  41. SamplesSample JSP’s

  42. Status • Officially assuming the role of vocabulary maintenance. • Will maintain dual images for (at least) one cycle • Submission process will still be Excel spreadsheets for November RIM Harmonization • Intend to have new mechanism in place for following meeting.

  43. Next StepsPart 1 • Incorporate model changes and comments from session • Incorporate “Realm” implementation • Incorporate Ordinal interface • Complete Message Maintenance Spec • Publish revised, smaller and more readable specification for review and evaluation • Integrate w/ RoseTree & RoseTree XML output

  44. Next StepsPart 2 • Finish implementation w/ more demos • Revise vocab submission process • Put together demo and proposal for distributed vocabulary maintenance using LDAP (which is, in part, why we’re here in the first place )

  45. Question • Would it be possible to move to the HL7 web site at some point? • Current implementation is • Tomcat4 • Axis • Postgresql • Openldap

More Related