Skip to content

Sample code using Rest Template to Parse FHIR Response

Notifications You must be signed in to change notification settings

sivareddyp/fhir-client-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sample code using Rest Template to Parse FHIR Response

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages