Stream: committers
Topic: FHIRPath
Grahame Grieve (Dec 01 2016 at 23:06):
@Bryn Rhodes - where are with FHIRPath?
Bryn Rhodes (Dec 01 2016 at 23:49):
All comments have been reconciled, just need to apply the changes. The only substantive change was the name, and we're adding a few operators.
Grahame Grieve (Dec 01 2016 at 23:49):
great, what's the timeline?
Grahame Grieve (Dec 01 2016 at 23:49):
I have a few changes to make too
Bryn Rhodes (Dec 01 2016 at 23:50):
Well my calendar says I was going to have it done two weeks ago, but that didn't happen. It's top of my list for next week, should be able to knock it out.
Grahame Grieve (Dec 01 2016 at 23:51):
ok. I'm going to make a series of changes over the weekend
- renaming to fhirpath, and dealing with the publication consquences of that
- adding the v2 appendix
Bryn Rhodes (Dec 05 2016 at 23:57):
So I'm working on the tooling appendix, can anyone aware of FHIRPath tooling please post links to it here so I can put them in the appendix?
Grahame Grieve (Dec 06 2016 at 00:09):
well, there's the java FHIR reference implementation at org.hl7.fhir.dstu3.utils.FHIRPathEngine
Grahame Grieve (Dec 06 2016 at 00:09):
and there's a pascal one at https://github.com/grahamegrieve/fhirserver/blob/master/reference-platform/dstu3/FhirPath.pas
Bryn Rhodes (Dec 06 2016 at 00:10):
Sweet, I didn't know you had a Pascal one.
Bryn Rhodes (Dec 06 2016 at 00:10):
Can you comment on this task: http://gforge.hl7.org/gf/project/fhir/tracker/?action=TrackerItemEdit&tracker_item_id=11800
Bryn Rhodes (Dec 06 2016 at 00:12):
And there's the .NET one from Ewout here: https://github.com/ewoutkramer/fhir-net-fhirpath
Grahame Grieve (Dec 06 2016 at 00:13):
task 11800 - the problem is that the grammar is ambiguous for %us-zip
Grahame Grieve (Dec 06 2016 at 00:13):
%us - zip ?
Bryn Rhodes (Dec 06 2016 at 00:13):
RIght, so us-zip needs quotes.
Bryn Rhodes (Dec 06 2016 at 00:13):
Got it, thanks.
Grahame Grieve (Dec 06 2016 at 00:17):
I think we should explicitly document the %"" thing as well. I wasn't sure, first look, whether %"vs-[name]" meant that you had to have "" or whether it was just marking that it was a replaceable token because of []. We could be clearer
Bryn Rhodes (Dec 06 2016 at 00:19):
Agreed.
Last updated: Apr 12 2022 at 19:14 UTC