The objective of this UI is to display a list of patients from the FHIR server. View/ Update the patient information. Support searching by patient name.
As a healthcare organization, a lot of our work deals with storing and analyzing complex healthcare data. For this, we depend on the FHIR standard. FHIR (Fast Health Interoperability Resources) is an HL7 specification for Healthcare Interoperability.
To make REST calls, you can start with: GET http://hapi.fhir.org/baseDstu3/Patient?_format=json&name:missing=false&birthdate:missing=false
Add the following in a .env file
DATABASE_ENDPOINT="https://hapi.fhir.org"