Skip to content

Commit 52b66d8

Browse files
committed
Readme update
1 parent 2bb608c commit 52b66d8

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ It setups a FHIR SERVER, imports the test data, demoes REST API usage with a sim
99
## Prerequisites
1010
Make sure you have [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [Docker desktop](https://www.docker.com/products/docker-desktop) installed.
1111

12-
## Installation
12+
## Installation
1313

1414
### IPM
1515

@@ -64,6 +64,15 @@ FHIRSERVER>d ##class(fhirtemplate.Setup).LoadPatientData("/irisdev/app/output/fh
6464
Open URL http://localhost:32783/fhir/r4/metadata
6565
you should see the output of fhir resources on this server
6666

67+
## Swagger UI
68+
69+
You can get the Swagger UI and work with it at:
70+
http://localhost:32783/swagger-ui/index.html
71+
72+
To try it Open /Patient/{id} resource and call for the patient 3.
73+
Here is what you should see:
74+
<img width="1273" alt="Image" src="https://github.com/user-attachments/assets/8dc340cc-e5e4-4bf7-9e16-8169f76e27b6" />
75+
6776
## Testing Postman calls
6877
Get fhir resources metadata
6978
GET call for http://localhost:32783/fhir/r4/metadata
@@ -86,6 +95,15 @@ While open the page you will see search result for female anemic patients and gr
8695
<img width="484" alt="Screenshot 2020-08-06 at 18 51 22" src="https://user-images.githubusercontent.com/2781759/89657718-2b57d980-d8d6-11ea-800f-d09dfb48f8bc.png">
8796

8897

98+
## More sophisticated UI
99+
100+
The example of a richer UI around the FHIR data can be observed at:
101+
http://localhost:32783/fhir/portal/patientlist.html
102+
103+
Here is an example screenshot of it:
104+
<img width="1381" alt="Image" src="https://github.com/user-attachments/assets/0aa18442-90ed-495a-9fb0-7ced2f121527" />
105+
106+
89107
## Development Resources
90108
[InterSystems IRIS FHIR Documentation](https://docs.intersystems.com/irisforhealth20203/csp/docbook/Doc.View.cls?KEY=HXFHIR)
91109
[FHIR API](http://hl7.org/fhir/resourcelist.html)

0 commit comments

Comments
 (0)