You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ips_ig_cl/README.MD
+2-15
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,10 @@
1
1
# Implementation of IPS FHIR IG on Aidbox FHIR platform
2
2
3
-
[Demo](https://ips.hz.aidbox.dev/fhir/Patient/2b90dd2b-2dab-4c75-9bb9-a355e07401e8/$summary) | [Inferno International Patient Summary Test Kit](https://inferno-qa.healthit.gov/suites/ips/Zb7EriZknW)
4
-
5
3
This repository contains pre-configured Aidbox instance and implementation of `$summary` operation defined by IPS.
6
4
7
5
## About IPS (International Patient Summary)
8
6
9
-
The IPS is intended to support the provision of essential healthcare information for a patient, regardless of where they are receiving care. It includes critical information such as allergies, medications, past surgeries, and other significant medical history details. See [IPS Specification](https://build.fhir.org/ig/HL7/fhir-ips/index.html)
7
+
The IPS is intended to support the provision of essential healthcare information for a patient, regardless of where they are receiving care. It includes critical information such as allergies, medications, past surgeries, and other significant medical history details. See [IPS Specification](https://build.fhir.org/ig/HL7Chile/IPS-CL/index.html)
10
8
11
9
## Prerequisites
12
10
@@ -30,8 +28,6 @@ Add the license (`AIDBOX_LICENSE`) int the .env file.
30
28
docker compose up --build
31
29
```
32
30
33
-
On start, the node-app will [upload](./src/index.ts#L142) a sample FHIR [Bundle](./src/patientData.ts) with patient data.
34
-
35
31
## Step 3: Open and log in into Aidbox instance
36
32
37
33
Open in browser http://localhost:8888
@@ -201,13 +197,4 @@ stringData:
201
197
AIDBOX_CLIENT_ID: <your_aidbox_client_id>
202
198
AIDBOX_CLIENT_SECRET: <your_aidbox_client_secret>
203
199
APP_SECRET: <your_app_secret> # allows aidbox safely communicate with this app
204
-
```
205
-
206
-
## Run Inferno IPS tests
207
-
208
-
To run Inferno IPS tests against this implementation:
209
-
210
-
1. Copy the prepared [configuration](./ips-inferno-config.json) for the test suite.
211
-
2. Create a test session on the [Inferno website](https://inferno-qa.healthit.gov/test-kits/international-patient-summary/).
212
-
3. Click on the "RUN ALL TESTS" button.
213
-
4. Paste the copied configuration into the JSON field and submit.
0 commit comments