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

FHIR IG analytics

Packageuk.nhsdigital.r4.test
Resource TypeOperationOutcome
IdOperationOutcome-apigeeeAndOAuth2-alternative.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": "rrt-2959959087381887325-c-geu2-24001-82918062-1",
  "meta": {
    "lastUpdated": "2021-04-14T11:35:00+00:00"
  },
  "issue": [
    {
      "severity": "error",
      "code": "value",
      "details": {
        "coding": [
          {
            "system": "https://fhir.nhs.uk/CodeSystem/Spine-ErrorOrWarningCode",
            "code": "INVALID_VALUE",
            "display": "Invalid value"
          }
        ]
      },
      "diagnostics": "(invalid_request) firstName is missing",
      "location": [
        "/data/attributes/firstName"
      ]
    }
  ]
}