FHIR Chat · FHIRPath · committers

Stream: committers

Topic: FHIRPath


view this post on Zulip Grahame Grieve (Dec 01 2016 at 23:06):

@Bryn Rhodes - where are with FHIRPath?

view this post on Zulip 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.

view this post on Zulip Grahame Grieve (Dec 01 2016 at 23:49):

great, what's the timeline?

view this post on Zulip Grahame Grieve (Dec 01 2016 at 23:49):

I have a few changes to make too

view this post on Zulip 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.

view this post on Zulip 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

view this post on Zulip 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?

view this post on Zulip Grahame Grieve (Dec 06 2016 at 00:09):

well, there's the java FHIR reference implementation at org.hl7.fhir.dstu3.utils.FHIRPathEngine

view this post on Zulip 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

view this post on Zulip Bryn Rhodes (Dec 06 2016 at 00:10):

Sweet, I didn't know you had a Pascal one.

view this post on Zulip 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

view this post on Zulip Bryn Rhodes (Dec 06 2016 at 00:12):

And there's the .NET one from Ewout here: https://github.com/ewoutkramer/fhir-net-fhirpath

view this post on Zulip Grahame Grieve (Dec 06 2016 at 00:13):

task 11800 - the problem is that the grammar is ambiguous for %us-zip

view this post on Zulip Grahame Grieve (Dec 06 2016 at 00:13):

%us - zip ?

view this post on Zulip Bryn Rhodes (Dec 06 2016 at 00:13):

RIght, so us-zip needs quotes.

view this post on Zulip Bryn Rhodes (Dec 06 2016 at 00:13):

Got it, thanks.

view this post on Zulip 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

view this post on Zulip Bryn Rhodes (Dec 06 2016 at 00:19):

Agreed.


Last updated: Apr 12 2022 at 19:14 UTC