w3c/hcls-fhir-rdf

Boolean represented as string

Opened this issue · 3 comments

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] ;

Confirmed fixed in HL7/kindling#148 , though it is serialized as the semantically equivalent:

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

Do we see where this was fixed? Maybe worth going all the way to have a clean-looking serialization?