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

FHIR IG analytics

Packageihe.iti.pdqm
Resource TypeBundle
IdBundle-ex-match-output-error.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",
  "id": "ex-match-output-error",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/ITI/PDQm/StructureDefinition/IHE.PDQm.MatchParametersOut"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "type": "searchset",
  "link": [
    {
      "relation": "self",
      "url": "http://example.com/fhir/Bundle-ex-match-output-empty.html"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://profiles.ihe.net/ITI/PDQm/OperationOutcome-ex-match-failure.html",
      "resource": {
        "resourceType": "OperationOutcome",
        "id": "ex-match-failure",
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"OperationOutcome_ex-match-failure\"> </a><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome ex-match-failure</b></p><a name=\"ex-match-failure\"> </a><a name=\"hcex-match-failure\"> </a><h3>Issues</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Details</b></td></tr><tr><td style=\"display: none\">*</td><td>Error</td><td>Timeout</td><td><span title=\"Codes:\">The operation timed out waiting for the backend server.</span></td></tr></table></div>"
        },
        "issue": [
          {
            "severity": "error",
            "code": "timeout",
            "details": {
              "text": "The operation timed out waiting for the backend server."
            }
          }
        ]
      },
      "search": {
        "mode": "outcome"
      }
    }
  ]
}