Stream: Da Vinci/plan-net-connectathon
Topic: Server endpoints for FHIR Patient Access API Impl Event
Lee Surprenant (Aug 19 2020 at 15:45):
https://docs.google.com/spreadsheets/d/1mqt6on2uk4R2Yc9MHSdQYWgnPqxaf4eB7dznFZkcPtk/edit#gid=0
Lee Surprenant (Aug 19 2020 at 15:45):
I've added our endpoint there: https://whcfhircluster-44de014752d1b06cec00ca0b50c450d4-0000.us-south.containers.appdomain.cloud/directory
Steve Munini (Aug 19 2020 at 15:49):
Our server is located at: http://r4-dev.heliossoftware.com/fhir
Steve Munini (Aug 19 2020 at 17:18):
This command may be helpful for loading the data:
ls | sed 's/\.[^.]*$//' | xargs -I % sh -c 'curl -X PUT -d @%.json http://localhost:8181/fhir/HealthcareService/% -H "Content-Type: application/fhir+json"'
It will need to be run in each of the subdirectories, and change the HealthcareService to the correct directory.
Lee Surprenant (Aug 19 2020 at 17:35):
thats quite a command :-)
Lee Surprenant (Aug 19 2020 at 17:36):
i have a little loader that crawls through the files and uses our java client to push (in parallel), but the above looks like a handy pattern
Last updated: Apr 12 2022 at 19:14 UTC