: Beispiel für Reject-Operation Fehlerantwort - XML Representation
Raw xml | Download
<OperationOutcome xmlns="http://hl7.org/fhir">
<id value="ExampleOperationRejectError"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: OperationOutcome ExampleOperationRejectError</b></p><a name="ExampleOperationRejectError"> </a><a name="hcExampleOperationRejectError"> </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:">Task not in status in progress, is: ready</span></td></tr></table></div>
</text>
<issue>
<severity value="error"/>
<code value="forbidden"/>
<details>
<text value="Task not in status in progress, is: ready"/>
</details>
</issue>
</OperationOutcome>