Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save swk003/c147ae7dd8fc0f518984f7bfcb4bebe1 to your computer and use it in GitHub Desktop.
Save swk003/c147ae7dd8fc0f518984f7bfcb4bebe1 to your computer and use it in GitHub Desktop.
NRLS-ProviderCreate-InvalidResource-OperationOutcome-Example-2 (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="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