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

FHIR IG analytics

Packagese.electronichealth.fhir.nll.r4
Resource TypeOperationOutcome
Idoperationoutcome-example-3.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",
  "meta": {
    "profile": [
      "http://electronichealth.se/fhir/StructureDefinition/NLLOperationOutcome"
    ],
    "tag": [
      {
        "display": "OperationOutcome with an application error"
      },
      {
        "display": "OperationOutcome with an application error"
      },
      {
        "display": "operationoutcome-example-3"
      }
    ]
  },
  "issue": [
    {
      "severity": "error",
      "code": "invalid",
      "details": {
        "coding": [
          {
            "system": "http://ehalsomyndigheten.se/fhir/CodeSystem/error-codes",
            "code": "2-26-5",
            "display": "Header X-Request-ID saknas och är obligatoriskt"
          }
        ]
      }
    }
  ]
}