Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 409 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 409 Bytes

FHIR Client


This program fetches data from OpenMRS / Bahmni FHIR resources.

  • JDK 17 or higher.
  • REST client: Rest Template

Update application.properties with valid values before running the application

Output

Make HTTP Call http://localhost:8080/api/v1/{resourceType}/{id}

  • resourceType : FHIR resources such as Patient, Condition, Medication
  • id : uuid of the corresponding resource