Skip to content
View josephbartlett's full-sized avatar

Block or report josephbartlett

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
josephbartlett/README.md

Joseph (Joey) Bartlett

I'm a healthcare interoperability engineer on Cape Cod. My professional work involves HL7, FHIR, hospital interfaces, and getting healthcare data where it needs to go.

This is also where I share the things I build with AI and code: useful tools, simulations, and experiments that start with a question I want to explore. Sometimes that means inspecting a message. Sometimes it means watching an incubator or seeing what a tank full of simulated fish will do.

A few things I've built

  • Hatch Watch — A local incubator camera dashboard with activity cues and a timeline of events you review yourself.
  • HL7 Message Analyzer — A browser tool for inspecting HL7 v2 segments, fields, and non-printable characters.
  • MailOps — A Python CLI for reviewing email locally and preparing approved drafts through Proton Mail Bridge. Public alpha.
  • Fishtank Ecology — A browser aquarium simulation exploring how simple local rules produce fish behavior.
  • SessionGuard — A Windows 11 utility that monitors update restart risk and offers limited, reversible mitigations.
  • CCD Viewer — A PHP viewer for exploring CCD/C-CDA narratives, structured entries, and XML using test or de-identified data.

My work at L&M

At L&M Consulting Group, I lead healthcare integration and technical implementation. Our work also includes workplace AI guidance, practical training, and business systems.

I enjoy helping people try these tools, find something useful, and talk openly about what worked and what didn't.

Elsewhere

My healthcare integration work has been featured in OpenAI's Chats for science and medicine and the ChatGPT for Pros newsletter.

I share projects and work in progress on LinkedIn, too.

Pinned Loading

  1. hatch-watch hatch-watch Public

    Local-first incubator camera dashboard with activity cues and a human-reviewed hatch timeline. Python, no cloud, no Docker.

    Python

  2. hl7-message-analyzer hl7-message-analyzer Public

    HL7 Message Analyzer is a single-page, browser-based tool for visualizing HL7 v2.x messages. It parses raw HL7 text into color-coded segments, highlights fields/components, flags non-printable char…

    HTML 5 4

  3. MailOps MailOps Public

    Local-first email CLI for Proton Mail Bridge. Search and triage multiple accounts, prepare reviewed drafts, and export an audit trail. Includes optional Codex skills.

    Python

  4. sim-emergent-fish sim-emergent-fish Public

    A VGA-style browser observatory for emergent fish ecology. Watch autonomous fish navigate currents, shelter, food pressure, and seeded habitats inside a bounded tank.

    JavaScript 1

  5. sessionguard-win11 sessionguard-win11 Public

    Windows 11 utility that reduces surprise Windows Update restart disruption by surfacing restart risk, protecting active work, and applying safe native mitigations without disabling Windows Update.

    C# 1

  6. ccd-viewer ccd-viewer Public

    Lightweight PHP CCDA/CCD viewer that parses uploaded clinical documents, shows patient metadata, section narratives, structured entries, and XML snippets in a Bootstrap UI.

    PHP