MediRecords FHIR Implementation Guide
1.4.1 - release


: Forbidden Error Example - XML Representation

Raw xml | Download


<OperationOutcome xmlns="http://hl7.org/fhir">
  <id value="1a4884df-2423-4d19-be19-2125ae67cccf"/>
  <meta>
    <profile
             value="https://fhir.medirecords.com/StructureDefinition/mr-operation-outcome-core"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: OperationOutcome 1a4884df-2423-4d19-be19-2125ae67cccf</b></p><a name="1a4884df-2423-4d19-be19-2125ae67cccf"> </a><a name="hc1a4884df-2423-4d19-be19-2125ae67cccf"> </a><a name="1a4884df-2423-4d19-be19-2125ae67cccf-en-US"> </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>Diagnostics</b></td></tr><tr><td style="display: none">*</td><td>Warning</td><td>Forbidden</td><td>Forbidden. The user does not have the rights to perform this action.</td></tr></table></div>
  </text>
  <issue>
    <severity value="warning"/>
    <code value="forbidden"/>
    <diagnostics
                 value="Forbidden. The user does not have the rights to perform this action."/>
  </issue>
</OperationOutcome>