A+++ videos. can you share your thoughts on patient moves in the hospital (admit transfer discharge) and subscribing to those events in FHIR. Thank you!
Hi Dr.Sidharath, thanks for the videos, I want to know how to fetch provider's scheduled patients bundle list. Like I want to make a app this will show based on the Provider ID, Location of the provider I want to pull their appointment list (I need to show the Patient Name, MRN, DOB etc). Please let me know if you have any idea. I am using EPIC sandbox but no clue how to pull bulk patients data using provider standalone option. Thanks
Hi Sidharth, thanks for posting these short tutorials, they are very good and I have learnt quite a bit about FHIR. I'm trying to find examples of FHIR resources for COVID case reporting and enhanced surveillance data for Public Health, but I'm really battling...Would you please point me in the right direction as I can't find anything that would help me to construct a json file fro these types of resources? thanks Victolr
hi ! I tried using it and it worked perfectly fine on HAPI FHIR Testing server but when I tried to use it on your HAPI JPA Server Repository, it's showing me error. Can you please tell me what can be the issue in your server repo or any changes I have to make it to allow in Properties file?
2:24 the example seems wrong here, according to the FHIR online guide, the url field must contain URI syntax and your "Patient" uri has no schema, it's apparently just a path/arg component. Most likely URI would be an URL but it could be something else so long as it has schema:identifier as part of the syntax. "Patient" is not a legal URI. 5:08 line #19 should probably match line #6, I see what you are trying to do, using a URI circular reference to itself. Still, "patient" alone is not a URI, but "urn:uuid:patient" certainly is. I don't understand why it worked at 7:08, probably the server is not even looking at the entry.request.url field ...
Yes, I realize that the FHIR spec actually describes the URI syntax. However, HAPI FHIR is a bit lenient here and accepts any string. Should have been a URI though. Thank you for pointing it out!
I am using "vonk.fire.ly/R4/" endpoint as i keep getting 504 timeout on the HAPI fhir server. But when i tried the above Bundle/Transaction example i got this error "Interaction POST in entry with fullUrl is not supported: A transaction Bundle cannot contain a nested Batch or Transaction interaction". is this error due to the vonk.fire endpoint? what else can i try?
I'm confused why FHIR accepted this format: urn:uuid:patient ? It's supposed to be invalid as uuid is a string of 32 hexadecimal digits, displayed in five groups separated by hyphens (it should be something like this => urn:uuid:123e4567-e89b-12d3-a456-426614174000)
Hello Sidharath, your videos and explanation is amazing. I am looking for a FHIR corporate trainer for our team in India. can you please help in this regards.
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-9d714d
simple, brilliant, awesome.....
Your videos gives clear explanation on the subject and it useful in learning FHIR resources and bundles. Thanks a lot
Very good!
Thank you, exactly the explanation I was looking for.
which library or extension are you using in VScode for FHIR? It's intellisense is amazing.
Thank you so much
A+++ videos. can you share your thoughts on patient moves in the hospital (admit transfer discharge) and subscribing to those events in FHIR. Thank you!
Good one. Helped me a lot
Do you offer trainings
Do you have a Udemy course about HL7? Your class and teaching skill are amazing
@@viniciuswallace8204 there’s the FHIR bootcamp we conduct every season
Hi Sidharth, can you point me to video or instructions for your IDE setup that you are using in this video?
You're my hero!
You would want more than just the name for a conditional update, no? Is chaining the DOB to their name possible?
Thank you Sidharth. Maybe a good video will be to implement security on FHIR using security Labels.
Hi Sidharth, thanks for the video. Is there a tool that converts from search bundle to transaction bundle?
Hi Sidhart what editor are you using while creating the resources or bundles
Very useful content. Any plan to create video around Questionnaire and QuestionnaireResponse?
Thank you, man!
Hi Dr.Sidharath, thanks for the videos, I want to know how to fetch provider's scheduled patients bundle list. Like I want to make a app this will show based on the Provider ID, Location of the provider I want to pull their appointment list (I need to show the Patient Name, MRN, DOB etc). Please let me know if you have any idea. I am using EPIC sandbox but no clue how to pull bulk patients data using provider standalone option.
Thanks
@Sidharth, for a developer, do you suggest any certification for FHIR?
Hi Sidharth, thanks for posting these short tutorials, they are very good and I have learnt quite a bit about FHIR. I'm trying to find examples of FHIR resources for COVID case reporting and enhanced surveillance data for Public Health, but I'm really battling...Would you please point me in the right direction as I can't find anything that would help me to construct a json file fro these types of resources? thanks
Victolr
hi ! I tried using it and it worked perfectly fine on HAPI FHIR Testing server but when I tried to use it on your HAPI JPA Server Repository, it's showing me error. Can you please tell me what can be the issue in your server repo or any changes I have to make it to allow in Properties file?
How to post message header with coverage eligibility request?
2:24 the example seems wrong here, according to the FHIR online guide, the url field must contain URI syntax and your "Patient" uri has no schema, it's apparently just a path/arg component. Most likely URI would be an URL but it could be something else so long as it has schema:identifier as part of the syntax. "Patient" is not a legal URI.
5:08 line #19 should probably match line #6, I see what you are trying to do, using a URI circular reference to itself. Still, "patient" alone is not a URI, but "urn:uuid:patient" certainly is.
I don't understand why it worked at 7:08, probably the server is not even looking at the entry.request.url field ...
Yes, I realize that the FHIR spec actually describes the URI syntax. However, HAPI FHIR is a bit lenient here and accepts any string. Should have been a URI though. Thank you for pointing it out!
Thank you
siddhart what is i am posting a observation and there are multiple patients with the same name, how does fhir server does the exact match ?
It will fail if there are multiple matches for a conditional update
I am using "vonk.fire.ly/R4/" endpoint as i keep getting 504 timeout on the HAPI fhir server. But when i tried the above Bundle/Transaction example i got this error "Interaction POST in entry with fullUrl is not supported: A transaction Bundle cannot contain a nested Batch or Transaction interaction". is this error due to the vonk.fire endpoint? what else can i try?
Can you please create video on API documentation (Swagger) for any resource?
I'm confused why FHIR accepted this format: urn:uuid:patient ?
It's supposed to be invalid as uuid is a string of 32 hexadecimal digits, displayed in five groups separated by hyphens (it should be something like this => urn:uuid:123e4567-e89b-12d3-a456-426614174000)
Hello Sidharath, your videos and explanation is amazing. I am looking for a FHIR corporate trainer for our team in India. can you please help in this regards.
Autocomplete not working only for FHIR