Created
March 1, 2018 21:05
-
-
Save swk003/c147ae7dd8fc0f518984f7bfcb4bebe1 to your computer and use it in GitHub Desktop.
NRLS-ProviderCreate-InvalidResource-OperationOutcome-Example-2 (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="invalid"/> | |
<details> | |
<coding> | |
<system value="https://fhir.nhs.uk/STU3/CodeSystem/Spine-ErrorOrWarningCode-1"/> | |
<code value="INVALID_RESOURCE"/> | |
<display value="Invalid validation of resource"/> | |
</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