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

FHIR IG analytics

Packagefhir.nhs.uk.wayfinder
Resource TypeBundle
IdWayfinder-Bundle-207-Upstream-Unexpected-Error-ExceptionStates.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": "Bundle",
  "meta": [
    {
      "profile": "https://fhir.nhs.uk/StructureDefinition/WayfinderUKCoreBundle",
      "versionId": "2.0.3"
    }
  ],
  "id": "Wayfinder-Bundle-207-Upstream-Unexpected-Error-ExceptionStates",
  "type": "searchset",
  "total": 1,
  "entry": [
    {
      "fullUrl": "https://api.service.nhs.uk/patient-care-aggregator-api/OperationOutcome/c93e2449-a2ef-4476-ad15-13491036be22",
      "search": {
        "mode": "include"
      },
      "resource": {
        "resourceType": "OperationOutcome",
        "meta": [
          {
            "profile": "https://fhir.nhs.uk/StructureDefinition/WayfinderUKCoreOperationOutcome"
          }
        ],
        "issue": [
          {
            "severity": "error",
            "code": "exception",
            "extension": [
              {
                "url": "https://fhir.nhs.uk/StructureDefinition/ExtensionErrorSource",
                "valueCode": "myportal-01"
              }
            ],
            "diagnostics": "Error querying myportal-01 endpoint"
          }
        ]
      }
    }
  ]
}