-
Notifications
You must be signed in to change notification settings - Fork 109
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
Bundle entry #105
Comments
fhir.resources version 6.4, python 3.10.1, Win 10 |
@dennisbrox can you please give us your code example? (maybe a gist link or directly past here) |
Some of a few things I've tried: from fhir.resources.bundle import Bundle assign p attribute values. . . bundle.entry.append(be) - doesn't work, no append method, equivalent works in C# as it knows entry is a list and problem is to create a list of resources to assign to bundle.entry |
It works in fhirclient the way it's supposed to. Slightly different syntax between fhir.resources and fhirclient of course. So both fhirclient and firely in C# work the way they are supposed to. If fhir.resources doesn't work, it would be useful to be warned of that in github. |
@dennisbrox thanks for your update. I am extremely busy these days, will look at this soon as possible. |
@dennisbrox I got some time to check your statements. Here are my results.
I would suggest, you could create a python file and create your failed (except no. 1) examples and share here. |
Description
Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to happen.
What I Did
The text was updated successfully, but these errors were encountered: