<OperationOutcome xmlns="http://hl7.org/fhir">
  <id value="core-examples-OperationOutcome-example2" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-09-08T11:38:07.086+00:00" />
  </meta>
  <text>
    <status value="additional" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>All OK</p>
    </div>
  </text>
  <issue>
    <severity value="information" />
    <code value="informational" />
    <details>
      <text value="All OK" />
    </details>
  </issue>
</OperationOutcome>