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: articles/healthcare-apis/events/events-consume-logic-apps.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.author: jasteppe
12
12
13
13
# Consume events with Logic Apps
14
14
15
-
This tutorial shows how to use Azure Logic Apps to process Azure Health Data Services Fast Healthcare Interoperability Resources (FHIR®) events. Logic Apps create and run automated workflows to process event data from other applications. You'll learn how to register a FHIR event with your Logic App, meet a specified event criteria, and perform a service operation.
15
+
This tutorial shows how to use Azure Logic Apps to process Azure Health Data Services Fast Healthcare Interoperability Resources (FHIR®) events. Logic Apps creates and runs automated workflows to process event data from other applications. You'll learn how to register a FHIR event with your Logic App, meet a specified event criteria, and perform a service operation.
16
16
17
17
Here's an example of a Logic App workflow:
18
18
@@ -255,9 +255,9 @@ You need to add a specific action. Select "Choose an operation" to continue. The
255
255
The options in this example are:
256
256
257
257
- Method is "Get"
258
-
- URL is ```"concat('https://', triggerBody()?['subject'], '/_history/', triggerBody()?['dataVersion'])"```.
258
+
- URL is `"concat('https://', triggerBody()?['subject'], '/_history/', triggerBody()?['dataVersion'])"`.
259
259
- Authentication type is "Managed Identity".
260
-
- Audience is ```"concat('https://', triggerBody()?['data']['resourceFhirAccount'])"```
260
+
- Audience is `"concat('https://', triggerBody()?['data']['resourceFhirAccount'])"`.
261
261
262
262
### Allow FHIR Reader access to your Logic App
263
263
@@ -269,7 +269,7 @@ At this point, you need to give the FHIR Reader access to your app, so it can ve
269
269
270
270
3. Select on Azure role assignments. Select "Add role assignment".
271
271
272
-
4. Specify the following:
272
+
4. Specify the following options:
273
273
274
274
- Scope = Subscription
275
275
- Subscription = your subscription
@@ -339,7 +339,7 @@ Here's an example of a workflow trigger success operation:
0 commit comments