w3c / hcls-fhir-rdf

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

duplication of some root RDF properties #114

Open ericprud opened 1 year ago

ericprud commented 1 year ago

Turtle filename codesystem-contact-point-use

FHIR Resource https://build.fhir.org/codesystem.html#CodeSystem

ShEx shape @<CodeSystem>~fhir:identifier

Description What the Turtle should be. Can express as diff à la:

-  fhir:identifier ( [
-     fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
-     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.74" ]
-  ] [
-     fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
-     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.74" ]
-  ] ) ;
-  fhir:version [ fhir:v "6.0.0-cibuild"], [ fhir:v "6.0.0-cibuild"] ;
+  fhir:identifier ( [
+     fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
+     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.74" ]
+  ] ) ;
+  fhir:version [ fhir:v "6.0.0-cibuild"] ;
dbooth-boston commented 1 month ago

Confirmed fixed in https://github.com/HL7/kindling/pull/148