Back to plugin center
Plugin · Manifest

clinical-adapter

Clinical Adapter · Partner · In beta
Install command
aios
aios plugin install clinical-adapter
Permissions

The plugin can only do what is declared in the manifest; anything else is refused by the system.

clinical:sop:readclinical:tickets:writefacts:resident:writeledger:write
Capabilities

Capabilities the plugin exposes for the runtime to orchestrate.

  • integrate

    Integrates with HIS, EMR, nursing ticketing

Actions

Actions you can trigger from rules or scripts.

  • ticket.open

    Open a nursing ticket

  • audit.export

    Export compliance-cycle audit package

Manifest Preview

The complete manifest, in one file.

PLUGIN_MANIFEST.yaml
plugin:
  id: clinical-adapter
  name: Clinical Adapter
  vendor: Partner
  stage: beta
  topic: health

permissions:
  - clinical:sop:read
  - clinical:tickets:write
  - facts:resident:write
  - ledger:write

capabilities:
  - kind: integrate
    desc: Integrates with HIS, EMR, nursing ticketing

actions:
  - id: ticket.open
    desc: Open a nursing ticket
  - id: audit.export
    desc: Export compliance-cycle audit package

install: aios plugin install clinical-adapter