QuickFHIR Adapter: Aggregator adaptor

QuickFHIR Adapter that provides an API endpoint consistent with the existing SIDeR endpoints

Capabilities

FHIR Implementation Guide

Configurability

Device configuration

{
  "$schema": "https://json-schema.org/draft/2019-09/schema",
  "type": "object",
  "properties": {
    "endpoints": {
      "type": "array",
      "items": [
        {
          "type": "object",
          "properties": {
            "url": {
              "type": "string"
            },
            "informationSource": {
              "type": "object",
              "properties": {
                "reference": {
                  "type": "string"
                },
                "type": {
                  "type": "string"
                }
              },
              "required": [
                "reference",
                "type"
              ]
            }
          },
          "required": [
            "url",
            "informationSource"
          ]
        }
      ]
    },
    "http": {
      "type": "object",
      "properties": {
        "timeouts": {
          "type": "object",
          "properties": {
            "response": {
              "type": "integer"
            },
            "deadline": {
              "type": "integer"
            }
          },
          "required": [
            "response",
            "deadline"
          ]
        },
        "via": {
          "type": "string"
        }
      },
      "required": [
        "timeouts"
      ]
    }
  },
  "required": [
    "endpoints",
    "http"
  ]
}

Endpoint configuration

{}

Technical information

Property Value
Model @blackpear/quickfhir-aws-adapter-aggregator
Available Versions 1.0.27, 1.1.6, 1.1.8, 1.1.16, 1.1.19, 1.1.20, 1.1.21, 1.1.22, 1.1.24, 1.1.26, 1.1.28, 1.2.2, 2.0.1, 2.0.3, 2.0.4, 2.0.5, 2.0.15, 2.0.31, 2.0.33, 2.0.35, 2.0.37
Manufacturer Black Pear Software Limited
Router aws-fhirworks-v1