QuickFHIR Adapter: EMIS Web QF Adapter

API for demographic and clinical data within EMIS Web.

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": "EMIS CDB (customer database) number",
      "type": "string"
    },
    "user": {
      "description": "EMIS Web username",
      "type": "string"
    },
    "pass": {
      "description": "EMIS Web password",
      "type": "string"
    }
  },
  "required": [
    "user",
    "pass"
  ]
}

Technical information

Property Value
Model @blackpear/quickfhir-aws-adapter-emisweb
Available Versions 1.0.2, 1.1.2, 1.4.3, 1.5.5
Manufacturer Black Pear Software Limited
Router aws-fhirworks-v1