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

FHIR IG analytics

Packagesynapxe.rcm
Resource TypeOperationOutcome
IdOperationOutcome-notfound.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": "OperationOutcome",
  "id": "notfound",
  "issue": [
    {
      "severity": "error",
      "code": "not-found",
      "details": {
        "coding": [
          {
            "system": "http://fhir.synapxe.sg/api-operation-outcome",
            "code": "E-10001"
          }
        ],
        "text": "Patient NRIC is not found"
      }
    }
  ]
}