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 http://build.fhir.org/datatypes.html#code http://build.fhir.org/datatypes.html#date http://build.fhir.org/datatypes.html#instant http://build.fhir.org/datatypes.html#uri
ShEx shape @<code>~fhir:v @<date>~fhir:v @<instant>~fhir:v @<uri>~fhir:v
@<code>~fhir:v
@<date>~fhir:v
@<instant>~fhir:v
@<uri>~fhir:v
Description What the Turtle should be. Can express as diff à la:
fhir:meta [ - fhir:lastUpdated [ fhir:v "2023-05-26T00:17:51.868+00:00" ] + fhir:lastUpdated [ fhir:v "2023-05-26T00:17:51.868+00:00"^^xsd:dateTime ] ] ; … - fhir:url [ fhir:v "http://hl7.org/fhir/contact-point-use"] ; + fhir:url [ fhir:v "http://hl7.org/fhir/contact-point-use"^^xsd:anyURI] ; … fhir:text [ - fhir:status [ fhir:v "generated" ] + fhir:status [ fhir:v "generated"^^xsd:token ] ] ; … - fhir:date [ fhir:v "2023-05-26T00:17:51+00:00"] ; + fhir:date [ fhir:v "2023-05-26T00:17:51+00:00"^^xsd:dateTime] ;
The text was updated successfully, but these errors were encountered:
This is partially fixed by HL7/kindling#148 . These parts are fixed:
+ fhir:lastUpdated [ fhir:v "2023-05-26T00:17:51.868+00:00"^^xsd:dateTime ] + fhir:url [ fhir:v "http://hl7.org/fhir/contact-point-use"^^xsd:anyURI] ; + fhir:date [ fhir:v "2023-05-26T00:17:51+00:00"^^xsd:dateTime] ;
But this one still needs the xsd:token type:
- fhir:status [ fhir:v "generated" ] + fhir:status [ fhir:v "generated"^^xsd:token ]
Sorry, something went wrong.
@dbooth-boston you can assign me.
Closing as fixed in #117
balhoff
Successfully merging a pull request may close this issue.
Turtle filename
codesystem-contact-point-use
FHIR Resource
http://build.fhir.org/datatypes.html#code
http://build.fhir.org/datatypes.html#date
http://build.fhir.org/datatypes.html#instant
http://build.fhir.org/datatypes.html#uri
ShEx shape
@<code>~fhir:v
@<date>~fhir:v
@<instant>~fhir:v
@<uri>~fhir:v
Description
What the Turtle should be. Can express as diff à la:
The text was updated successfully, but these errors were encountered: