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

FHIR IG analytics

Packageuk.nhsdigital.r4.test
Resource TypeOperationOutcome
IdOperationOutcome-validationNHSDigitalPatient.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": "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",
      "location": [
        "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)",
      "location": [
        "Patient",
        "Line 1, Col 37"
      ]
    }
  ]
}