w3c / hcls-fhir-rdf

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

Should narrative.div be an object property or datatype property? #107

Closed dbooth-boston closed 11 months ago

dbooth-boston commented 1 year ago

At present it is treated as a datatype property, without an extra bnode and fhir:v property. This is different from other FHIR primitives, that still used the bnode and fhir:v. There may be a few properties in this category. Example:

:foo fhir:div "<div>…</div>" ;
dbooth-boston commented 11 months ago

Implemented already in R5.