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

FHIR IG analytics

Packagehl7.fhir.uv.bulkdata
Resource TypeOperationOutcome
IdOperationOutcome-submit-status-resource-operationoutcome-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationOutcome submit-status-resource-operationoutcome-example

org/fhir/StructureDefinition/operationoutcome-sourceResource: http://example.org/fhir/Patient/pt-1

org/fhir/StructureDefinition/operationoutcome-sourceResource: http://example.org/fhir/Patient/pt-2

Issues

-SeverityCodeDetailsLocationExpression
*ErrorStructural IssueError parsing resource json (Unknown Content 'label')/f:Patient/f:identifierPatient.identifier

Source1

{
  "resourceType": "OperationOutcome",
  "id": "submit-status-resource-operationoutcome-example",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-sourceResource",
      "valueReference": {
        "reference": "http://example.org/fhir/Patient/pt-1"
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-sourceResource",
      "valueReference": {
        "reference": "http://example.org/fhir/Patient/pt-2"
      }
    }
  ],
  "issue": [
    {
      "severity": "error",
      "code": "structure",
      "details": {
        "text": "Error parsing resource json (Unknown Content 'label')"
      },
      "location": [
        "/f:Patient/f:identifier"
      ],
      "expression": [
        "Patient.identifier"
      ]
    }
  ]
}