Core
- npm
- Yarn
- pnpm
npm install @bonfhir/core
yarn add @bonfhir/core
pnpm add @bonfhir/core
The core
package provides primitives to easily manipulate FHIR resources.
It is also used as a common dependency that most other packages rely on.
It has zero dependency, and should work everywhere (client and server notably).
Think of it as a swiss army knife - use it to sharpen your FHIR skills!
📄️ FHIR Types
TypeScript Types for FHIR
📄️ FHIR Client
Access FHIR Servers
📄️ Data Types Formatters
Display localized FHIR Data Types
📄️ Manipulating date and time
FHIR Native date/time/duration handling
📄️ Extending FHIR resources
Extensions, tags, and profiles
📄️ Misc helpers
Little things to help with development
📄️ Import in browser
Use it anywhere