View raw Markdown
type: exampleresource: OperationOutcomeexample: operationoutcome-example-exception

OperationOutcome Example: operationoutcome-example-exception

Narrative

SQL Link Communication Error (dbx = 34234)

Example XML

<?xml version="1.0" encoding="UTF-8"?>
<OperationOutcome xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir /schema/operationoutcome.xsd">
  <id value="exception"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>SQL Link Communication Error (dbx = 34234)</p>
    </div>
  </text>
  <issue>
    <severity value="error"/>
    <code value="exception"/>
    <details>
      <text value="SQL Link Communication Error (dbx = 34234)"/>
    </details>
  </issue>
</OperationOutcome>