{
  "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"
      }
    }
  ]
}