NHS Digital FHIR Implementation Guide (Retired - 2.1.50)

This guidance is under active development by NHS Digital and content may be added or updated on a regular basis.

Validation Errors

{
"resourceType": "OperationOutcome",
"id": "1a388581-dbbe-43e3-9054-f5976c0245e5",
"meta": {
"lastUpdated": "2021-04-21T16:58:00+00:00"
},
"issue": [
{
"severity": "information",
"code": "processing",
"diagnostics": "This element does not match any known slice defined in the profile https://fhir.nhs.uk/StructureDefinition/NHSDigital-Patient",
"Patient.identifier[1]",
"Line 1, Col 651"
]
},
{
"severity": "error",
"code": "processing",
"details": {
"coding": [
{
"system": "https://fhir.nhs.uk/CodeSystem/Spine-ErrorOrWarningCode",
"code": "INVALID_VALUE",
"display": "Invalid value"
}
]
},
"diagnostics": "Patient.gender: minimum required = 1, but only found 0 (from https://fhir.nhs.uk/StructureDefinition/NHSDigital-Patient)",
"Patient",
"Line 1, Col 37"
]
}
]
}
<OperationOutcome xmlns="http://hl7.org/fhir">
<id value="1a388581-dbbe-43e3-9054-f5976c0245e5" />
<lastUpdated value="2021-04-21T16:58:00+00:00" />
</meta>
<severity value="information" />
<code value="processing" />
<diagnostics value="This element does not match any known slice defined in the profile https://fhir.nhs.uk/StructureDefinition/NHSDigital-Patient" />
<location value="Patient.identifier[1]" />
<location value="Line 1, Col 651" />
</issue>
<severity value="error" />
<code value="processing" />
<system value="https://fhir.nhs.uk/CodeSystem/Spine-ErrorOrWarningCode" />
<code value="INVALID_VALUE" />
<display value="Invalid value" />
</coding>
</details>
<diagnostics value="Patient.gender: minimum required = 1, but only found 0 (from https://fhir.nhs.uk/StructureDefinition/NHSDigital-Patient)" />
<location value="Patient" />
<location value="Line 1, Col 37" />
</issue>
</OperationOutcome>
OperationOutcome
back to top