Closed camila8 closed 4 years ago
Should be be improved with a recent checkin: #1417
We are using the FHIR API in Azure. Did this change make it there yet? If not where should I place this issue so it gets updated in the Azure FHIR API.
I'm inclined to close the issue here since this is fixed in our main branch.
I've verified the new diagnostics would be:
{
"resourceType": "OperationOutcome",
"id": "04f34399-8477-40cc-b529-08c3eac92fd7",
"issue": [
{
"severity": "error",
"code": "invalid",
"diagnostics": "Error occurred when parsing model: 'Type checking the data: Since type Reference is not a primitive, it cannot have a value (at Resource.enrollment[0])'."
}
]
}
This should be available in the managed service in 1-2 weeks
great thanks!
Describe the bug The error description below is not helpful.
{ "resourceType": "OperationOutcome", "id": "7b21177a664b724b85edc254066d5b9a", "issue": [ { "severity": "error", "code": "invalid", "diagnostics": "Error occurred when parsing model." } ] }
FHIR Version? R4
Data provider? Post in postman to our FHIR API
To Reproduce Steps to reproduce the behavior:
Expected behavior For the error to tell me that enrollment is a list and the format is incorrect
Actual behavior useless error description