Skip to content

Commit ab22ccc

Browse files
committed
Updated document and images for EMPI
1 parent 12349bc commit ab22ccc

File tree

7 files changed

+11
-6
lines changed

7 files changed

+11
-6
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ This project provides samples outlining example implementations of various use c
6868
| --- | --- |
6969
| [FHIR Service and Terminology Service Integration](/samples/fhir-terminology-service-integration/) | Sample shows how an external terminology service can be used in conjunction with the Azure Health Data Services FHIR service by providing a unified endpoint for the FHIR service as well as terminology operations. |
7070

71+
### FHIR Service and EMPI Integration
72+
73+
|Sample|Description|
74+
| --- | --- |
75+
| [FHIR Service and EMPI Integration](/samples/fhir-empi-integration/) | Sample shows how an Enterprise Master Patient Index (EMPI) service can be used in conjunction with the Azure Health Data Services FHIR service by providing a unified endpoint for the FHIR service as well as patient matching operations. |
76+
7177
### Azure Active Directory B2C to grant access to the FHIR service
7278

7379
|Sample|Description|

samples/fhir-empi-integration/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This architecture explains how a web application communicates with a EMPI servic
1515
- **Event Hub**: It can process and store events, data and telemetry produced by FHIR Service.
1616
- **Events**: Events allow you to subscribe to and receive notifications of changes to health data in the FHIR service
1717
- **EMPI Connector App**: It executes $match operation and handles Events triggered.
18-
- **EMPI service**: It contains demographic data for patients
18+
- **EMPI service**: This is a sample service for demonstration of patient matching that contains demographic data for sample patients.
1919
- **AHDS FHIR service**: AHDS FHIR Service, contains healthcare data including patients
2020

2121

@@ -32,7 +32,7 @@ This architecture explains how a web application communicates with a EMPI servic
3232

3333
* Working External EMPI Service URL and authentication details.
3434

35-
* [.NET 6.0](https://dotnet.microsoft.com/download)
35+
* [.NET 8.0](https://dotnet.microsoft.com/download)
3636

3737
* [Azure Command-Line Interface (CLI)](https://docs.microsoft.com/cli/azure/install-azure-cli)
3838

@@ -42,7 +42,7 @@ This architecture explains how a web application communicates with a EMPI servic
4242

4343
### Prerequisite check
4444

45-
- In a terminal or command window, run `dotnet --version` to check that the .NET SDK is version 6.0 or later.
45+
- In a terminal or command window, run `dotnet --version` to check that the .NET SDK is version 8.0 or later.
4646
- Run `az --version` and `azd version` to check that you have the appropriate Azure command-line tools installed.
4747
- Login to the Azure CLI
4848
- Launch Postman app.
@@ -51,13 +51,12 @@ This architecture explains how a web application communicates with a EMPI servic
5151

5252
UI application and Postman queries use common endpoint for EMPI service operations and FHIR service Operations.
5353

54-
The UI application demonstartes $match and CRUD operations for patient, those operations are routed to external EMPI service by EMPI Connector app.
54+
The UI application demonstrates $match and CRUD operations for patient, those operations are routed to external EMPI service by EMPI Connector app.
5555

5656
The UI Application also demonstartes operations for searching Observation resources from FHIR service and saving translated Observation resources to FHIR service, the search and save operations are routed to AHDS FHIR Service by APIM.
5757

5858
### Postman Queries
59-
60-
The postman queries to demonstare Common Endpoint Application routing calls to external EMPI service and AHDS FHIR Service via single endpoint are available under `FHIR-EMPI Integration` folder in `Fhir-EMPI Collection` postman collection available in this repo. For Queries in this collection, we are using APIM URL as our base URL and auth token of FHIR service to authenticate requests.
59+
The postman queries to demostrate EMPI API call for $match operation is available in `FHIR Collection` postman collection [samples](https://github.com/Azure-Samples/azure-health-data-services-samples/tree/main/samples/sample-postman-queries) repo.
6160

6261
## Setting up application locally
6362
### Visual Studio
14.4 KB
Loading
10.6 KB
Loading
15.8 KB
Loading
10.3 KB
Loading
6.82 KB
Loading

0 commit comments

Comments
 (0)