FHIR Chat · Smart FHIR · implementers

Stream: implementers

Topic: Smart FHIR


view this post on Zulip harsh kumar (Dec 15 2016 at 07:42):

How to locally host the SMART fhir server .

view this post on Zulip harsh kumar (Dec 15 2016 at 09:19):

any documentation that may help

view this post on Zulip Patrick Werner (Dec 15 2016 at 09:20):

https://github.com/smart-on-fhir/installer

view this post on Zulip Patrick Werner (Dec 15 2016 at 09:20):

I just did it with the Vagrant Method. Important! have a look at my notes, there are a few problems with current versions of Vagrant/VirtualBox and Ubunut 16.04

view this post on Zulip Patrick Werner (Dec 15 2016 at 09:21):

https://chat.fhir.org/#narrow/stream/smart/subject/Vagrant.20Sandbox.20Install.20Errors/near/52790

view this post on Zulip harsh kumar (Dec 15 2016 at 09:22):

thanks, could you also tell me if http://docs.smarthealthit.org/tutorials/testing/
this could help?

view this post on Zulip Patrick Werner (Dec 15 2016 at 09:23):

This is the way to test your app against the (public) smart sandbox. You could use this to develop your SMART App. But your initial question was howt to host a local Smart Instance/Sandbox

view this post on Zulip harsh kumar (Dec 15 2016 at 09:24):

Yes, Okay. Thanks a lot for clarity

view this post on Zulip harsh kumar (Dec 16 2016 at 05:03):

How to upload data (FHIR XMl) via curl commands
on to their public sandbox server for testing.

view this post on Zulip harsh kumar (Dec 16 2016 at 05:10):

any idea?
anyone?

view this post on Zulip Andy Stechishin (Dec 16 2016 at 05:11):

I would start here: https://curl.haxx.se/docs/tooldocs.html

view this post on Zulip harsh kumar (Dec 16 2016 at 06:35):

Okay

view this post on Zulip harsh kumar (Dec 16 2016 at 06:44):

how to get all the records stored on the Sandbox smart fhir server, available for public testing. The maximum records returned after a query is i guess set to 50, how to get all the records.

view this post on Zulip harsh kumar (Dec 16 2016 at 07:12):

anyone?

view this post on Zulip harsh kumar (Dec 16 2016 at 07:50):

I even tried querying using their javascript client, it also returns a max 50 records
I know it is querying all the records, however showing only a limited number. WHY?

view this post on Zulip harsh kumar (Dec 16 2016 at 07:50):

and how to find a workaround this thing?

view this post on Zulip Brian Postlethwaite (Dec 16 2016 at 08:31):

You'll want to refer to the search spec http://hl7.org/fhir/DSTU2/search.html#count which has the details of paging in FHIR.
Note that some servers will impose a maximum value for this, regardless of what you request. My public servers have this restricted to 400

view this post on Zulip Josh Mandel (Dec 16 2016 at 11:51):

You're seeing results in pages (pagination is at work here).

view this post on Zulip Josh Mandel (Dec 16 2016 at 11:51):

Each page has a link to the next.

view this post on Zulip Josh Mandel (Dec 16 2016 at 11:52):

Details at https://www.hl7.org/fhir/http.html#paging

view this post on Zulip Pascal Pfiffner (Dec 16 2016 at 12:02):

Note that we have a SMART stream here: https://chat.fhir.org/#narrow/stream/smart


Last updated: Apr 12 2022 at 19:14 UTC