Skip to main content

Adapter Catalogs

Linkiir adapters are delivered as catalogs — public git repositories your grid subscribes to. Subscribing adds a catalog's adapters to the node palette and keeps them updatable in place afterwards, without a product upgrade.

Every catalog below is a public repository, cloned anonymously. You do not need an SSH key, a token, or a support request to subscribe to one.

Currently published: 17 adapters and 14 libraries across 8 catalogs.

Catalogs and repository URLs

CatalogWhat it coversAdaptersRepository to subscribe to
Linkiir FHIR AdaptersAdapters Linkiir Grid speaks over FHIR: FHIR-native EHR and EMR APIs, and FHIR authoring tools7https://github.com/Linkiir/linkiir-fhir-adapters
Linkiir EHR AdaptersAdapters for EHR, EMR and practice-management systems reached over a proprietary API rather than FHIR2https://github.com/Linkiir/linkiir-ehr-adapters
Linkiir Diagnostics AdaptersAdapters for results and signals arriving from an instrument: laboratories, imaging, and bedside or wearable devices2https://github.com/Linkiir/linkiir-diagnostics-adapters
Linkiir Business AdaptersEnterprise business system adapters: CRM, ERP, ITSM, HR, identity and directory services, and scheduling2https://github.com/Linkiir/linkiir-business-adapters
Linkiir Transport AdaptersAdapters for moving bytes and messages: object storage, file transport, and streaming or message brokers2https://github.com/Linkiir/linkiir-transport-adapters
Linkiir Notification AdaptersAdapters that put a message in front of a person: chat, SMS, voice, email, paging and webhooks1https://github.com/Linkiir/linkiir-notification-adapters
Linkiir AI AdaptersModel and AI service adapters: hosted and on-premise LLMs, embeddings, and AI tooling1https://github.com/Linkiir/linkiir-ai-adapters
Developer ToolsData simulation and testing tools — not adapters1https://github.com/Linkiir/linkiir-devtools

How to subscribe

  1. In Grid, open Settings → Catalogs.
  2. Click Subscribe to a catalog.
  3. Paste the repository URL from the table above into Repository URL or folder.
  4. Leave Branch or tag as main, and leave SSH key and CA bundle empty.
  5. Click Subscribe.

Grid clones the repository into a staging area and validates its contents before installing anything. If validation fails, nothing is left behind and the reason is reported. See Subscribing to a Catalog for the full walkthrough, including how to review an incoming update's diff before applying it.

Subscribing needs a permission

Every catalog operation — subscribing, updating and removing — needs the Administration-tier Manage catalogs permission. See Users and Roles.

Subscribe to only what you need

A subscription brings in the whole catalog, so subscribe to the catalogs covering the systems you actually integrate with. You can add more at any time, and removing a catalog leaves nodes you already built in place.

Which catalog holds which adapter

AdapterCatalogNode type id
Athena AdapterLinkiir FHIR AdaptersLKFHIR_ATHENA_ADAPTER
Azure OpenAI AdapterLinkiir AI AdaptersLKAI_AZURE_OPENAI_ADAPTER
Data SimulatorDeveloper ToolsLKTOOL_DATA_SIMULATOR
Cerner FHIR AdapterLinkiir FHIR AdaptersLKFHIR_CERNER_FHIR_ADAPTER
Dexcom AuthorizeLinkiir Diagnostics AdaptersLKDX_DEXCOM_AUTHORIZE
Dexcom Read EGVLinkiir Diagnostics AdaptersLKDX_DEXCOM_READ_EGV
Dynamics CRM AdapterLinkiir Business AdaptersLKBZ_DYNAMICS_CRM_ADAPTER
Epic FHIR AdapterLinkiir FHIR AdaptersLKFHIR_EPIC_ADAPTER
HAPI FHIR / OmniVera AdapterLinkiir FHIR AdaptersLKFHIR_HAPI_FHIR_ADAPTER
FHIR Profiling ToolsLinkiir FHIR AdaptersLKFHIR_FHIR_PROFILING_TOOLS
FHIR Resource CreatorLinkiir FHIR AdaptersLKFHIR_FHIR_RESOURCE_CREATOR
FHIR ValidatorLinkiir FHIR AdaptersLKFHIR_FHIR_VALIDATOR
ModMed AdapterLinkiir FHIR AdaptersLKFHIR_MODMED_ADAPTER
PCC ConnectLinkiir EHR AdaptersLKEHR_PCC_CONNECT
PCC RequestLinkiir EHR AdaptersLKEHR_PCC_REQUEST
S3 Adapter (Destination)Linkiir Transport AdaptersLKFLOW_S3_DESTINATION
S3 Adapter (Source)Linkiir Transport AdaptersLKFLOW_S3_SOURCE
Salesforce AdapterLinkiir Business AdaptersLKBZ_SALESFORCE_ADAPTER
Slack AlertLinkiir Notification AdaptersLKNOTIF_SLACK_ALERT
eCW AdapterLinkiir FHIR AdaptersLKFHIR_ECW_ADAPTER

No route to GitHub?

Catalogs can also be delivered on a mounted share or a removable drive, for installations on a network segment with no outbound access. The result is the same object — same adapters, same immutable library versions. See Offline Delivery.

Next