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: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,12 @@ This project provides samples outlining example implementations of various use c
68
68
| --- | --- |
69
69
|[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. |
70
70
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
+
71
77
### Azure Active Directory B2C to grant access to the FHIR service
@@ -42,7 +42,7 @@ This architecture explains how a web application communicates with a EMPI servic
42
42
43
43
### Prerequisite check
44
44
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.
46
46
- Run `az --version` and `azd version` to check that you have the appropriate Azure command-line tools installed.
47
47
- Login to the Azure CLI
48
48
- Launch Postman app.
@@ -51,13 +51,12 @@ This architecture explains how a web application communicates with a EMPI servic
51
51
52
52
UI application and Postman queries use common endpoint for EMPI service operations and FHIR service Operations.
53
53
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.
55
55
56
56
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.
57
57
58
58
### 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 demonstrate 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.
0 commit comments