Тёмный

FHIR Advanced - How to Build SMART on FHIR Applications on EPIC Orchard 

Sidharth Ramesh
Подписаться 6 тыс.
Просмотров 18 тыс.
50% 1

Опубликовано:

 

15 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 42   
@medblocks
@medblocks 8 месяцев назад
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-c787b3
@VideoJunkie666
@VideoJunkie666 2 года назад
Nice!😀 Searched for SMART on FHIR and this first video is pure gold. Loads of great info and thank you!
@shaikmohaideen6721
@shaikmohaideen6721 4 дня назад
wonderful video.. do you have any videos how we can implement Smart on FHIR in Cerner?
@qamerashah
@qamerashah 2 года назад
Fantastic demo. Thank you for a very clear and hands on demo.
@jigarbhanushali6224
@jigarbhanushali6224 4 месяца назад
Hi, It's a great video! Thanks, Can you also guide how to create a production-ready app? Non prod is working fine but for prod need to know the whole flow to create app on epic.
@rob9384
@rob9384 2 года назад
Great demo! How do we test the App launching sequence if the idea is to launch it in the EMR setting for physicians to use during the encounter?
@yash100ful
@yash100ful 3 года назад
Hey siddharth, It’s really helpful. Can you please also make video of accessing sandbox test data using postman? It would be great help if you share postman collection if you have. I’m trying through backend service where we have to pass public key but it isn’t authorizing me.
@WorkhardToAchive
@WorkhardToAchive 2 года назад
Siddharth, thank you for the wonderful video. Excuse my knowledge on FHIR. Could you (or anyone commented) help explain how can we do this using postman? and where can we get EPIC client secret code? ( I have registered myself on EPIC site and build APP but unable to understand where to get client secret). TIA
@ravikumardasineni
@ravikumardasineni Год назад
Hello Sidharth Ramesh, when i click on SignIn i am facing an error The request is invalid. Please help me. Thanks
@raosunil
@raosunil 2 года назад
Thanks for this valuable information !!!
@gunjansharma6934
@gunjansharma6934 9 месяцев назад
Thanks a lot for information. But Can you tell me how can I implement this whole process for android app ?
@medblocks
@medblocks 8 месяцев назад
If it’s a pure android app, you cannot hold secrets. You will need to implement the PKCE authorization flow. If you have a backend server, you can consider backend as well as client secret authorization flows.
@gunjansharma6934
@gunjansharma6934 8 месяцев назад
@@medblocks fhir was giving error on our side...
@StreamBits
@StreamBits Год назад
Is there a way to view epic sandbox data for all patient. Is there a clinician portal Smart fhir project
@medblocks
@medblocks 7 месяцев назад
There are a few open source ones you can find on the “SMART app gallery”.
@MohanKrishnaSai-r7h
@MohanKrishnaSai-r7h 27 дней назад
How can we embed our own webapp inside EPIC using Smart on FHIR. Can we do that ?
@medblocks
@medblocks 27 дней назад
@@MohanKrishnaSai-r7h yes. Using the embedded EHR launch, you can display your app in an .
@PaulFentress-f5b
@PaulFentress-f5b Год назад
Thank you for the useful content! Is it possible to use a custom API, for example a ML model, within this framework? How would that be done?
@medblocks
@medblocks 8 месяцев назад
Yes, you can consider using the backend authorization flow and just running your service on your own servers.
@Ibu_life
@Ibu_life 9 месяцев назад
Hi @sidharth I cloned your github repo and it worked great. But when I change the ClientID of my app then I face issue where EPIC says error with Outh, What is wrong?
@medblocks
@medblocks 8 месяцев назад
There are a lot of nuances here. Might be better if you contact me on mail.
@parthjoshi8970
@parthjoshi8970 2 года назад
Hey Siddharth, I tried running the app and it was successful the first time, but every time after that I get an error 'An error has occurred, Request is invalid'. So I tried cloning the github repository again and making a new app on EPIC as well, but now I only get 'OAuth2 Error'. Is there any way to fix this?
@haydenpour9133
@haydenpour9133 2 года назад
hi, did you fix the error, I'm getting a same error with new client id-> The request is invalid.
@capistranjona
@capistranjona 2 года назад
@@haydenpour9133 I also have the same error. Is there any solution yet?
@rohanchoudhary672
@rohanchoudhary672 Год назад
got same error, choose dstu2 api's, not r4. that worked for me
@bilalozturk9696
@bilalozturk9696 Год назад
has anyone found the reason why it gives this error. I only changed client_id as mentioned in the video but cant proceed to login phase, it gives me the same OAuth 2 error. appreciate any feedback.
@genkai8294
@genkai8294 Год назад
same, i got OAuth2 error when i created another app but after some time it gives the old "request is invalid" error. Tried all APIs r4, DSTU2, STU3.
@gabrielchavez7150
@gabrielchavez7150 2 года назад
Great video!
@yash100ful
@yash100ful 3 года назад
Hi Siddharth, I received the code but when I do POST request to get the token It gives error. { "error": "invalid_client", "error_description": null } Can you show that step as well?
@qaiserabbas3194
@qaiserabbas3194 Год назад
Hy @yash100ful were you able to resolve this issue? I'm having the same issue. Not sure what I'm missing
@ehsaanisrar
@ehsaanisrar Год назад
Nice Tutorial but it is giving oauth2 error. looks like code needs to update from R4 endpoint point of view
@medblocks
@medblocks 8 месяцев назад
These errors on epic are sometimes bizarre and pretty hard to debug. Sometimes it’s just because the client id hasn’t been registered (takes 24 hours at times). On other times it’s some silly error on the authentication flow.
@bvsjagan
@bvsjagan 2 года назад
Hey Sidharth, It's really interested to know how Patient Read API can be tested. Could you please share a video on how we can use Appointment Read, search, find and book API's too? It would be really helpful. Thanks in Advance
@medblocks
@medblocks 2 года назад
They are just CRUDS HTTP methods on the Appointment resource
@shalurajawat3515
@shalurajawat3515 2 года назад
Hi Sidharth, please help me to understand Building Applications on EPIC Orchard for Clinicians or Administrative User
@shailchoksi5471
@shailchoksi5471 2 года назад
Hi Siddharth - quick question does app orchard allows you to push data into Epic? I am new to Epic Orchard. It looks like you can get data from epic through incoming API but you can not push anything to Epic. Is that correct?
@muzaffarali894
@muzaffarali894 2 года назад
hello Shail, I've same query but could not find the answer. Did you find a way to push data back to epic i.e. updating patient info etc. appreciate your response.
@SohailKhan-ok9oe
@SohailKhan-ok9oe Год назад
Hey Buddy, the demo credentials are working but when I use actual customer's credentials it's not working, any idea why?
@medblocks
@medblocks Год назад
Will need more details to debug.
@SohailKhan-ok9oe
@SohailKhan-ok9oe Год назад
@@medblocks Basically I'm using username: fhircamila & password: epicepic1 which works fine in sandbox mode but when I switch to prod, and I try to use actual customer login it doesn't work.
@SohailKhan-ok9oe
@SohailKhan-ok9oe Год назад
Could you please help me up, I'm stuck at this for more than a month now.
Далее
SMART on FHIR Backend Services #FHIR
14:07
Просмотров 10 тыс.
ShadCN’s Revolutionary New CLI
12:11
Просмотров 52 тыс.
ТИПИЧНОЕ ПОВЕДЕНИЕ МАМЫ
00:21
Просмотров 1,4 млн
What is SMART on FHIR?
10:17
Просмотров 15 тыс.
EPIC FHIR OAuth2.0 with NextJS   Part 1
21:32
SMART on FHIR - Frontend Flows #FHIR
12:51
Просмотров 5 тыс.
Healthcare API and FHIR best practices
6:55
Просмотров 33 тыс.
The Problem with FHIR and why openEHR might be better
10:26