healthpoint-rs

edithatogo/healthpoint-rs
★ 0 stars Rust Code/Dev Tools Updated 14d ago
Rust SDK, CLI, and read-only MCP server for licensed Healthpoint HL7 FHIR API access
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "healthpoint-rs": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "healthpoint-rs"
      ]
    }
  }
}

README Excerpt

Rust-first tooling for the Healthpoint HL7 FHIR® API: a typed client, CLI, read-only MCP server, and future open-social-data adapter. This repository is intentionally **code-first and data-light**: - Users bring their own Healthpoint API key/licence. - No real Healthpoint API payloads are committed as fixtures.

Topics

api-clientclifhirhealthcarehealthpointmcprust