hl7-v2-parser

star 1

Parse synthetic HL7 v2 messages into structured JSON for downstream interoperability workflows.

Hisham-InfoGleam By Hisham-InfoGleam schedule Updated 2/16/2026

name: hl7-v2-parser version: 0.1.0 description: Parse synthetic HL7 v2 messages into structured JSON for downstream interoperability workflows. tags:

  • healthcare
  • hl7
  • interoperability requires: bins:
    • node entrypoint: index.ts safeForPublicDemo: true

hl7-v2-parser

OpenClaw skill for parsing HL7 v2 text messages (MSH|...) into normalized JSON.

Why this exists

  • Demonstrates legacy clinical interoperability handling in a modern agent workflow.
  • Provides deterministic segment/field extraction for routing and mapping.
  • Uses strict zod validation to prevent malformed parser input.

Inputs

  • message: HL7 v2 payload string, segment-delimited by newline (\n) or carriage return (\r).

Output

  • JSON object with:
    • ok: boolean
    • parsed: structured representation including messageType, triggerEvent, version, and raw segment fields.

Demo Note

This skill is synthetic-only and publish-safe. Do not include real patient identifiers in public examples.

Install via CLI
npx skills add https://github.com/Hisham-InfoGleam/openclaw-clinical-interop-poc --skill hl7-v2-parser
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
Hisham-InfoGleam
Hisham-InfoGleam Explore all skills →