What You're Going to Build
You application should be a server that’s able to do the following with a Postgres Database:
- List All Patients in database via FHIR API
- List All Observations in database via FHIR API
- Get Patient Details in database via FHIR API
- Get Observation Details in database via FHIR API
- Must support JSON (and optionally XML) format
Best of luck!