Stream: implementers
Topic: FHIR JSON
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
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.
Grahame Grieve (Apr 03 2020 at 05:15):
Patient/$everything is pretty much the same thing
durga prasad (Apr 03 2020 at 08:57):
Hello Team,
durga prasad (Apr 03 2020 at 08:58):
I have fhir patient Registration json format how i can import to the FHIR server
Jose Costa Teixeira (Apr 03 2020 at 09:22):
http://build.fhir.org/exchange-module.html#rest
Jose Costa Teixeira (Apr 03 2020 at 09:22):
is this what you are looking for?
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.
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
Paul S (Apr 03 2020 at 14:04):
Thanks everyone....Appreciate your help.
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.
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