PROJECTS OVERVIEW NOTES FINAL APP

Assignment 2: FHIR Query Tables

Query the mock FHIR API (SMART Health IT demo server) and retrieve structured healthcare data (FHIR resources) about a patient's medications, encounters, diagnoses or test results or something, and list them in a table with JavaScript and DOM manipulation.

Process: FHIR JSON → resource.id → DOM row. Request → Parse → Display.

Data is server-owned.

Patient search matches names on the FHIR server. Observation search returns recent records.