FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.r4.wales.psom
Resource TypeOperationOutcome
IdExample-DataStandardsWales-PSOM-OperationOutcome.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "OperationOutcome",
  "id": "Example-DataStandardsWales-PSOM-OperationOutcome",
  "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",
      "expression": [
        "Patient.identifier[1]"
      ]
    },
    {
      "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)",
      "expression": [
        "Patient"
      ]
    },
    {
      "severity": "error",
      "code": "processing",
      "details": {
        "coding": [
          {
            "system": "https://fhir.nhs.uk/CodeSystem/Spine-ErrorOrWarningCode",
            "code": "INVALID_NHS_NUMBER",
            "display": "Invalid NHS Number"
          }
        ]
      },
      "diagnostics": "The provided NHS Number is invalid.",
      "expression": [
        "Patient"
      ]
    }
  ]
}