FHIR IG analytics| Package | hl7.fhir.us.davinci-pr |
| Resource Type | OperationOutcome |
| Id | OperationOutcome-ExampleNoRemittancesFound.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationOutcome ExampleNoRemittancesFound
| Severity | Code | Details | Diagnostics |
| Warning | Not Found | Error: no processable search found for %s search parameters "%s" | No remittances found for the given search parameters. |
{
"resourceType": "OperationOutcome",
"id": "ExampleNoRemittancesFound",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"issue": [
{
"severity": "warning",
"code": "not-found",
"details": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/operation-outcome",
"code": "SEARCH_NONE"
}
]
},
"diagnostics": "No remittances found for the given search parameters."
}
]
}