Skip to content

Files

Latest commit

524870d · Dec 15, 2023

History

History
This branch is 1793 commits behind medplum/medplum:main.

packages

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 15, 2023
Dec 15, 2023
Dec 15, 2023
Dec 15, 2023
Dec 15, 2023
Dec 15, 2023
Dec 15, 2023
Dec 15, 2023
Dec 15, 2023
Dec 15, 2023
Dec 15, 2023
Dec 15, 2023
Dec 15, 2023
Dec 15, 2023
Dec 15, 2023
Dec 15, 2023
Dec 15, 2023
Dec 15, 2023
Dec 15, 2023
Dec 15, 2023
Jul 21, 2023

Folder structure

Medplum uses npm workspaces for a monorepo configuration.

All workspace packages are in this directory.

packages
├── agent        # On-premise agent
├── app          # Frontend web app
├── bot-layer    # AWS Lambda Layer for Bots
├── cdk          # AWS CDK infra as code
├── cli          # Command line interface
├── core         # Core shared library
├── definitions  # Data definitions
├── docs         # Documentation
├── examples     # Example code used in documentation
├── fhir-router  # FHIR URL router
├── fhirtypes    # FHIR TypeScript definitions
├── generator    # Code generator utilities
├── graphiql     # Preconfigured GraphiQL
├── hl7          # HL7 client and server
├── mock         # Mock FHIR data for testing
├── react        # React component library
└── server       # Backend API server