QuickFHIR Adapter: Core Care Plans QF Adapter

API for retrieving documents from pyrusCloud

Capabilities

FHIR Implementation Guide

API documentation and examples

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"
      ]
    },
    "pageSize": {
      "description": "Max number of resources returned from data source",
      "type": "integer"
    }
  },
  "required": [
    "http"
  ]
}

Endpoint configuration

{
  "$schema": "https://json-schema.org/draft/2019-09/schema",
  "type": "object",
  "properties": {
    "user": {
      "description": "Data source username",
      "type": "string"
    },
    "pass": {
      "description": "Data source password",
      "type": "string"
    }
  },
  "required": [
    "user",
    "pass"
  ]
}

Technical information

Property Value
Model @blackpear/quickfhir-aws-adapter-core-careplans
Available Versions 1.0.1, 1.0.10, 1.0.12
Manufacturer Black Pear Software Limited
Router aws-fhirworks-v1