w3c / hcls-fhir-rdf

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

Boolean represented as string #116

Open ericprud opened 1 year ago

ericprud commented 1 year ago

Turtle filename codesystem-contact-point-use

FHIR Resource URL of corresponding attribute on build.fhir.org, e.g. https://build.fhir.org/observation.html#a26.b

ShEx shape @<boolean>~fhir:v

Description

-  fhir:caseSensitive [ fhir:v "true"] ;
+  fhir:caseSensitive [ fhir:v true] ;
dbooth-boston commented 1 month ago

Confirmed fixed in https://github.com/HL7/kindling/pull/148 , though it is serialized as the semantically equivalent:

fhir:caseSensitive [ fhir:v "true"^^xsd:boolean]