3.4.5 • Published 5 years ago
@arkhn/fhir.ts v3.4.5
fhir.ts
Open source typescript library providing FHIR utilities
Install
npm install @arkhn/fhir
yarn add @arkhn/fhir
Usage
import { Node } from '@arkhn/fhir'
const node = new Node()
Build and publish
yarn build # builds the library
yarn publish # publish the library on npm