@arkhn/fhir.ts

Open source typescript library providing FHIR utilities

Usage no npm install needed!

<script type="module">
  import arkhnFhirTs from 'https://cdn.skypack.dev/@arkhn/fhir.ts';
</script>

README

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