Mapping Editor: Unterschied zwischen den Versionen

Aus CTS2-LE
Zur Navigation springen Zur Suche springen
K (Schützte „Mapping Editor“ ([Verschieben=Nur automatisch bestätigten Benutzern erlauben] (unbeschränkt) [Read=Nur automatisch bestätigten Benutzern erlauben] (unbeschränkt)))
K
Zeile 1: Zeile 1:
 
CTS2-LE provides a web interface that enables a user to create, update or delete a mapping. This section describes both the conceptual background and technical aspects concerning this mapping editor.
 
CTS2-LE provides a web interface that enables a user to create, update or delete a mapping. This section describes both the conceptual background and technical aspects concerning this mapping editor.
 +
 +
== FHIR Concept Map ==
 +
The conceptual background is given by means of the FHIR ConceptMap - which defines a mapping as a "statement of relationships from one set of concepts to one or more other concepts - either code systems or data elements, or classes in class models."<ref>http://www.hl7.org/FHIR/conceptmap.html FHIR Concept Map v1.0.2</ref>
 +
In order to represent a mapping that is conformant to both the CTS2- and the FHIR specification, a transformation between the given meta-models is necessary.
 +
 +
 +
== Technical Implementation ==
 +
 +
 +
<references/>

Version vom 10. Februar 2016, 09:56 Uhr

CTS2-LE provides a web interface that enables a user to create, update or delete a mapping. This section describes both the conceptual background and technical aspects concerning this mapping editor.

FHIR Concept Map

The conceptual background is given by means of the FHIR ConceptMap - which defines a mapping as a "statement of relationships from one set of concepts to one or more other concepts - either code systems or data elements, or classes in class models."[1] In order to represent a mapping that is conformant to both the CTS2- and the FHIR specification, a transformation between the given meta-models is necessary.


Technical Implementation