Aggregator Adapter for QuickFHIR
1.0.0 - draft

Aggregator Adapter for QuickFHIR - Local Development build (v1.0.0). See the Directory of published versions

: Endpoint response outcome codes - JSON Representation

Draft as of 2023-07-18

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "endpoint-response",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://quickfhir.cloud/ig/@blackpear/quickfhir-aws-adapter-aggregator/CodeSystem/endpoint-response</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">success<a name=\"endpoint-response-success\"> </a></td><td>Successful Search</td><td>Search was successful</td></tr><tr><td style=\"white-space:nowrap\">no-match<a name=\"endpoint-response-no-match\"> </a></td><td>No Matching Resources</td><td>Endpoint did not match for requested resource</td></tr><tr><td style=\"white-space:nowrap\">patient-not-found<a name=\"endpoint-response-patient-not-found\"> </a></td><td>Patient Not Found</td><td>Endpoint did not provide data for this patient</td></tr><tr><td style=\"white-space:nowrap\">multiple-patient-matches<a name=\"endpoint-response-multiple-patient-matches\"> </a></td><td>Multiple Patient Matches Found</td><td>Endpoint did not uniquely identify patient</td></tr><tr><td style=\"white-space:nowrap\">unsupported-resource-type<a name=\"endpoint-response-unsupported-resource-type\"> </a></td><td>Unsupported Resource Type</td><td>Endpoint does not support this resourceType</td></tr><tr><td style=\"white-space:nowrap\">endpoint-error<a name=\"endpoint-response-endpoint-error\"> </a></td><td>Endpoint Server Error</td><td>Endpoint responded to request with an error</td></tr><tr><td style=\"white-space:nowrap\">timeout-error<a name=\"endpoint-response-timeout-error\"> </a></td><td>Endpoint Server Timeout</td><td>Request timed out before endpoint responded</td></tr><tr><td style=\"white-space:nowrap\">missing-parameter<a name=\"endpoint-response-missing-parameter\"> </a></td><td>Missing Parameter</td><td>Required parameter missing</td></tr><tr><td style=\"white-space:nowrap\">pds-trace-issue<a name=\"endpoint-response-pds-trace-issue\"> </a></td><td>Issue Tracing Patient</td><td>Patient Tracing was unsuccessful</td></tr></table></div>"
  },
  "url" : "https://quickfhir.cloud/ig/@blackpear/quickfhir-aws-adapter-aggregator/CodeSystem/endpoint-response",
  "version" : "1.0.0",
  "name" : "EndpointResponse",
  "title" : "Endpoint response outcome codes",
  "status" : "draft",
  "date" : "2023-07-18T13:02:51+00:00",
  "description" : "Codes describing responses from FHIR endpoints invoked by aggregator",
  "content" : "complete",
  "count" : 9,
  "concept" : [
    {
      "code" : "success",
      "display" : "Successful Search",
      "definition" : "Search was successful"
    },
    {
      "code" : "no-match",
      "display" : "No Matching Resources",
      "definition" : "Endpoint did not match for requested resource"
    },
    {
      "code" : "patient-not-found",
      "display" : "Patient Not Found",
      "definition" : "Endpoint did not provide data for this patient"
    },
    {
      "code" : "multiple-patient-matches",
      "display" : "Multiple Patient Matches Found",
      "definition" : "Endpoint did not uniquely identify patient"
    },
    {
      "code" : "unsupported-resource-type",
      "display" : "Unsupported Resource Type",
      "definition" : "Endpoint does not support this resourceType"
    },
    {
      "code" : "endpoint-error",
      "display" : "Endpoint Server Error",
      "definition" : "Endpoint responded to request with an error"
    },
    {
      "code" : "timeout-error",
      "display" : "Endpoint Server Timeout",
      "definition" : "Request timed out before endpoint responded"
    },
    {
      "code" : "missing-parameter",
      "display" : "Missing Parameter",
      "definition" : "Required parameter missing"
    },
    {
      "code" : "pds-trace-issue",
      "display" : "Issue Tracing Patient",
      "definition" : "Patient Tracing was unsuccessful"
    }
  ]
}