CTS2-LE Interoperability: Unterschied zwischen den Versionen

Aus CTS2-LE
Zur Navigation springen Zur Suche springen
(RDF)
(HL7 FHIR)
Zeile 58: Zeile 58:
 
* [http://www.fhirabend.de/ German FHIR Blog] von Simone Heckmann
 
* [http://www.fhirabend.de/ German FHIR Blog] von Simone Heckmann
  
 +
<!--
 
=== Use of HL7 FHIR in CTS2-LE ===
 
=== Use of HL7 FHIR in CTS2-LE ===
 
CTS2-LE uses the [http://www.hl7.org/fhir/valueset.html FHIR value set resource definiton] as its standard format for externalizing terminologies and value sets. In particular terminology artifacts can be uploaded and retrieved using this standard.  
 
CTS2-LE uses the [http://www.hl7.org/fhir/valueset.html FHIR value set resource definiton] as its standard format for externalizing terminologies and value sets. In particular terminology artifacts can be uploaded and retrieved using this standard.  
Zeile 68: Zeile 69:
  
 
An example for using these APIs in conjunction with web forms can be found [[CTS2-LE REST API Example: Loading a Value Set into a HTML Form DropDown-Box|here]].
 
An example for using these APIs in conjunction with web forms can be found [[CTS2-LE REST API Example: Loading a Value Set into a HTML Form DropDown-Box|here]].
 +
-->

Version vom 4. September 2020, 14:26 Uhr


This section describes the set of standards that provide solution developers with standard interfaces for extending the functionality of CTS2-LE and for utilizing CTS2-LE terminology services within their own solutions:

CTS2

The Common Terminology Services Version 2 is a joint standardization effort from HL7 and OMG. The objective was to provide a model and specification for discovering, accessing, distributing and updating terminological resources. CTS2 served as a blueprint for CTS2-LE in order to support a wide range of applications.

For further information on CTS2 see:

RDF

Modern semantic (web) technologies have its root in mature knowledge representation (KR) methods and techniques. They can be seen as a “Webification” of KR languages such as the Frame Language and Description Logics (DL). In fact, the Resource Description Language (RDF) standard can be considered as a simple frame language as well as a language for semantic nets and OWL has its direct foundation in a certain DL dialect. The semantics of these languages are the theoretical backbone of controlled vocabularies and are widely used to define concrete vocabularies. For instance, SNOMED-CT has the expressivity of the OWL EL++ dialect

SPARQL

The SPARQL Protocol And RDF Query Language (SPARQL) is a W3C semantic web standard for manipulating and querying RDF graphs. For further information about SPARQL, see:

Use of SPARQL in CTS2-LE

Due to the full RDF-encoding of all terminology artifacts, CTS2-LE allows for arbitrary queries within and across terminologies, value sets, concepts, and concept relationships. For this means are provided to transmit a standard SPARQL query to CTS2-LE. The query result is provided in standard SPARQL Query Results XML Format.

Interoperability with 3rd-Party Solutions

Third-Party-Solutions have full access to the complete CTS2-LE terminology base through the CTS2-LE SPARQL REST API. Queries must comply to the CTS2-LE CTS2 RDF-Binding.

HL7 FHIR

HL7 Fast Healthcare Interoperability Resources is an HL7 draft standard for exchanging healthcare information in a structured, interoperable and easily implementable manner. In contrast to the constraint-based approach of HL7v3 (e.g. an implementation guide for a referral letter constraints the CDA RMIM, which constraints the HL7 RIM ist), HL7 FHIR is based on modular resources which can be composed to use-case-specific data interchange definitions. FHIR already comes with a catalogue of standard resource definitions which can be composed and tailored to match the need of a specific healthcare data exchange problem. For further information about HL7 FHIR see: