Do you want to become a FHIR 🔥 expert? Come join me in my upcoming webinar on 5th September 2024. Register now! link.medblocks.com/fhir-edaa84
@maneworld4 жыл бұрын
Sidharth, your videos are amazing. Please keep continuing on that.
@maneworld4 жыл бұрын
I'm in the healthcare industries, let me know how to reach out to you?
@user-sw4sm2tz1z4 жыл бұрын
Thanks Sidharth, for excellent video, Appreciated. Videos on questionnaire, QuestionnaireResponse, FHIRPath will be Nice.
@pol19614 жыл бұрын
Great video Sidharth! Very useful. Could you make a video about how to build a hapi fhir client to GET/POST data from/to hapi fhir server(Docker) that you have created? Thanks!! Keep on that.
@buiconghuycuong34942 жыл бұрын
thank you very much this helps me alot
@HarpreetSingh-dy3rx7 ай бұрын
Can you please make a video on the Interceptors?
@medblocks7 ай бұрын
Good idea. I've added it to my todo list.
@mikebreeden60713 жыл бұрын
This is great stuff. Thank you much. The reason I'm watching your videos is that the health care organization I'm working with is implementing FHIR... obviously, this is a great help. I was thinking two things that you might even want to address in a video. The first is about doing such a migration but the second is more limited. What about performance? You have a Resource identifier but I see performance issues at scale. Any thoughts?
@neerajshrivastava56002 жыл бұрын
Thank you, How do you see the actual resource data like Patients data in Postgres SQL, Where and how is the data stored. Can you please provide some insights
@rohinibabu53483 жыл бұрын
Thanks for the video, One question: how the complete resources json is stored in the postgres db. Is there any column used to see the stored resource raw content in the autogenerated postgres table. Please help to know.
@azizullausaicheong97674 жыл бұрын
Thank for the video, very useful. I manage to run the HAPI FHIR with PostgreSQL. where can i set the host name or server address for HAPI-FHIR to make it public via Nginx reverse proxy... where can I set those configuration ?
@cunninghamb5053 жыл бұрын
thanks, how do you add https and authentication for client ID's etc
@ahsansiddiqui42633 жыл бұрын
everything is running no errors. postman is showing success with resource new ID, the pgadmin is showing jdbc connection, no errors on intellij, but data is not populating the postgres database.
@rubensmpereira2 жыл бұрын
Sidharta, great job! I'm trying to deploy a cloud HAPI FHIR Server with Postgres based on your video, but it's not working. Do you have any tutorial on this subject?
@iszaki13 жыл бұрын
Hey, thanks for posting this video. Do you know if we can configure HAPI FHIR SERVER to work with Elasticsearch database?
@iszaki13 жыл бұрын
@@medblocks yeah I saw that and tried to implement but I get an exception and the application does not start. Also, do you know if elastic search run along side another RDBMS? And what kind of data gets stored in elastic? Would it be the FHIR resources?
@someshkhade-j1j Жыл бұрын
thank you for stuff, i have one question sir should i inegrate hapi fhir server using docker compose .
@medblocks8 ай бұрын
For development docker compose is completely fine!
@ashwinipatil66883 жыл бұрын
Hi, thanks for the fruitful video. I followed the same process but it throws http 500: failed to call access method: java.lang.NullPointerException while posting patient data Please help me out. Thanks.
@sandeep-4433 Жыл бұрын
Hi, Please explain how to implement server using implementation guides. I am working on this. But got errors. it will be really helpful ... please...
@medblocks9 ай бұрын
Hey there, please shoot me an email
@RANJEETKUMAR-vg4yi4 жыл бұрын
At the time of Posting Patient Data, I'm getting 404 error, So please help me.
@jeanniehuang91173 жыл бұрын
Thanks for the video. Do you know if it's possible to configure HAPI FHIR with Firebase database?
@jeanniehuang91173 жыл бұрын
@@medblocks Interesting, I will look into it. I was reading up on the HAPI plain server type for an arbitrary backend and thought I may be able to hook it up with Firebase somehow. Wouldn't a FHIR server potentially need to connect to many different types of data repositories that may not be relational SQL databases? hapifhir.io/hapi-fhir/docs/server_plain/server_types.html
@jeanniehuang91173 жыл бұрын
@@medblocks Awesome! Thanks for confirming.
@mirthmagic63702 жыл бұрын
You obviously working with the *JPA Server* , why do you call it HAPI FHIR Server? The _HAPI FHIR Server_ or _Plain Server_ is the _FHIR Facade,_ it does not use any database.
@medblocksАй бұрын
HAPI FHIR has two kinds - the JPA and the Plain Server. So just mentioning JPA would probably be confusing. I usually mean HAPI FHIR JPA when saying HAPI FHIR Server, since the Plain server is really just a framework to build FHIR APIs yourself - I'd just call it "building a FHIR Facade" as you've rightly pointed out.