FHIR and Databases - Part 1: Overview
29:10
FHIR Local Test Server - Spark
4:38
3 жыл бұрын
FHIR Profiles - An Introduction
38:44
Пікірлер
@ivorscott
@ivorscott 12 сағат бұрын
GINO! Thank you!
@BlueWizardsII
@BlueWizardsII 26 күн бұрын
This might be off topic, but related. I have a backend app making bulk data requests. Instead of downloading the entire data set at frequent intervals to update my local database, I would prefer to download the data once, and then perform incremental updates, presumably using the _since query param, although not clear to me how to do that, and if the FHIR server I am accessing supports that (ECW). If it does, is that a viable mechanism to get incremental data ? I tried it and I got an error as OperationOutcome in the response.
@qubitart9903
@qubitart9903 Ай бұрын
Please, please, please continue the series!!
@floringhisa48
@floringhisa48 Ай бұрын
What are the reason I would do an extension for my server? In order to be useful the clients that are using my server should read the documentation of my server and adapt their code accordingly? For example a Client wants to get the info about an patient and I have an extensions that says the patient have 0..* middle name. The client code should know that and add that in their model, right?
@AlfCru
@AlfCru 2 ай бұрын
Muchas gracias por la introducción al mundo Fhir
@BlueWizardsII
@BlueWizardsII 4 ай бұрын
Nice intro video !! I am just getting started with FHIR. I have had some trouble getting OAuth to work with EPIC and ECW, but it must have something to do with my sandbox setup and the way I am creating the JWT's and the JWK sets. Basic Auth with a clientID/Secret seems much easier for backend apps ?
@j.l.sanchez7563
@j.l.sanchez7563 5 ай бұрын
Este es bueno😊
@srbnow
@srbnow 5 ай бұрын
Thankyou for making this video. Very helpful
@cnhonker
@cnhonker 5 ай бұрын
This is amazing. Thanks for your time and effort.
@amitdhir4632
@amitdhir4632 5 ай бұрын
Yes this content is really helpful, Thanks a lot for sharing your knowledge.
@hansdebruijn2821
@hansdebruijn2821 6 ай бұрын
Hi Gino, Do you have any plans to do tutorials on openEHR?
@crisag.2698
@crisag.2698 6 ай бұрын
Thank you Gino for making these videos! They're super helpful for people like me who are just learning about FHIR!
@bokyeahlao1
@bokyeahlao1 6 ай бұрын
Great video can't believe you had so little likes. Thank you!
@esparda07
@esparda07 7 ай бұрын
Please continue making these videos Gino. Thanks.
@amotorcyclerider3230
@amotorcyclerider3230 8 ай бұрын
Can I run it on RHOCP?
@GaboGTH
@GaboGTH 8 ай бұрын
thanks, good video!!!
@michielheijdeman2942
@michielheijdeman2942 8 ай бұрын
Hello Gino Great tutorial, but i have a problem to get the tokon everytime i get the message unauthorised can you help please
@samirrawat8
@samirrawat8 8 ай бұрын
Do you have any existing video on SQL server backend integration with USCORE FHIR ?
@SyedMasood-k8e
@SyedMasood-k8e 10 ай бұрын
In an interview they asked me what are the 7 FHIR sources which we have as per the standards?, could you please help me on this
@billharty6891
@billharty6891 10 ай бұрын
Great presentation!
@esparda07
@esparda07 11 ай бұрын
Starts at 8:45.
@AndrewHenson-hk2vr
@AndrewHenson-hk2vr 11 ай бұрын
Hello, thanks for the excellent tutorials. Do you have a tutorial on how to consume HL7 data files. And how to send the result back to the patient record?
@JuentherGauch
@JuentherGauch Жыл бұрын
I am implementing a database tracker (for my Bachelors thesis in CS) in Python that tracks changes in medical databases that do not require modifications to the database (so e.g. for PostGreSQL no trigger functions with Listen/Notify channels but just with polling and SELECT *; sounds stupid but works well enough for my use case). I am trying to extend its capabilities for general FHIR databases. My question is: are there abstract mechanisms in FHIR to track changes in cells without modifying the database itself, that work regardless of the underlying database type? With other words: can I use a FHIR library for Python that handles the database-type specific commands under the hood and is just an abstract wrapper, that could continue working if the database connection underneath is switched from e.g. PostGre to MongoDB? Thanks in advance
@amaral-soudi5788
@amaral-soudi5788 Жыл бұрын
GREAT session thanks Mr. Gino
@thomasmueller6902
@thomasmueller6902 Жыл бұрын
Can I do that with C++ as well?
@aamerkhandev
@aamerkhandev Жыл бұрын
Hi Gino, can you create a video for editing yml file for configuring sql server db
@aamerkhandev
@aamerkhandev Жыл бұрын
Hi Gino , your video is great I am able to run FHIR server in my local. Thanks
@kevon217
@kevon217 Жыл бұрын
Exactly the overview I was looking for. Very helpful, thanks!
@user-dl3he6iq19wk
@user-dl3he6iq19wk Жыл бұрын
Hey, great job for this specifics. I've been wondering, is there FHIR for vocabularies specifically? I mean, when I need API for full vocabulary, so that external system could fetch vocabulary in full from my system. Should I look somewhere in FHIR specification how to build API-FHIR for vocabularies?
@ChisomMefor
@ChisomMefor Жыл бұрын
Thank you, Gino
@MarcioSantos_sir
@MarcioSantos_sir Жыл бұрын
Well done Gino!! Right to the point!
@mikehillbilly4079
@mikehillbilly4079 Жыл бұрын
Hi Gino, congrats on great video. planning, delivery and content all professionally done. I'm a bit confused as to how I let the world know what search operations are supported for my profiled resource?
@imrannie
@imrannie Жыл бұрын
Awesome Content 😊
@johnzabula
@johnzabula Жыл бұрын
@Gino, Great Presentation...
@Nkellllll1
@Nkellllll1 Жыл бұрын
Super clear explanation. Much obliged
@johnflux1
@johnflux1 Жыл бұрын
How do I get all observations for a given DiagnosticReport id please? I've spent days on it and googled and cannot work it out :-( The difficulty is that results is an array.
@sandromiranda2445
@sandromiranda2445 Жыл бұрын
This is very helpful. Thanks, Gino.
@nileshnikalje4636
@nileshnikalje4636 Жыл бұрын
Nice information. Thanks and continue posting such videos. Could you please point me to the APIs for Epic Mychart. I want to get patient information (EPT and WPT records) for my clients.
@patrisagar6548
@patrisagar6548 Жыл бұрын
Thank you sir for your valuable content. Appreciate it ❤
@ronyarmon210
@ronyarmon210 Жыл бұрын
Many thanks for the detailed tutorial. Can I use Smart Launcher throughout the development project to access EHR data or will I have to go through a vendor at some stage? The Smart documentation lists vendors with sandboxes (such as epic) so I was wondering whether using them is an option or will become essential to run my app in production.
@roswellg
@roswellg Жыл бұрын
very nice tutorial informative leaned a lot thank you
@roswellg
@roswellg Жыл бұрын
yes is good video
@doog33k
@doog33k Жыл бұрын
Thank you for your explanation. it was so straightforwad.... exaclty what i Needed
@aeromeme
@aeromeme Жыл бұрын
Hy Gino, Can you explain me how to create a installer that automatically creates the custom URI scheme for the application.
@nedu47
@nedu47 2 жыл бұрын
Thank you for this piece! Do you have any example/advice on how best to perform searches that involves a cohort/group of patients with certain conditions?
@miguelrincon2083
@miguelrincon2083 2 жыл бұрын
Hi Gino, do you by any chance have a tutorial deploying this server to Azure? I am working with it locally and it works well, but I am having some weird errors when I deploy it to Azure. I appreciate any help and thanks for the video!
@gabrielpereiraarte13
@gabrielpereiraarte13 2 жыл бұрын
Hi Gino, how are you? Is there a contact email to communicate with you? I have an unusual situation involving the server response JSON format. Instead of returning something like: "id": "1190270", Returns: "id": { "value": "1190270" }, Have you ever been through something like this?
@wc2287
@wc2287 2 жыл бұрын
This is really helpful as a starting point Gino, thanks very much for doing it in VS Code.
@counterko
@counterko 2 жыл бұрын
Many thanks
@jacekbiaecki8076
@jacekbiaecki8076 2 жыл бұрын
Hello Gino. This episode is a kind of a teaser :) What about releasing part 3...? :) Cheers