What You're Going to Build - Patient Management Application

Our first app is a simple Patient Management Application. We will need it to perform some basic functions such as create, edit, delete and search for FHIR Patient resources by interacting with a FHIR server using the FHIR REST APIs.

Requirements Specification

Here are the functionalities your application must support:

  1. List all the patients on a FHIR server, displaying their name, gender and date of birth
  2. Create patients by submitting a form with the patient’s name, gender, date of birth and phone number. Implement validation on all fields.
  3. Allow updating all patients on the FHIR server by opening them on the same form and changing details.
  4. Search patient by name (also support partial search).

Bonus functionality

  1. Search patient by name or phone number (also support partial search)

Comments (0)

No comments yet. Be the first to comment!