6
OLD SLIDES -- OBSOLETE David Booth, PhD Yosemite Project HL7 ITS / W3C HCLS RDF for Semantic Interoperability Group Updated 31-Oct-2016 Latest: http://dbooth.org/2015/fhir/json-ld/fhir-in-json-ld.pdf

David Booth, PhD Yosemite Projectdbooth.org/2015/fhir/json-ld/fhir-in-json-ld-OLD.pdf · UPDATE 31-Oct-2016. Yes, FHIR in JSON-LD! • FHIR now offers a JSON-LD format, in addition

  • Upload
    others

  • View
    1

  • Download
    0

Embed Size (px)

Citation preview

Page 1: David Booth, PhD Yosemite Projectdbooth.org/2015/fhir/json-ld/fhir-in-json-ld-OLD.pdf · UPDATE 31-Oct-2016. Yes, FHIR in JSON-LD! • FHIR now offers a JSON-LD format, in addition

OLD SLIDES -- OBSOLETE

David Booth, PhDYosemite Project

HL7 ITS / W3C HCLSRDF for Semantic Interoperability Group

Updated 31-Oct-2016

Latest: http://dbooth.org/2015/fhir/json-ld/fhir-in-json-ld.pdf

Page 2: David Booth, PhD Yosemite Projectdbooth.org/2015/fhir/json-ld/fhir-in-json-ld-OLD.pdf · UPDATE 31-Oct-2016. Yes, FHIR in JSON-LD! • FHIR now offers a JSON-LD format, in addition

UPDATE31-Oct-2016

Page 3: David Booth, PhD Yosemite Projectdbooth.org/2015/fhir/json-ld/fhir-in-json-ld-OLD.pdf · UPDATE 31-Oct-2016. Yes, FHIR in JSON-LD! • FHIR now offers a JSON-LD format, in addition

Yes, FHIR in JSON-LD!

• FHIR now offers a JSON-LD format, in addition to XML, JSON and Turtle formats

• All FHIR examples are now automatically available in JSON-LD!– Example: AllergyIntolerance

http://build.fhir.org/allergyintolerance-example.jsonld

• FHIR/JSON-LD is different from FHIR/JSON– (Explained on a subsequent slide)

Page 4: David Booth, PhD Yosemite Projectdbooth.org/2015/fhir/json-ld/fhir-in-json-ld-OLD.pdf · UPDATE 31-Oct-2016. Yes, FHIR in JSON-LD! • FHIR now offers a JSON-LD format, in addition

Why JSON-LD?

• All FHIR properties in FHIR/JSON-LD have unambiguous, fully qualified names

• JSON-LD can be directly processed both as plain JSON and as RDF– Supports inference– Supports large-scale information integration– Support semantic interoperability

• See also:– Why RDF for Healthcare Interoperability?– JSON-LD Articles and Presentations

Page 5: David Booth, PhD Yosemite Projectdbooth.org/2015/fhir/json-ld/fhir-in-json-ld-OLD.pdf · UPDATE 31-Oct-2016. Yes, FHIR in JSON-LD! • FHIR now offers a JSON-LD format, in addition

Design differences between FHIR/JSON and FHIR/JSON-LD

In FHIR/JSON-LD:• All properties use unambiguous, fully qualified

names– I.e., the same property never means different things in

different contexts

• FHIR extensions use explicitly related properties– I.e., the hokey _underscore convention is not used.

– A separate fhir:value property is used instead

• Lists use an explicit fhir:index to indicate order

Page 6: David Booth, PhD Yosemite Projectdbooth.org/2015/fhir/json-ld/fhir-in-json-ld-OLD.pdf · UPDATE 31-Oct-2016. Yes, FHIR in JSON-LD! • FHIR now offers a JSON-LD format, in addition

END