Input string incorrect format while performing $import operation

P, Pioline (Cognizant) 195 Reputation points
2024-01-11T05:18:48.6433333+00:00

Hi

I am trying perform $import operation.
I followed all the steps mentioned in the documentation for configuring $import:
https://learn.microsoft.com/en-us/azure/healthcare-apis/fhir/configure-import-data

I provided a NDJSON Claim resource in Blob storage.

After I made a POST request to <<FHIR service base URL>>/$import, I made a GET request to the callback link obtained in the Content-location header.
But I am getting 500 Internal Server Error (Input string was not in correct format)

Note: I tried with many resources and checked for NDJSON format. Everything is correct. The request body I provided during POST was same as provided in the Azure $import documentation.

Kindly assist.

Thanks

Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
149 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MuthuKumaranMurugaachari-MSFT 22,151 Reputation points
    2024-01-25T14:49:07.45+00:00

    P, Pioline (Cognizant) Thanks for working with us offline and azure support team to investigate this issue.

    Update for the community:

    After investigating the issue, found the JSON file was exported using a storage account V2. The error occurred during an attempt to import using storage account V1. P, Pioline (Cognizant) was able to successfully import the JSON file to the FHIR server using storage account V2.

    0 comments No comments