Stream: implementers
Topic: Backend API
Ayush Shrivastava (Mar 29 2021 at 10:37):
Where do we have a backend API that can be used for registering new users and querying patient lists in the application(for the android-fhir client)
Michele Mottini (Apr 02 2021 at 13:24):
Publicly available test servers are listed at https://confluence.hl7.org/display/FHIR/Public+Test+Servers (if that's the question)
Ayush Shrivastava (Apr 02 2021 at 15:29):
Actually I want to do some preparation for the following project mentioned in the wiki: https://github.com/google/android-fhir/wiki/GSoC-Project-Ideas#android-fhir-client . So I'm searching for endpoints that are documented so that I can make some requests to the backend and familiarize myself with the project, so in a nutshell I'm looking for the endpoints that'll suffice or provide more functionality than the one given in the Description
of project mentioned previously.
Ayush Shrivastava (Apr 02 2021 at 15:32):
And thanks for the confluence link, it seems to contain a bunch of servers, I'll go through them and find if any is relevant to me, thanks again!
Jigs (Apr 05 2021 at 06:09):
Hi @Michele Mottini
I am building an EHR for private clinic and they need to integrate with HIR to send/receive patient details
but not getting any api reference for same, can you please help me out toget any demo api or endpoint that I can integrate with my system?
Thanks
Michele Mottini (Apr 05 2021 at 12:29):
See the list I linked above? What is 'HIR'. Note also that only a small fraction of the data you might want for integration would be available via FHIR - you'd have to use also other protocols and standards (eg HL7v2)
Last updated: Apr 12 2022 at 19:14 UTC