Created
May 24, 2018 00:42
-
-
Save swk003/a418511924364b9407940ce2f573c4be to your computer and use it in GitHub Desktop.
NRLS-ConsumerSearch-InvalidParameter-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="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