FHIR Chat · Fetching entire patient record · dotnet

Stream: dotnet

Topic: Fetching entire patient record


view this post on Zulip Dimitar (Sep 29 2017 at 12:47):

Hello,

When I try to fetch the entire patient record of a patient by id, it returns most of the referenced resources, but not all of them. pasted image . This is what I use to fetch the record.

view this post on Zulip Brian Postlethwaite (Oct 02 2017 at 02:20):

This would be an issue on the server end.
Which server was involved?
(also, don't like the name of that operation on the FHIR client, think we'll rename that. Its the $everything operation that is being called here, and it is also valid on the Encounter, and there are considerations to include it on the Group resource, and potentially the EpisodeOfCare resource too)

view this post on Zulip Dimitar (Oct 02 2017 at 07:26):

@Brian Postlethwaite It was done on the HAPI STU3 server. Does it have to do, with a restriction on the server, to only be able to retrieve specific referenced resources to the patient, when the $everything operation is invoked?


Last updated: Apr 12 2022 at 19:14 UTC