Open dbooth-boston opened 1 year ago
I just checked, and this is not fixed by https://github.com/HL7/kindling/pull/148
@balhoff
@dbooth-boston can you assign to me?
@tmprd Do you think this is a change needed in Kindling?
No, I think this needs to be changed in https://github.com/hapifhir/org.hl7.fhir.core
This might be the method used to addfhir:link
: https://github.com/hapifhir/org.hl7.fhir.core/blob/0ebf628becc39dfeba744a25e82e68b6508e5674/org.hl7.fhir.r5/src/main/java/org/hl7/fhir/r5/elementmodel/TurtleParser.java#L372C18-L372C35
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