FHIR Chat · Writing PACIO FASI data to Data Manager · Post-Acute Care

Stream: Post-Acute Care

Topic: Writing PACIO FASI data to Data Manager


view this post on Zulip Dave Hill (Sep 10 2020 at 19:44):

We are working through some problems with the DEL FASI data, which is great. I am currently running into 412 errors. The error returned by the Data Manager indicates:

Response Body: {
"resourceType": "OperationOutcome",
"id": "6cefb53a-d36d-447e-b25a-070799c4240b",
"meta": {
"versionId": "4ad9432c-68b7-4140-b3be-7e01273cfe3d",
"lastUpdated": "2020-09-10T19:40:06.760+00:00"
},
"issue": [
{
"severity": "error",
"code": "business-rule",
"details": {
"coding": [
{
"system": "http://hl7.org/fhir/dotnet-api-operation-outcome",
"code": "5008"
}
],
"text": "The search criteria matches multiple existing resources. fullUrl:"
}
}
]
}
Completed 412 Precondition Failed in 10903ms (ActiveRecord: 0.0ms)

This is new assessment data, so I'm not sure what search criteria it is referring to. Any thoughts?

view this post on Zulip Vladimir Prihodko (Sep 10 2020 at 20:07):

What data are sent in the request body?


Last updated: Apr 12 2022 at 19:14 UTC