medplum-rules

Installation
SKILL.md

Medplum (FHIR healthcare) Rules

These rules come from app/rules/medplum/ in ai-toolkit. They cover the project's standards for coding style, frameworks, patterns, security, and testing in Medplum (FHIR healthcare). Apply them when writing or reviewing Medplum (FHIR healthcare) code.

Medplum / FHIR Coding Style

Resource Structure

  • Every FHIR object must include resourceType as first field.
  • Use PascalCase for resource types (Patient, ServiceRequest), camelCase for fields (birthDate, valueQuantity).
  • Never hardcode resource IDs. Let the server assign them on create.
  • Include meta.profile when creating resources that must conform to a StructureDefinition.
Installs
6
GitHub Stars
175
First Seen
May 16, 2026
medplum-rules — softspark/ai-toolkit