Stream: fhirpath
Topic: v2 typos
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()
Grahame Grieve (Oct 09 2018 at 18:37):
should be
Message.segment.where(code = 'PID').field[3].element.first().simple()
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
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\).
Bryn Rhodes (Oct 09 2018 at 19:43):
Grahame Grieve (Oct 09 2018 at 19:58):
added an updated UML diagram to the task:
Grahame Grieve (Oct 09 2018 at 19:59):
Last updated: Apr 12 2022 at 19:14 UTC