/fhir_vidavo

Primary LanguageDartMIT LicenseMIT

FHIR

link: https://fhir.org/

As long as you have your credentials for the platform, this package gives you the ability to connect and follow the protocol in order to create a patient's record in FHIR platform and publish there the patient's vitals and their results.

Guidance

With the init() method the application can have access to the account regarding the provided credentials. The createPatient() method creates the patient's record to the platform. The postVitals() method posts the vitals for the specific patient to the platform.

For Drift and freezed set up:

  • run -> flutter pub run build_runner build watch --delete-conflicting-outputs