Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save swk003/315767504327169bd4d6670b98582eb0 to your computer and use it in GitHub Desktop.
Save swk003/315767504327169bd4d6670b98582eb0 to your computer and use it in GitHub Desktop.
NRLS-ConsumerSearch-AccessDenied-OperationOutcome-Example-1 (XML)
<OperationOutcome xmlns="http://hl7.org/fhir">
<id value="f19e4165-b379-4377-ad43-df65f609eba5"/>
<meta>
<profile value="https://fhir.nhs.uk/STU3/StructureDefinition/Spine-OperationOutcome-1"/>
</meta>
<issue>
<severity value="error"/>
<code value="forbidden"/>
<details>
<coding>
<system value="https://fhir.nhs.uk/STU3/CodeSystem/Spine-ErrorOrWarningCode-1"/>
<code value="ACCESS DENIED"/>
<display value="Access has been denied to process this request"/>
</coding>
</details>
<diagnostics value="Additional diagnostic information about the issue can be populated in this element."
</issue>
</OperationOutcome>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment