FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagenavify.fhir.r5.rdc
Resource TypeBundle
Idrdc-Bundle-R5-Patient-Search-Not-Found.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

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