This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

Difference between revisions of "RDF for Semantic Interoperability"

From HL7Wiki
Jump to navigation Jump to search
(25 intermediate revisions by 2 users not shown)
Line 35: Line 35:
  
 
=== Deliverables and Editors ===
 
=== Deliverables and Editors ===
0. '''[https://hl7-fhir.github.io/rdf  FHIR RDF/ontology module page]''', explaining FHIR RDF and ontology module.  <br>
 
https://hl7-fhir.github.io/ontology-module.html  <br>
 
'''Editors:''' David Booth
 
  
1. '''[https://hl7-fhir.github.io/rdf  FHIR RDF introductory page]''', explaining FHIR RDF serialization (equivalent to existing FHIR XML and JSON pages).  <br>
+
0. '''Finish deciding on the FHIR RDF representation and ontology'''<br>
See [http://w3c.github.io/hcls-fhir-rdf/spec/rdf.html FHIR RDF draft on W3C github], which will be moved to the HL7 github when stable. <br>
+
'''Status:''' See [https://github.com/w3c/hcls-fhir-rdf/issues Issues List]
'''Editors:''' Tony Mallia, David Booth and Andy Stechishin
 
  
2. '''[https://hl7-fhir.github.io/rdf  FHIR Ontology introductory page]''', explaining how the the OWL ontology generally works, how it can be used, and link to the download.<br>
+
1. '''[https://hl7-fhir.github.io/ontology-module.html  FHIR Linked Data Module page? (currently FHIR RDF/ontology module page)]''', explaining FHIR RDF and ontology module.  <br>
 +
'''Editors:''' David Booth<br>
 +
'''Status:''' Initial version is done.  Needs more review and edits.
 +
 
 +
2. '''[https://hl7-fhir.github.io/rdf "RDF representation of resources" page]''', explaining FHIR RDF serialization (equivalent to existing FHIR XML and JSON pages).  <br>
 +
This page should be analogous to the [https://hl7-fhir.github.io/xml.html FHIR XML] and [https://hl7-fhir.github.io/json.html FHIR JSON] pages.
 +
There may still be material in [http://w3c.github.io/hcls-fhir-rdf/spec/rdf.html FHIR RDF draft on W3C github], that may be used.  <br>
 +
'''Editors:''' Grahame Grieve, Tony Mallia, David Booth and Andy Stechishin<br>
 +
'''Status:''' Done
 +
 
 +
3. '''[https://hl7-fhir.github.io/ontology FHIR Ontology introductory page]''', explaining how the the OWL ontology generally works, how it can be used, and link to the download.<br>
 
See [http://w3c.github.io/hcls-fhir-rdf/spec/ontology.html FHIR Ontology draft on W3C github], which will be moved to the HL7 github when stable. <br>
 
See [http://w3c.github.io/hcls-fhir-rdf/spec/ontology.html FHIR Ontology draft on W3C github], which will be moved to the HL7 github when stable. <br>
'''Editors:''' Tony Mallia, David Booth and Andy Stechishin
+
'''Editors:''' Tony Mallia, David Booth and Andy Stechishin<br>
 
+
'''Status:''' Needs to be written.
3. '''[https://hl7-fhir.github.io/fhir.ttl Downloadable FHIR ontology]''' (generated by the FHIR spec build process).  This would be a single file (fhir.ttl) that bundles the whole FHIR ontology.  It will be generated by the build process (which is written in java).<br>
 
'''Editors:''' (TBD - Michael van der Zel?)
 
  
4. '''Formal specification of FHIR/RDF''' @@TODO: Add link@@<br>
+
4. '''Modify the FHIR spec build process''', to produce RDF versions of all examples, and to produce downloadable OWL ontology.<br>
'''Editors:''' Eric Prud'hommeaux
+
'''Editors:''' Grahame Grieve<br>
 +
'''Status:''' Done
  
5. '''Modify the supported reference implementations to consume/produce RDF''', just as for XML and JSONThe reference implementations are (partially) generated by the build process, so this involves modifying the build process.<br>
+
5. '''[https://hl7-fhir.github.io/fhir.ttl Downloadable FHIR ontology]''' (generated by the FHIR spec build process)This would be a single file (fhir.ttl) that bundles the whole FHIR ontology.  It will be generated by the build process (which is written in java).<br>
'''Editors:''' Michael van der Zel with the authors of the existing reference implementations?
+
'''Editors:''' Grahame Grieve (and Michael van der Zel?)<br>
 +
'''Status:''' Needs to be updated to current ontology decisions.
  
6. '''Modify the FHIR spec build process''', so when it produces JSON versions of the examples and tests roundtripping, it also produces RDF versions and tests roundtripping for RDF.<br>
+
6. '''Modify the supported reference implementations to convert FHIR XML/JSON<-->RDF''', just as for XML and JSON.  The reference implementations are (partially) generated by the build process, so this involves modifying the build process.<br>
'''Editors:''' Grahame Grieve
+
'''Editors:''' Grahame Grieve and Michael van der Zel? <br>
 +
'''Status:''' Done in Grahame's implementation (Windows / Delphi) and <a href="https://github.com/mvdzel/fhir-net-api">Michaels's implementation</a> (.NET, which should also be runnable on Linux under <a href="http://www.mono-project.com/">Mono</a><br>
  
 
7. '''ShEx implementation of FHIR RDF-->XML, for round tripping''', for use as a validator and as a utility for translating between FHIR serializations.  '''ISSUE: Will this be generated by the build process?'''<br>
 
7. '''ShEx implementation of FHIR RDF-->XML, for round tripping''', for use as a validator and as a utility for translating between FHIR serializations.  '''ISSUE: Will this be generated by the build process?'''<br>
'''Editors:''' Eric Prud'hommeaux
+
''This should be discussed between Graham, Michael and Eric.''<br>
 +
'''Editors:''' Eric Prud'hommeaux<br>
 +
'''Status:''' NOT NEEDED because of the item above (Grahame and Michael's code).<br>
  
8. '''Reference implementation of FHIR XML/JSON-->RDF, for round tripping''', for use as a validator and as a utility for translating between FHIR serializations.  '''ISSUE: Will this be generated by the build process?'''<br>
+
8. '''Tutorial or example of using FHIR RDF and FHIR ontology''' The could be an updated and clean-up version of the "Side-by-side" document drafted by Tony Mallia, @@ TODO: Add link@@ or it could be based on <a href="https://www.w3.org/2016/Talks/1205-swat4ls-egp/reasoning">EricP's slides</a><br>
'''Editors:''' TBD
+
'''Editors:''' TBD<br>
 +
'''Status:''' Needs to be written.
  
 
9. '''Test suite''' to validate FHIR XML<->RDF round tripping.  This test suite would be in addition to the examples in the FHIR spec.<br>
 
9. '''Test suite''' to validate FHIR XML<->RDF round tripping.  This test suite would be in addition to the examples in the FHIR spec.<br>
'''Editors:''' Eric Prud'hommeaux (to be confirmed)
+
'''Editors:''' Grahame Grieve and Eric Prud'hommeaux (to be confirmed)<br>
 +
'''Status:''' Grahame believes this is not needed, because the examples were chosen to exercise all use cases.<br>
  
10. '''Tutorial or example of using FHIR RDF and FHIR ontology''' The could be an updated and clean-up version of the "Side-by-side" document drafted by Tony Mallia. @@ TODO: Add link@@<br>
+
10. '''Formal specification of FHIR/RDF''' See http://w3c.github.io/hcls-fhir-rdf/spec/ <br>
'''Editors:''' TBD
+
Formally define the mapping from ElementDefinition to ShEx as implemented in Harold's code.<br/>
 +
'''Audience:''' Developers of RDF tools for profiles, novel resources and extensions.<br/>
 +
'''Editors:''' Eric Prud'hommeaux<br>
 +
'''Status:''' Eric created a draft.  Some sections are missing.
  
 
=== Background ===
 
=== Background ===

Revision as of 05:02, 17 January 2017

Return to ITS Main Page | ITS RDF Minutes 2014 | All ITS RDF Pages | ITS Email Archives | W3C HCLS Email Archives | Issues List

The RDF for Semantic Interoperability group (or RDF group) is a sub-group of the HL7 ITS work group and a joint collaboration with the W3C Healthcare and Life Sciences group on Clinical Observations Interoperability to facilitate the use of RDF as a common semantic foundation for healthcare information interoperability.


How to Participate

Anyone may join this group simply by participating in the work, which is conducted mainly on the public HL7 and W3C mailing lists listed below and on a weekly teleconference. You are encouraged to become an HL7 member, but not required unless you wish to take a leadership role in an HL7 group, such as becoming a co-chair. You are also encouraged to have your organization become a W3C member, but not required. See benefits of W3C membership.

Mailing lists (please cross post to both):

Weekly Teleconference

Work Projects

FHIR RDF and Ontology

Champions: Claude Nanjo, Tony Mallia, Eric Prud'hommeaux, Marc Twagirumukiza, Hans Cools

FHIR RDF and Ontology work is being done both on our weekly Tuesday teleconference and on our Wednesday task force call: http://wiki.hl7.org/index.php?title=ITS_RDF_ConCall_Agenda

Edits to the FHIR RDF/ontology pages

Grahame explained this editing policy:

  • editor makes minor presentational changes themselves
  • major presentation changes - discuss with the group in ontology stream in zulip
  • minor substantiative changes (edge cases, clarifications) decide in ontology chat + create gForge task with link to chat for record
  • major changes / breaking changes - analyse in ontology chat, create gForge task, dispose in committee, record in gForge

Deliverables and Editors

0. Finish deciding on the FHIR RDF representation and ontology
Status: See Issues List

1. FHIR Linked Data Module page? (currently FHIR RDF/ontology module page), explaining FHIR RDF and ontology module.
Editors: David Booth
Status: Initial version is done. Needs more review and edits.

2. "RDF representation of resources" page, explaining FHIR RDF serialization (equivalent to existing FHIR XML and JSON pages).
This page should be analogous to the FHIR XML and FHIR JSON pages. There may still be material in FHIR RDF draft on W3C github, that may be used.
Editors: Grahame Grieve, Tony Mallia, David Booth and Andy Stechishin
Status: Done

3. FHIR Ontology introductory page, explaining how the the OWL ontology generally works, how it can be used, and link to the download.
See FHIR Ontology draft on W3C github, which will be moved to the HL7 github when stable.
Editors: Tony Mallia, David Booth and Andy Stechishin
Status: Needs to be written.

4. Modify the FHIR spec build process, to produce RDF versions of all examples, and to produce downloadable OWL ontology.
Editors: Grahame Grieve
Status: Done

5. Downloadable FHIR ontology (generated by the FHIR spec build process). This would be a single file (fhir.ttl) that bundles the whole FHIR ontology. It will be generated by the build process (which is written in java).
Editors: Grahame Grieve (and Michael van der Zel?)
Status: Needs to be updated to current ontology decisions.

6. Modify the supported reference implementations to convert FHIR XML/JSON<-->RDF, just as for XML and JSON. The reference implementations are (partially) generated by the build process, so this involves modifying the build process.
Editors: Grahame Grieve and Michael van der Zel?
Status: Done in Grahame's implementation (Windows / Delphi) and <a href="https://github.com/mvdzel/fhir-net-api">Michaels's implementation</a> (.NET, which should also be runnable on Linux under <a href="http://www.mono-project.com/">Mono</a>

7. ShEx implementation of FHIR RDF-->XML, for round tripping, for use as a validator and as a utility for translating between FHIR serializations. ISSUE: Will this be generated by the build process?
This should be discussed between Graham, Michael and Eric.
Editors: Eric Prud'hommeaux
Status: NOT NEEDED because of the item above (Grahame and Michael's code).

8. Tutorial or example of using FHIR RDF and FHIR ontology The could be an updated and clean-up version of the "Side-by-side" document drafted by Tony Mallia, @@ TODO: Add link@@ or it could be based on <a href="https://www.w3.org/2016/Talks/1205-swat4ls-egp/reasoning">EricP's slides</a>.
Editors: TBD
Status: Needs to be written.

9. Test suite to validate FHIR XML<->RDF round tripping. This test suite would be in addition to the examples in the FHIR spec.
Editors: Grahame Grieve and Eric Prud'hommeaux (to be confirmed)
Status: Grahame believes this is not needed, because the examples were chosen to exercise all use cases.

10. Formal specification of FHIR/RDF See http://w3c.github.io/hcls-fhir-rdf/spec/
Formally define the mapping from ElementDefinition to ShEx as implemented in Harold's code.
Audience: Developers of RDF tools for profiles, novel resources and extensions.
Editors: Eric Prud'hommeaux
Status: Eric created a draft. Some sections are missing.

Background

High-level concept mapping to RDF (AR typeCodes, etc.)

Champions: Tony Mallia, Rob Hausam

Comparison of FHIR to RDF element mappings [Side by side documentation of approaches]

Approach for Code Systems, Concepts and Value Sets [Terminology approach]

Turtle Code samples [FHIR Ontology] [FHIR SNOMED CT Bridge Ontology] [Fragment of OWL SNOMED CT]

Next Steps

  • @@ TODO @@

Computable Semantic Links from FHIR to the RIM

ICD-11 and SNOMED

Champions: Tony Mallia, Daniel Karlsson, Hans Cools

Next Steps

  • @@ TODO @@

Use Cases

Champions: Guoqian Jiang, others? COI Use cases on W3C wiki

Goals of use cases:

  • Drive and unify diverse efforts, e.g., FHIR ontology

Kinds of use cases desired:

  • Simple enough for use in slide presentations
  • Realistic enough to be convincing

Use case ideas:

  • Migration of CCDA to FHIR (EricP)
  • Utility on FHIR RDF that would motivate mapping of FHIR XML to FHIR RDF (EricP)

Next Steps

  • EricP will present C-CDA example on Dec 23.
  • Waiting for Guoqian for broader discussion of use cases.

PhUSE-FDA project (formerly CDISC2RDF)

Champions: Kerstin_Forsberg, Ingeborg, Tim Williams, (and Charlie Mead?)

Next Steps

  • DBooth scheduled @@@@ to discuss PhUSE-FDA project on Jan 6 teleconference.

C-CDA RDF representations

Champions: Eric Prud'hommeaux, Joshua Phillips

Next Steps

  • EricP will present C-CDA example on Dec 23.
  • @@ TODO @@

Standard URI Representations

  • File:URI.pdf - Outline of URI approach presented to HL7 ~2012

Common model for data element management and value set binding

Group Discussion on February 17, 2015

Group Discussion on February 10, 2015

Initial Proposal