Skip to content

Commit 0bc7683

Browse files
Merge pull request #294521 from KendalBond007/FHIRTroubleshootUpdate_12Feb25
Update convert-data-troubleshoot.md
2 parents f45557d + 6356b3b commit 0bc7683

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/healthcare-apis/fhir/convert-data-troubleshoot.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: healthcare-apis
55
author: msjasteppe
66
ms.service: azure-health-data-services
77
ms.topic: troubleshooting
8-
ms.date: 08/28/2023
8+
ms.date: 02/12/2025
99
ms.author: jasteppe
1010
---
1111

@@ -29,6 +29,10 @@ The `$convert-data` operation applies post processing logic after the template i
2929
## Message size
3030
There isn’t a hard limit on the size of the messages allowed for the `$convert-data` operation. However, for content with a request size greater than 10 MB, server errors `500` are possible. If you're receiving `500` server errors, ensure your requests are under 10 MB.
3131

32+
## Template size and complexity
33+
34+
If you receive `504 Gateway Timeout` errors, it may be the result of template processing time. Updating templates to reduce loops and iterations can greatly increase performance. Consider retrying your request with a smaller or simpler template.
35+
3236
## Why are my dates being converted when transforming JSON data?
3337

3438
It's possible for dates supplied within JSON data to be returned in a different format than what was supplied. During deserialization of the JSON payload, strings that are identified as dates get converted into .NET DateTime objects. These objects then get converted back to strings before going through the Liquid template engine. This conversion can cause the date value to be reformatted, and represented in the local timezone of the FHIR service.

0 commit comments

Comments
 (0)