Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boolean represented as string #116

Open
ericprud opened this issue Jun 2, 2023 · 3 comments
Open

Boolean represented as string #116

ericprud opened this issue Jun 2, 2023 · 3 comments
Assignees
Labels
Turtle FHIR specification Turtle examples

Comments

@ericprud
Copy link
Member

ericprud commented Jun 2, 2023

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] ;
@ericprud ericprud added the Turtle FHIR specification Turtle examples label Jun 2, 2023
@dbooth-boston
Copy link
Contributor

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

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

@ericprud
Copy link
Member Author

ericprud commented Aug 2, 2024

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

@tmprd
Copy link

tmprd commented Sep 25, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Turtle FHIR specification Turtle examples
Projects
None yet
Development

No branches or pull requests

3 participants