FHIR IG analytics| Package | navify.fhir.r5.rdc |
| Resource Type | Bundle |
| Id | rdc-Bundle-R5-Patient-Search-Not-Found.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Bundle",
"id": "rdc-Bundle-R5-Patient-Search-Not-Found",
"type": "searchset",
"total": 0,
"link": [
{
"relation": "self",
"url": "/fhir/r5/api/Patient?identifier=unknown-id"
}
],
"entry": [
{
"resource": {
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "information",
"code": "not-found",
"diagnostics": "No patient found for the given identifier."
}
]
},
"search": {
"mode": "outcome"
}
}
]
}