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 - XML Representation

Draft as of 2023-07-18

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="endpoint-response"/>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <url
       value="https://quickfhir.cloud/ig/@blackpear/quickfhir-aws-adapter-aggregator/CodeSystem/endpoint-response"/>
  <version value="1.0.0"/>
  <name value="EndpointResponse"/>
  <title value="Endpoint response outcome codes"/>
  <status value="draft"/>
  <date value="2023-07-18T13:02:51+00:00"/>
  <description
               value="Codes describing responses from FHIR endpoints invoked by aggregator"/>
  <content value="complete"/>
  <count value="9"/>
  <concept>
    <code value="success"/>
    <display value="Successful Search"/>
    <definition value="Search was successful"/>
  </concept>
  <concept>
    <code value="no-match"/>
    <display value="No Matching Resources"/>
    <definition value="Endpoint did not match for requested resource"/>
  </concept>
  <concept>
    <code value="patient-not-found"/>
    <display value="Patient Not Found"/>
    <definition value="Endpoint did not provide data for this patient"/>
  </concept>
  <concept>
    <code value="multiple-patient-matches"/>
    <display value="Multiple Patient Matches Found"/>
    <definition value="Endpoint did not uniquely identify patient"/>
  </concept>
  <concept>
    <code value="unsupported-resource-type"/>
    <display value="Unsupported Resource Type"/>
    <definition value="Endpoint does not support this resourceType"/>
  </concept>
  <concept>
    <code value="endpoint-error"/>
    <display value="Endpoint Server Error"/>
    <definition value="Endpoint responded to request with an error"/>
  </concept>
  <concept>
    <code value="timeout-error"/>
    <display value="Endpoint Server Timeout"/>
    <definition value="Request timed out before endpoint responded"/>
  </concept>
  <concept>
    <code value="missing-parameter"/>
    <display value="Missing Parameter"/>
    <definition value="Required parameter missing"/>
  </concept>
  <concept>
    <code value="pds-trace-issue"/>
    <display value="Issue Tracing Patient"/>
    <definition value="Patient Tracing was unsuccessful"/>
  </concept>
</CodeSystem>