How to fix Azure FHIR service bulk import failure
Harsha Gopu
0
Reputation points
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."
}
]
}
Sign in to answer