How can i integrate /import my FitBit API data genertaed in JSON into openEMR

Hello, I am new here.
I am working on my personal FitBit data integration into openEMR and I have generated the data from FitBit API but i don’t know how to import the data generated into openEMR.

Hello @Suliat Welcome to the OpenEMR community!
I am not a dev so can’t advise specifically on how to accomplish your project. However, others have come to this forum before you and asked similar questions and a search of the forum posts will show you the answers they received, like so:
Screenshot at 2024-04-08 12-48-14

That search returns 34 results; if you search on different terms hopefully you can find good help there.
Best- Harley

Thank you htuck, I will check it out.

@Suliat You have to check if the FitBit is providing any api for sharing your data then you have call those API into OpenEMR and then import that json data into openemr

1 Like

Hello Nilesh,
Yeah, Fitbit provided an API to call
And do you mean i don’t need FHIR before i can import the data in JSON format into opener?

@Suliat,

We can write SMART FHIR or we can write Rest API depends on the requirements

1 Like