FHIR and Databases - Part 1: Overview

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ย. 2024

ความคิดเห็น • 6

  • @missy2646
    @missy2646 2 ปีที่แล้ว +1

    Thank you for the content. very useful for healthcare developers

  • @JuentherGauch
    @JuentherGauch 10 หลายเดือนก่อน

    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

  • @MrMoralHazard
    @MrMoralHazard 2 ปีที่แล้ว +1

    Thanks for your great videos! I really enjoy them because they are always well structured and easy to understand

  • @roswellg
    @roswellg ปีที่แล้ว

    yes is good video

  • @counterko
    @counterko 2 ปีที่แล้ว

    Many thanks

  • @JunaidKalia
    @JunaidKalia 2 ปีที่แล้ว

    Thanks!