TIFlow - Verordnungen für Digitale Gesundheitsanwendungen (DiGA)
Version 2.0.0-ballot.1 - ci-build

: Beispiel für Abort-Operation Fehlerantwort (AVS) - XML Representation

Raw xml | Download


<OperationOutcome xmlns="http://hl7.org/fhir">
  <id value="ExampleOperationAbortErrorAVS"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: OperationOutcome ExampleOperationAbortErrorAVS</b></p><a name="ExampleOperationAbortErrorAVS"> </a><a name="hcExampleOperationAbortErrorAVS"> </a><h3>Issues</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Details</b></td></tr><tr><td style="display: none">*</td><td>Error</td><td>Forbidden</td><td><span title="Codes:">Abort not expected for newly created Task</span></td></tr></table></div>
  </text>
  <issue>
    <severity value="error"/>
    <code value="forbidden"/>
    <details>
      <text value="Abort not expected for newly created Task"/>
    </details>
  </issue>
</OperationOutcome>