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Ай бұрын
Please, please, please continue the series!!
@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?
@AlfCru2 ай бұрын
Muchas gracias por la introducción al mundo Fhir
@BlueWizardsII4 ай бұрын
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.sanchez75635 ай бұрын
Este es bueno😊
@srbnow5 ай бұрын
Thankyou for making this video. Very helpful
@cnhonker5 ай бұрын
This is amazing. Thanks for your time and effort.
@amitdhir46325 ай бұрын
Yes this content is really helpful, Thanks a lot for sharing your knowledge.
@hansdebruijn28216 ай бұрын
Hi Gino, Do you have any plans to do tutorials on openEHR?
@crisag.26986 ай бұрын
Thank you Gino for making these videos! They're super helpful for people like me who are just learning about FHIR!
@bokyeahlao16 ай бұрын
Great video can't believe you had so little likes. Thank you!
@esparda077 ай бұрын
Please continue making these videos Gino. Thanks.
@amotorcyclerider32308 ай бұрын
Can I run it on RHOCP?
@GaboGTH8 ай бұрын
thanks, good video!!!
@michielheijdeman29428 ай бұрын
Hello Gino Great tutorial, but i have a problem to get the tokon everytime i get the message unauthorised can you help please
@samirrawat88 ай бұрын
Do you have any existing video on SQL server backend integration with USCORE FHIR ?
@SyedMasood-k8e10 ай бұрын
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
@billharty689110 ай бұрын
Great presentation!
@esparda0711 ай бұрын
Starts at 8:45.
@AndrewHenson-hk2vr11 ай бұрын
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 Жыл бұрын
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 Жыл бұрын
GREAT session thanks Mr. Gino
@thomasmueller6902 Жыл бұрын
Can I do that with C++ as well?
@aamerkhandev Жыл бұрын
Hi Gino, can you create a video for editing yml file for configuring sql server db
@aamerkhandev Жыл бұрын
Hi Gino , your video is great I am able to run FHIR server in my local. Thanks
@kevon217 Жыл бұрын
Exactly the overview I was looking for. Very helpful, thanks!
@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 Жыл бұрын
Thank you, Gino
@MarcioSantos_sir Жыл бұрын
Well done Gino!! Right to the point!
@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 Жыл бұрын
Awesome Content 😊
@johnzabula Жыл бұрын
@Gino, Great Presentation...
@Nkellllll1 Жыл бұрын
Super clear explanation. Much obliged
@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 Жыл бұрын
This is very helpful. Thanks, Gino.
@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 Жыл бұрын
Thank you sir for your valuable content. Appreciate it ❤
@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 Жыл бұрын
very nice tutorial informative leaned a lot thank you
@roswellg Жыл бұрын
yes is good video
@doog33k Жыл бұрын
Thank you for your explanation. it was so straightforwad.... exaclty what i Needed
@aeromeme Жыл бұрын
Hy Gino, Can you explain me how to create a installer that automatically creates the custom URI scheme for the application.
@nedu472 жыл бұрын
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?
@miguelrincon20832 жыл бұрын
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!
@gabrielpereiraarte132 жыл бұрын
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?
@wc22872 жыл бұрын
This is really helpful as a starting point Gino, thanks very much for doing it in VS Code.
@counterko2 жыл бұрын
Many thanks
@jacekbiaecki80762 жыл бұрын
Hello Gino. This episode is a kind of a teaser :) What about releasing part 3...? :) Cheers