Sean McIntyre
Sean McIntyre
I see that the way of getting the human name of a patient is handled in the FHIRClient class. ``` smart = client.FHIRClient(settings=my_settings) r = Patient.where({'id': 1000}) # FHIRSearch object...
I couldn't find anything in the library mapping to the API capability of `_include` or `_revinclude`. For example, on the UHN test server, I can run the following query to...
One major piece of feedback we received about our Quickstart Guide is how many manual steps one has to do in order to use the guide. And so, this change...