Ready to use demo of an FHIR Server with :
- HL7v2 transformation to the FHIR Server
- FHIR Server who can be query in SQL
Clone this repository
git clone https://github.com/grongierisc/FHIR-HL7v2-SQL-Demo.git
Docker
docker-compose up --build -d
-
Can use postman config in misc/fhirhl7v2demo.postman_collection.json
-
Use UX at http://localhost:4201
-
Login/Password : _SYSTEM/SYS
3 steps to use it :
- edit the file FHIR.API.http
- click on "Send Request" under ### labels
- import into Postman the file ./misc/from HL7v2 to FHIR SQL Builder.postman_collection.json
- send the 3 POST containing Driver License (DL)
Click on the left arrow between IRIS and the ambulance.
This windows open :
From here you can import samples from this directory in the Git repo :
sampleFiles
Select one and click send.
From here you can click on Message Trace :
Select the first one :
Here you can see the ready made transforamtion between HL7v2 to SDA to FHIR.
Click on arrow between IRIS and FHIR Client :
The small swagger give you the opportunity to query in FHIR the populated repo from HL7v2 message or from the FHIR Client.
Example :
Click on arrow between IRIS and SQL Client :
From here you can see all the FHIR ressources in an SQL relational way.
- https://github.com/limelissa for the UI
- https://github.com/grongierisc/FHIR-HL7v2-SQL-Demo for the initial project