/Whats-Up-Doc-Mobile

React Native Provider Registry Specialty searching based on disease, using FHIR.

Primary LanguageTypeScript

What's Up Doc

supports iOS supports Android

Get it on Google Play Download on the App Store

A React Native mobile app that lets you search for providers in your juristiction based on a disease specialty. Requires a FHIR provider registry endpoint, otherwise you can use the included HL7 FHIR demo database.

Screenshots

Architecture

  • React Native
  • Uses provider registries that are built on FHIR
  • Matches a list of diseases (communicable and noncommunicable) to Specialty codes

Requirements to Build

  • React Native & Expo environment
  • iOS development requires Mac OS

Background

  • This was originally created as part of the June 2020 HL7 FHIR DevDays Microsoft Hackathon. I built the original app using Xamarin, and after the hackathon I rewrote it using React Native. Ask me why I switched platforms! 😄
  • Slides from the original hackathon presentation available here
  • Original Xamarin repo is here