Stream: fhirpath
Topic: isDateTime()?
 Paul Lynch (Nov 05 2018 at 19:08):
In test-fhir-r4.xml, there are tests that call a function "isDateTime()". Where is that defined? I could find it in: http://hl7.org/fhirpath/, http://hl7.org/fhirpath/2018Sep/, or http://hl7.org/fhir/2018Sep/fhirpath.html.
 Paul Lynch (Nov 07 2018 at 18:30):
 Paul Lynch (Nov 07 2018 at 18:34):
Possibly related: GF#19627
 Grahame Grieve (Nov 08 2018 at 20:54):
@Bryn Rhodes I thought that we agreed to add is*()
 Bryn Rhodes (Nov 08 2018 at 21:58):
@Grahame Grieve , we did add them in the runup to the May ballot, but a comment received on that ballot (GF#17126) pointed at that the naming was inconsistent with what the function was doing, and we resolved that comment by changing the names of those functions to convertsTo*() instead. So convertsToDateTime('2012-01-01').
 Grahame Grieve (Nov 09 2018 at 00:28):
hmm I better update for this
 Grahame Grieve (Nov 09 2018 at 00:42):
looks like none of them are used in FHIR at least
Last updated: Apr 12 2022 at 19:14 UTC