FHIR Chat · v2 typos · fhirpath

Stream: fhirpath

Topic: v2 typos


view this post on Zulip Grahame Grieve (Oct 09 2018 at 18:36):

There's a typo in the v2 example:

Message.segment.where(code = 'PID').field[3].element.first.simple()

view this post on Zulip Grahame Grieve (Oct 09 2018 at 18:37):

should be

Message.segment.where(code = 'PID').field[3].element.first().simple()

view this post on Zulip Grahame Grieve (Oct 09 2018 at 18:38):

but in fact, I've just implemented this, and further changes are needed. As informative content, we can change this post ballot... @Bryn Rhodes when you talk to ITS, can we please update this based on my implementation experience

view this post on Zulip Grahame Grieve (Oct 09 2018 at 18:39):

mainly I have dealt with the todo:

todo: this object model doesn’t make provision for non-syntax escapes in the simple content (e.g. \.b\).

view this post on Zulip Bryn Rhodes (Oct 09 2018 at 19:43):

GF#19350

view this post on Zulip Grahame Grieve (Oct 09 2018 at 19:58):

added an updated UML diagram to the task:

view this post on Zulip Grahame Grieve (Oct 09 2018 at 19:59):

v2-Class-Model.png


Last updated: Apr 12 2022 at 19:14 UTC