Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save swk003/a418511924364b9407940ce2f573c4be to your computer and use it in GitHub Desktop.
Save swk003/a418511924364b9407940ce2f573c4be to your computer and use it in GitHub Desktop.
NRLS-ConsumerSearch-InvalidParameter-OperationOutcome-Example-2 (XML)
<OperationOutcome xmlns="http://hl7.org/fhir">
<id value="5a4171ac-486e-11e8-9ffc-6c3be5a609f5"/>
<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_PARAMETER"/>
<display value="Invalid parameter"/>
</coding>
</details>
<diagnostics value="The given resource URL does not conform to the expected format - https://demographics.spineservices.nhs.uk/STU3/Patient/[NHS Number]"/>
</issue>
</OperationOutcome>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment