A TypeScript project for generating FHIR (Fast Healthcare Interoperability Resources) data.
- Install dependencies:
npm install
- Build the project:
npm run build
- Run the project:
npm start
For development with hot-reloading:
npm run dev
src/
- Source TypeScript filesdist/
- Compiled JavaScript outputsrc/fhir/
- FHIR type definitions and utilities
npm run build
- Compile TypeScript to JavaScriptnpm start
- Run the compiled JavaScriptnpm run dev
- Run TypeScript directly with ts-node