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

FHIR IG analytics

Packagevzvz.fhir.aof
Resource TypeOperationOutcome
IdOperationOutcome-aorta-operationoutcome-error.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Example of an OperationOutcome

Source1

{
  "resourceType": "OperationOutcome",
  "id": "aorta-operationoutcome-error",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "issue": [
    {
      "details": {
        "coding": [
          {
            "code": "MED_AUTHERR",
            "system": "http://terminology.hl7.org/CodeSystem/operation-outcome"
          }
        ],
        "text": "Error due to privacy"
      },
      "severity": "error",
      "code": "forbidden",
      "diagnostics": "explanation of the error"
    }
  ]
}