FHIR Chat · FHIR JSON · implementers

Stream: implementers

Topic: FHIR JSON


view this post on Zulip Paul S (Apr 03 2020 at 04:22):

A quick question. In FHIR, is there a way to get single JSON with all data similar to CCD/XML approach. Please point me to the solution if there is one. Thanks. P

view this post on Zulip Jean Duteau (Apr 03 2020 at 04:30):

short answer is no, not really. long answer is that you could do a Patient $everything search if you want. but it is really up to your server to support either returning a CCD-style document or having a custom operation that gets you the specific data that you want.

view this post on Zulip Grahame Grieve (Apr 03 2020 at 05:15):

Patient/$everything is pretty much the same thing

view this post on Zulip durga prasad (Apr 03 2020 at 08:57):

Hello Team,

view this post on Zulip durga prasad (Apr 03 2020 at 08:58):

I have fhir patient Registration json format how i can import to the FHIR server

view this post on Zulip Jose Costa Teixeira (Apr 03 2020 at 09:22):

http://build.fhir.org/exchange-module.html#rest

view this post on Zulip Jose Costa Teixeira (Apr 03 2020 at 09:22):

is this what you are looking for?

view this post on Zulip Paul S (Apr 03 2020 at 13:26):

I am looking for a way to get all patient medical history with single API call. In one big/fat JSON.

view this post on Zulip Vadim Peretokin (Apr 03 2020 at 13:42):

As it's already been answered - http://hl7.org/fhir/patient-operation-everything.html is what you're looking for

view this post on Zulip Paul S (Apr 03 2020 at 14:04):

Thanks everyone....Appreciate your help.

view this post on Zulip Paul S (Apr 04 2020 at 12:21):

Is this available for R4 only? Cerner doesn't seems to support it for DTSU2 for patient applications.

view this post on Zulip Vassil Peytchev (Apr 04 2020 at 14:04):

AFAIK, the $everything operation is an optional feature that is not widely implemented...


Last updated: Apr 12 2022 at 19:14 UTC