QuickFHIR Adapter: TPP SystmOne QF Adapter

API for demographic and clinical data within TPP SystmOne.

Capabilities

FHIR Implementation Guide

Configurability

Device configuration

{
  "$schema": "https://json-schema.org/draft/2019-09/schema",
  "type": "object",
  "properties": {
    "http": {
      "description": "http connection settings",
      "type": "object",
      "properties": {
        "direct": {
          "description": "Connect directly to host",
          "type": "boolean"
        },
        "baseUrl": {
          "description": "Base url for requests",
          "type": "string"
        },
        "requestSource": {
          "description": "Request source for audit purposes",
          "type": "string"
        }
      },
      "required": [
        "direct",
        "baseUrl",
        "requestSource"
      ]
    },
    "cache": {
      "description": "cache configuration",
      "type": "object",
      "properties": {
        "patientTtlSeconds": {
          "description": "Time to cache patient record",
          "type": "integer"
        }
      },
      "required": []
    }
  },
  "required": [
    "http"
  ]
}

Endpoint configuration

{
  "$schema": "https://json-schema.org/draft/2019-09/schema",
  "type": "object",
  "properties": {
    "organisation": {
      "description": "Clinical system organisation ID",
      "type": "string"
    },
    "user": {
      "description": "Clinical System API username",
      "type": "string"
    },
    "pass": {
      "description": "Clinical System API password",
      "type": "string"
    }
  },
  "required": [
    "user",
    "pass"
  ]
}

Technical information

Property Value
Model @blackpear/quickfhir-aws-adapter-tppsystmone
Available Versions 1.0.1, 1.1.2, 1.3.4, 1.3.5, 1.7.5, 1.7.6
Manufacturer Black Pear Software Limited
Router aws-fhirworks-v1