https://github.com/davealdon/whats-up-doc-mobile
React Native Provider Registry Specialty searching based on disease, using FHIR.
https://github.com/davealdon/whats-up-doc-mobile
disease fhir hl7 hl7-fhir hl7-fhir-resources medical medicine native provider react react-native registry speciality
Last synced: 6 months ago
JSON representation
React Native Provider Registry Specialty searching based on disease, using FHIR.
- Host: GitHub
- URL: https://github.com/davealdon/whats-up-doc-mobile
- Owner: DaveAldon
- Created: 2020-10-16T17:06:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-26T19:06:57.000Z (over 4 years ago)
- Last Synced: 2025-03-26T06:06:38.417Z (7 months ago)
- Topics: disease, fhir, hl7, hl7-fhir, hl7-fhir-resources, medical, medicine, native, provider, react, react-native, registry, speciality
- Language: TypeScript
- Homepage:
- Size: 1.72 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What's Up Doc
[](https://github.com/DaveAldon/Whats-Up-Doc) [](https://github.com/DaveAldon/Whats-Up-Doc)
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! :smile:
- Slides from the original hackathon presentation available [here](https://docs.google.com/presentation/d/1X6qeCuRigvTkzUoinb5pg-8AWY9c05240loeVSkdVFo/edit?usp=sharing)
- Original Xamarin repo is [here](https://github.com/DaveAldon/Whats-Up-Doc)