Last active
March 1, 2018 09:45
-
-
Save swk003/315767504327169bd4d6670b98582eb0 to your computer and use it in GitHub Desktop.
NRLS-ConsumerSearch-AccessDenied-OperationOutcome-Example-1 (XML)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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