microsoft / FHIR-Converter

Conversion utility to translate legacy data formats into FHIR
MIT License
398 stars 173 forks source link

Issue with using custom templates to convert data in JSON format to FHIR bundle using $convert-data from ADF #529

Open swapnilkotimw opened 5 months ago

swapnilkotimw commented 5 months ago

Hello experts,

We have created a couple of simple templates that would convert the data in a JSON format to data in FHIR consumable bundle. These templates are loaded to an ACR and we are using the $convert-data feature of the FHIR store in ADF pipeline. The same templates when used locally on the machine with FHIR Converter extension on VS Code are working fine to give us the result but whereas when executed from ADF we get parsing error. Here is screenshot of the error,

Screenshot 2024-04-11 at 8 46 22 AM

Thank you for the support and help.

dustinburson commented 4 months ago

Hello @swapnilkotimw

A few questions:

In general the error indicates the template you are trying to find isn't in ACR you configured for the FHIR service.

swapnilkotimw commented 4 months ago

Hello @dustinburson

  1. I am using Azure Health Data Services.
  2. I made a convert call from Postman as well but I get the same error message. Is this what you mean by directly? If not please let me know what other ways can I make a convert call on the FHIR Service.

Here is a screenshot of the templates when I pull the ACR image to a folder on my machine. image

I have the templates loaded to 3 different artifacts. Neither of them worked for us.

Thank you. Regards, Swapnil Koti