w3c / hcls-fhir-rdf

Sketching out an RDF representation for FHIR
38 stars 15 forks source link

How to represent FHIR extensions in RDF? #68

Closed ericprud closed 3 years ago

ericprud commented 6 years ago

A selling point of RDF is that it has extensibility built into any novel predicate. Extensions can be modeled by: 1 blindly applying the StructureDefinition -> ShEx algorithm.

  1. using the extension's URL as a predicate and the extension's value as the object. It's also possible to define isomorphisms between the two.
dbooth-boston commented 3 years ago

Duplicate of #67