FHIR Data not return content
Hi,
I found an issue while fetching records from FHIR DB, I am getting below error thou FHIR repository have the records with the corresponding id
{
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "error",
"code": "not-found",
"diagnostics": "<HSFHIRErr>ResourceNotFound",
"details": {
"text": "No resource with type 'Appointment' and id '21'"
}
}
]
}
Product version: IRIS 2023.2
Is the ID that you are using the same that was generated by the server?
Yeah, the records are exists in the repository
Have you seen is there any data issue in the resource json file?
Yes, the issue was resolved.