We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
@<boolean>~fhir:v
Description
- fhir:caseSensitive [ fhir:v "true"] ; + fhir:caseSensitive [ fhir:v true] ;
The text was updated successfully, but these errors were encountered:
Confirmed fixed in HL7/kindling#148 , though it is serialized as the semantically equivalent:
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean]
Sorry, something went wrong.
Do we see where this was fixed? Maybe worth going all the way to have a clean-looking serialization?
HL7/kindling#148 fixes the datatype annotation, but the string encoding needs to be fixed here https://github.com/hapifhir/org.hl7.fhir.core/blob/master/org.hl7.fhir.r5/src/main/java/org/hl7/fhir/r5/elementmodel/TurtleParser.java#L496C27-L537
ericprud
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: