How to fix Azure FHIR service bulk import failure

Harsha Gopu 0 Reputation points
2024-02-19T15:51:37.7766667+00:00

FHIR service Postman Bulk import failed with the below error message. I made sure my Patient data is properly formatted in ndjson. Would you please help how to troubleshoot this issue?

    "resourceType": "OperationOutcome",
    "id": "766c5e38019c0a1686b41338d3add8b7",
    "meta": {
        "lastUpdated": "2024-02-19T15:29:01.6430253+00:00"
    },
    "issue": [
        {
            "severity": "error",
            "code": "processing",
            "diagnostics": "import operation failed for reason: Input string was not in a correct format."
        }
    ]
}
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