NHS MPI Adapter for QuickFHIR
1.0.0 - draft

NHS MPI Adapter for QuickFHIR - Local Development build (v1.0.0). See the Directory of published versions

: Adapter - JSON Representation

Raw json | Download


{
  "resourceType" : "DeviceDefinition",
  "id" : "Adapter",
  "meta" : {
    "profile" : [
      "https://quickfhir.cloud/docs/blackpear-quickfhir-aws-adapter-nhsmpi/StructureDefinition/AdapterDefinition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DeviceDefinition</b><a name=\"Adapter\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource DeviceDefinition &quot;Adapter&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-AdapterDefinition.html\">AdapterDefinition</a></p></div><p><b style=\"color: maroon\">Exception generating Narrative: Unknown modifier extension https://quickfhir.cloud/fhir/StructureDefinition/device-config-schema-extension</b></p></div>"
  },
  "modifierExtension" : [
    {
      "url" : "https://quickfhir.cloud/fhir/StructureDefinition/device-config-schema-extension",
      "valueString" : "{\n  \"$schema\": \"https://json-schema.org/draft/2019-09/schema\",\n  \"type\": \"object\",\n  \"properties\": {\n    \"client\": {\n      \"description\": \"Endpoint settings\",\n      \"type\": \"object\",\n      \"properties\": {\n        \"jwksendpoint\": {\n          \"description\": \"jwks endpoint\",\n          \"type\": \"string\"\n        },\n        \"apikey\": {\n          \"description\": \"API Key\",\n          \"type\": \"string\"\n        },\n        \"domain\": {\n          \"description\": \"Domain URL\",\n          \"type\": \"string\"\n        }\n      },\n      \"required\": [\n        \"jwksendpoint\",\n        \"apikey\",\n        \"domain\"\n      ]\n    },\n    \"secret\": {\n      \"description\": \"Secret settings\",\n      \"type\": \"object\",\n      \"properties\": {\n        \"AWS_REGION\": {\n          \"description\": \"AWS Region\",\n          \"type\": \"string\"\n        },\n        \"PrivateKeyARN\": {\n          \"description\": \"Private Key ARN\",\n          \"type\": \"string\"\n        }\n              },\n      \"required\": [\n        \"AWS_REGION\",\n        \"PrivateKeyARN\"\n              ]\n    }\n      },\n  \"required\": [\n    \"client\",\n    \"secret\"\n     ]\n}"
    },
    {
      "url" : "https://quickfhir.cloud/fhir/StructureDefinition/endpoint-config-schema-extension",
      "valueString" : "{}"
    }
  ],
  "manufacturerString" : "Black Pear Software Limited",
  "deviceName" : [
    {
      "name" : "@blackpear.quickfhir-aws-adapter-nhsmpi",
      "type" : "model-name"
    },
    {
      "name" : "NHSMPI FHIR Works router",
      "type" : "user-friendly-name"
    }
  ],
  "type" : {
    "coding" : [
      {
        "system" : "https://quickfhir.cloud/fhir/CodeSystem/device-type",
        "code" : "adapter",
        "display" : "QuickFHIR Adapter"
      }
    ]
  },
  "property" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://quickfhir.cloud/fhir/CodeSystem/adapter-property",
            "code" : "router"
          }
        ]
      },
      "valueCode" : [
        {
          "coding" : [
            {
              "system" : "https://quickfhir.cloud/fhir/CodeSystem/router-type",
              "code" : "aws-fhirworks-v1",
              "display" : "AWS FHIRWorks router"
            }
          ]
        }
      ]
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://quickfhir.cloud/fhir/CodeSystem/adapter-property",
            "code" : "secrets-manager-config"
          }
        ]
      }
    }
  ],
  "onlineInformation" : "",
  "note" : [
    {
      "text" : "QuickFHIR Adapter that searches 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"
    }
  ]
}