-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementing full encoding and decoding support for References #1786
Conversation
…ncludes the 'identifier' fields with 0 level nesting ('assigner' removed from Identifiers used in references).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't seem to be able to traverse into identifier
within a Reference
within the context of a FHIRPath query, even though this field has been encoded in the schema.
data.extract("Condition", ["id", "subject.identifier.value"])
Would you mind giving this a go and seeing if you can reproduce?
(removing the special case implementation)
This is the error that occurs if you try to traverse to
I think this is fine for now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @piotrszul! The traversal problem is now fixed for me.
I've added a few further items of feedback.
Resolves #1784