QuickFHIR Adapter: NHS MPI

Search for patients on the NHS Master Patient Index (Patient Demographics Service) Requires the consumer to complete accreditation by NHS Digital as a Spine Mini Services Client

Capabilities

FHIR Implementation Guide

Configurability

Device configuration

{
  "$schema": "https://json-schema.org/draft/2019-09/schema",
  "type": "object",
  "properties": {
    "endpoint": {
      "description": "Endpoint settings",
      "type": "object",
      "properties": {
        "url": {
          "description": "SMSP endpoint",
          "type": "string",
          "enum": [
            "https://simple-sync.intspineservices.nhs.uk/smsp/pds",
            "https://simple-sync.national.ncrs.nhs.uk/smsp/pds"
          ]
        },
        "pfx": {
          "description": "Passphrase Protected Certificate Archive",
          "type": "string"
        },
        "passphrase": {
          "description": "Passphrase for PFX",
          "type": "string"
        }
      },
      "required": [
        "url",
        "pfx",
        "passphrase"
      ]
    },
    "itk": {
      "description": "ITK settings",
      "type": "object",
      "properties": {
        "username": {
          "description": "Username",
          "type": "string"
        },
        "odscode": {
          "description": "ODS Code",
          "type": "string"
        },
        "asid": {
          "description": "ASID",
          "type": "string"
        }
      },
      "required": [
        "username",
        "odscode",
        "asid"
      ]
    },
    "orgs": {
      "description": "List of organisations, keyed by ODS code",
      "type": "object"
    }
  },
  "required": [
    "endpoint",
    "itk",
    "orgs"
  ]
}

Endpoint configuration

{}

Technical information

Property Value
Model @blackpear/quickfhir-aws-adapter-nhsmpi
Available Versions 1.0.7, 1.0.12, 1.0.13, 1.0.27, 1.0.33, 2.0.9, 2.0.12, 2.0.13, 2.0.14, 2.0.15
Manufacturer Black Pear Software Limited
Router aws-fhirworks-v1