Skip to main content

Demo Projects

Linkiir ships ready-to-run demo projects you import as a zip bundle. Each one is a complete, working project — import it, start the workflows, and read the node scripts to see how a real interface is built.

DemoWhat you learnImport bundle
Feature DemoThe core nodes end to end: generate HL7, move it over LLP, store it in SQLite, and serve it back as a JSON APILinkiir_Demo.linkiir.zip
HL7 v2 to FHIR DemoConverting HL7 v2 to FHIR and back, FHIR profiling, FHIR validation, and reading from and writing to a FHIR server — with the mapping in readable Lua modulesFHIR_Demo.linkiir.zip

Both import the same way (Projects → Add Project → From zip) and run against a local grid with no extra setup.

Which to start with

  • New to Linkiir? Start with the Feature Demo — it introduces projects, workflows, and the core node types with a self-contained round trip.
  • Working with healthcare interoperability? The HL7 v2 to FHIR Demo shows the FHIR adapter catalog in action: profiling, validation, a live FHIR server connection, and HL7 v2 ↔ FHIR mapping you can read and edit.

Where to go next

GoalRead
Understand the node types the demos useInterfaces and Core Nodes
Look up the functions the scripts callLinkiir Scripting API
The FHIR adapters the HL7-to-FHIR demo builds onLinkiir FHIR Adapters
Build an interface from scratchCreate a Project, Workflow, and HTTP Source Node