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

FHIR IG analytics

Packagefhir.r4.nhsengland.programme
Resource TypeOperationOutcome
IdDoS-OperationOutcome-InvalidSearchDataAndIdentifierSys-Example.json
FHIR VersionR4

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": "DoS-OperationOutcome-InvalidSearchDataAndIdentifierSys-Example",
  "issue": [
    {
      "severity": "error",
      "code": "code-invalid",
      "details": {
        "coding": [
          {
            "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode",
            "version": "1.0.0",
            "code": "INVALID_SEARCH_DATA",
            "display": "Invalid search data"
          }
        ]
      },
      "diagnostics": "Invalid identifier system 'foo' - expected 'odsOrganisationCode'"
    }
  ]
}