Aggregator Adapter for QuickFHIR
1.0.0 - draft

Aggregator 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/ig/@blackpear/quickfhir-aws-adapter-aggregator/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    \"endpoints\": {\n      \"type\": \"array\",\n      \"items\": [\n        {\n          \"type\": \"object\",\n          \"properties\": {\n            \"url\": {\n              \"type\": \"string\"\n            },\n            \"informationSource\": {\n              \"type\": \"object\",\n              \"properties\": {\n                \"reference\": {\n                  \"type\": \"string\"\n                },\n                \"type\": {\n                  \"type\": \"string\"\n                }\n              },\n              \"required\": [\n                \"reference\",\n                \"type\"\n              ]\n            }\n          },\n          \"required\": [\n            \"url\",\n            \"informationSource\"\n          ]\n        }\n      ]\n    },\n    \"http\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"timeouts\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"response\": {\n              \"type\": \"integer\"\n            },\n            \"deadline\": {\n              \"type\": \"integer\"\n            }\n          },\n          \"required\": [\n            \"response\",\n            \"deadline\"\n          ]\n        },\n        \"via\": {\n          \"type\": \"string\"\n        }\n      },\n      \"required\": [\n        \"timeouts\"\n      ]\n    }\n  },\n  \"required\": [\n    \"endpoints\",\n    \"http\"\n  ]\n}"
    },
    {
      "url" : "https://quickfhir.cloud/fhir/StructureDefinition/endpoint-config-schema-extension",
      "valueString" : "{}"
    }
  ],
  "manufacturerString" : "Black Pear Software Limited",
  "deviceName" : [
    {
      "name" : "@blackpear.quickfhir-aws-adapter-aggregator",
      "type" : "model-name"
    },
    {
      "name" : "Aggregator adaptor",
      "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 provides an API endpoint consistent with the existing SIDeR endpoints"
    }
  ]
}