Code Monkey home page Code Monkey logo

Comments (12)

hkamran80 avatar hkamran80 commented on June 5, 2024 1

A few of the NHS' FHIR APIs are now in production, specifically the Immunization History API and the Personal Demographics Service API. The Summary Care Record API is in production as a private beta.

from fasten-onprem.

alexanderadam avatar alexanderadam commented on June 5, 2024 1

🇨🇭 Switzerland

🇩🇪 Germany


from fasten-onprem.

carlseverson avatar carlseverson commented on June 5, 2024

Canada:

I have heard rumours of a health region in Ontario who let people pull all of their data into apple's healthkit - but still working on tracking that down.

Alberta and Saskatchewan have provincial portals that patient can access to view some of their data. Some health regions in other provinces have similar portals. Some might have ability to download or export data, but not as JSON or FHIR objects... just as pdf or csv. Most are view only - data would have to be scrapped and converted into something meaningful.

In general, the databases that store labs, documents, pharmacy data, surgical waitlists, etc are not open and are not really endpoints.

British Columbia:

from fasten-onprem.

AnalogJ avatar AnalogJ commented on June 5, 2024

From /u/shorto on Reddit:

  • Europe (Slovenia, AT, HR, HU, IT)

In most of Europe with the exception of Estonia which is fully digitized, the system is basically a PDF storage. In Slovenia, only you can export (same is in AT, HR, HU, IT), a single PDF for every doctor's note you get. There is no mass export feature or anything like that, The login has to be made with a state issues certificate. So if you plan to expand to EU, the best way to do it, is to allow people to manually import the PDF's DICOM images etc that they get, organise them etc.
Some of the practices will simply send it to your email, others use the state-issued system I mentioned above. I asked if an API will be available and it won't due to security reasons and concerns expressed by the EU.

from fasten-onprem.

PovilasID avatar PovilasID commented on June 5, 2024

Europe:

Maybe in the past some systems did but most systems do not keep data in PDFs, its in database and more commonly bought HIS have FHIR gateways. However , not every hospital IT staff knows or can even give access to that feature and nobody else can.. In short doctors time is cheaper then developers.

So in the end yes you will get PDF exports at best. In 1000 different languages. That are often scanned... Do not ask me why...

Not all is lost though:
EU is planning to have a similar thing to US data exchanges
https://digital-strategy.ec.europa.eu/en/policies/data-governance-act
Current status: pending legislation. Estimated time for enforcement 2030

However, my tip would be to have an option for people to enter data manually as fallback. Does not have to have good UX it would be a stopgap/fallback feature.

from fasten-onprem.

AnalogJ avatar AnalogJ commented on June 5, 2024

From ChatGPT - so this could be incorrect:


  • United States: The United States has been a major adopter of Smart-on-FHIR, with many healthcare organizations implementing FHIR-based APIs to allow patients to access their own health data.
  • Canada: Canada has also adopted the FHIR standard and has implemented Smart-on-FHIR to allow patients to access their own health data through third-party applications.
  • Australia: Australia has adopted FHIR as part of their national My Health Record system, which allows patients to access their own health data through a web-based portal or mobile application.
  • United Kingdom: The National Health Service (NHS) in the United Kingdom has developed a set of APIs based on the FHIR standard to allow third-party applications to access patient data with patient consent.
  • Netherlands: The Dutch national health portal "MijnGezondheid.net" allows patients to access their own health data using Smart-on-FHIR.
  • Finland: The Finnish national Kanta services allow patients to access their own health data via a mobile app and web portal using the Smart-on-FHIR standard.
  • Denmark: The Danish national health portal "Sundhed.dk" allows patients to access their own health data using Smart-on-FHIR.

from fasten-onprem.

AnalogJ avatar AnalogJ commented on June 5, 2024

From @PovilasID:

Lithuania. We are in fairly good position in contrast: We have nationally fully electronic: prescriptions; referrals; ability to register; However the main systems were established in 2014 and... well its massive mess now. Patient's access is sort afterthought... for example: you could view DICOM images, however, it was in flash... and flash is dead... so... you can not view DICOM images. Also some national systems should get data from hospital systems but they do not... because there are no penalties, so to have your data in national system is more of an exception rather than a rule. However, you will have 100% of prescriptions and referrals, because without listing in national system you are not getting your medication or access to a clinician... soo mixed bag.

from fasten-onprem.

second2falcon avatar second2falcon commented on June 5, 2024

So far I have not been able to track down an API endpoint voor Spaarne Gasthuis' implementation of MyChart. What I was able to find is that you are able to download ALL of your data, but it is exported as xml.
I will continue to look for an API endpoint tho.

PS: Spaarne Gasthuis is a Dutch hospital group

from fasten-onprem.

AnalogJ avatar AnalogJ commented on June 5, 2024

@second2falcon Do you know if the XML file is formatted as HL7 CCDA? While CCDA is not currently supported by Fasten, I'd be willing to prioritize it if it'll allow us to support international patient records faster.

from fasten-onprem.

adrianipopescu avatar adrianipopescu commented on June 5, 2024

just posting for awareness, spain is quasi-fragmented in their data, for example catalunia has catsalut

from fasten-onprem.

rich86 avatar rich86 commented on June 5, 2024

UK (NHS)

TL;DR:

  • Possibility of supporting majority of UK via API or web scraping from two major providers; EMIS and TPP:
  • The majority of NHS digital records are stored by individual GP practices.
  • Only a few providers sell closed-source software to these practices, with EMIS and TPP (AirMid/SystmOne) being the main ones.
  • EMIS and TPP offer apps and web access for patients, but API access availability is uncertain.

The majority of digitally accessible records in the NHS are stored by individual GP practices. Unfortunately, there seem to be only a few providers who sell closed-source software to each NHS GP practice. So there are only about two sources of data needed to support the whole of the UK: EMIS and TPP (AirMid/SystmOne). According to ChatGPT, there are a handful of other providers, but I've only ever encountered the above two and am fairly certain that they serve the majority of GP practices within the UK.

Both EMIS and TPP provide apps and web access for patients, but I'm not sure if there is any published/publicly available API access.

I hope the above info helps. I realize that international support will no doubt be fairly low on your list of priorities, but I would love to be able to take ownership of my medical data, so I am happy to provide any further information that I can.

from fasten-onprem.

hkamran80 avatar hkamran80 commented on June 5, 2024

Yenlo seems to provide FHIR APIs for a few international providers. I can't find anything with some quick searches, but maybe someone else can find some documentation.

from fasten-onprem.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.