Skip to content
/ fhir-poc Public

FHIR server POC using HAPI FHIR lib under the hood.

Notifications You must be signed in to change notification settings

rnair/fhir-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fhir-poc

FHIR server POC using HAPI FHIR lib under the hood.

How to build:
mvn clean install from root ie fhir-poc

How to run sample patient app:
It is a spring boot app, the main class is PatientFhirApplication.java and just run it in IDE or run as jar just like any other spirng boot app.

How to test:
Creating a patient POST http://localhost:8080/fhir/Patient Example payload : https://www.hl7.org/fhir/patient-example.json.html

Reading a patient record GET http://localhost:8080/fhir/Patient/1

About

FHIR server POC using HAPI FHIR lib under the hood.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages