w3c / hcls-fhir-rdf

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

fhir:link missing from MedicationStatement.subject #121

Open dbooth-boston opened 1 year ago

dbooth-boston commented 1 year ago

Turtle filename This R4 example has a fhir:link inside the fhir:MedicationStatement.subject: https://hl7.org/fhir/R4B/medicationstatementexample1.ttl.html

But it is missing in the R5 example. Look for fhir:subject in this example: https://build.fhir.org/medicationstatementexample1.ttl.html

FHIR Resource https://build.fhir.org/medicationstatement.html#af

ShEx shape https://build.fhir.org/medicationstatement.shex.html

Description The turtle probably should have the fhir:link or something equivalent, but we should discuss.

This issue is related to https://github.com/w3c/hcls-fhir-rdf/issues/120

dbooth-boston commented 1 month ago

I just checked, and this is not fixed by https://github.com/HL7/kindling/pull/148