Skip to content

HealthSamurai/fhirgen

Repository files navigation

GenFHIR

A TypeScript project for generating FHIR (Fast Healthcare Interoperability Resources) data.

Setup

  1. Install dependencies:
npm install
  1. Build the project:
npm run build
  1. Run the project:
npm start

For development with hot-reloading:

npm run dev

Project Structure

  • src/ - Source TypeScript files
  • dist/ - Compiled JavaScript output
  • src/fhir/ - FHIR type definitions and utilities

Scripts

  • npm run build - Compile TypeScript to JavaScript
  • npm start - Run the compiled JavaScript
  • npm run dev - Run TypeScript directly with ts-node

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published