FHIR for Developers - Getting Started

Поділитися
Вставка
  • Опубліковано 13 гру 2024

КОМЕНТАРІ • 25

  • @ImranKhan-nc7wp
    @ImranKhan-nc7wp 3 роки тому +7

    The best video I have seen till now on FHIR. Worth watching.

  • @ivorscott
    @ivorscott 11 днів тому

    GINO! Thank you!

  • @MarcioSantos_sir
    @MarcioSantos_sir Рік тому +3

    Well done Gino!! Right to the point!

  • @kevon217
    @kevon217 Рік тому +1

    Exactly the overview I was looking for. Very helpful, thanks!

  • @wellsww
    @wellsww 3 дні тому

    Excellent!

  • @stacymaimoon4189
    @stacymaimoon4189 3 роки тому +5

    This is the second time I am watching Gino's video series on FHIR, now having a concrete FHIR-related development project. I am an experienced developer, also in medical informatics, but still with rudimentary understanding of FHIR. My impression is that this series is very much suitable for persons like myself. I will certainly try to contact you, Gino, at some later time point. 👍

    • @adewaleadejobi7322
      @adewaleadejobi7322 2 роки тому

      hi, can i get a hand on using fhir ?

    • @DMC428
      @DMC428 2 роки тому

      @@adewaleadejobi7322 ua-cam.com/video/YbQcJj1GqH0/v-deo.html This is a good resource for the very beginning. I'm starting with fhir myself and it seems that a fhir-server is a kind of SQL-Server and one can access all the resources via REST-Requests (usually like one queries a webservice to get data from a database). Therefore there's a need for a auth-server and so on. That's at least my concept of fhir right now.
      We'll see, after that video series...

  • @AlfCru
    @AlfCru 2 місяці тому

    Muchas gracias por la introducción al mundo Fhir

  • @cnhonker
    @cnhonker 5 місяців тому

    This is amazing. Thanks for your time and effort.

  • @sppsghosh
    @sppsghosh 4 роки тому +5

    Thank you for your great presentation! It was very helpful. As I'm new to FHIR world, a suggestion to you: How to create FHIR resources and if you can give us the basics of how to write simple code to insert and retrieve patient data from the server. Also how to convert patient data from our existing systems to FHIR format easily so that it is easier to populate it and then we can write simple code to do CRUD operations on it. Keep up the good work!

    • @GinoCanessa
      @GinoCanessa  4 роки тому +2

      Hi Sanjay, glad you liked it! You have nailed the next few videos I have planned. The next one will be about interacting with a FHIR server manually (e.g., Postman and curl). If I can cover it in time, it will also include SMART authorization (if not, that will be the one after). Once I have the groundwork done, the next set will be a C# project from the ground up.
      Cheers!

    • @sppsghosh
      @sppsghosh 4 роки тому

      @@GinoCanessa Thanks you for your quick response. My expertise is in the Oracle database and was wondering if you would guide me to a place where I can find all the resources on how to convert oracle data into FHIR specifications. I'm sure someone has already worked on it. Your videos will help us a lot especially those who are very new to the FHIR world. Appreciate your work and your passion to help the bigger community!

    • @GinoCanessa
      @GinoCanessa  4 роки тому

      Glad to help. Unfortunately, I am not aware of any content specifically for your scenario (though I have seen many requests). That said, there are a couple of directions to go, and resources that can help along the way.
      One option is to put an existing (Open Source) FHIR server in front of your database. You would need to build the 'mapping glue' between your data model and what the server expects. There are several good open source servers available to start from.
      Another option is to build out a facade server yourself - again, I would recommend using one of the existing (OSS) FHIR libraries to do so. They are available for almost any language you would want to be working in.
      There are also several presentations available online - DevDays 2019 content is available online (videos: ua-cam.com/play/PLKuZNI94tzWZ4zseQ2NLU7mLDdgmQlS5a.html, presentations: www.devdays.com/events/devdays-europe-2019/presentations/). I would recommend several sessions; ones with the keywords of server or facade would probably be a good place to start.
      If I come across any other content, I'll let you know.
      Cheers!

  • @doog33k
    @doog33k Рік тому +1

    Thank you for your explanation. it was so straightforwad.... exaclty what i Needed

  • @srbnow
    @srbnow 5 місяців тому

    Thankyou for making this video. Very helpful

  • @sanatanShishya1521
    @sanatanShishya1521 3 роки тому +1

    Very nice and Informative tutorial, it really helps to get through basics and get hands-on on docs easily.
    will follow this series completely.
    Thanks for your time and effort.
    Keep growing, It really helps who needed.
    Subscribed!!

  • @joshuaaruokhai5401
    @joshuaaruokhai5401 2 роки тому +1

    Thanks so much for this video.

  • @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 ?

  • @roswellg
    @roswellg Рік тому

    very nice tutorial informative leaned a lot thank you

  • @samirrawat8
    @samirrawat8 9 місяців тому

    Do you have any existing video on SQL server backend integration with USCORE FHIR ?

  • @bennyhammerperezvasquez6004
    @bennyhammerperezvasquez6004 3 роки тому

    Is it possible to use security labeling on firely? for example in HAPI FHIR exists consent interceptors that emule the security. In Firely, which module is?

  • @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