Need FHIR Bundle Samples, Sandbox bundles are not working

Hi @IntegrationSupport, @Sachin sir, @Shubhanshu_S sir,

Please provide working/updated bundles of FHIR as you mentioned in video also. Because Bundles which are available on Sandbox is having errors in some bundles. I have also tried nrces bundle but it is also not working.

It will be great help and oblised.

Regards,

Sudhanshu Gupta
+91 9582494170

What is the issue you are having @sudhanshu.gupta, can you paste your sample bundle, URL that you are trying to hit and error that you are receiving?

Thanks

Bundle is not correct. I checked in FHIR validator its showing error in it. But when I am using Health Record Document is working fine.

Op consultation json link

https://sandbox.abdm.gov.in/bundles/ConsultationDoc.json

https://nrces.in/ndhm/fhir/r4/Bundle-OPConsultNote-example-05.json

above both of them are not working.
can you share error free and correct bunble which you are using. please or we can connect on call

Regards,

Sudhanshu Gupta
+91 9582494170

Took this bundle : https://sandbox.abdm.gov.in/bundles/ConsultationDoc.json
and ran against https://validator.fhir.org/
There were only 2 errors here , problem list should had been Problem List Item in display
"display": "problem list"
changed this to
"display": "Problem List Item"

And no errors , only warnings were there.

Hope this helps.

Thanks

Hi @satyadeep

I am using this validator http://clinfhir.com/validateResource.html and it show 2 errors after fixing issue which you suggested just now.


please check.
Can you please help in this also.

It will be great help and oblised.

Regards,

Sudhanshu Gupta
+91 9582494170

Hi @sudhanshu.gupta,

The errors that were showing was because fhir expects code : “active” and display: “Active” whereas the sample JSON has code : “active” and display: “active” .
I corrected both of them and could see this running all OK:
Working JSON

Let me know if this helps.

Thanks

Thank you so much @satyadeep . It really help. All errors are resolved for this JSON

I will test it but currently ABDM server is not responding. “health-information/hip/request” callback is not coming. since 1pm.

Could be a scheduled maintenance.

You might want to try after 10 PM IST.

Thanks

ok. I will try. Thank you for you support.