dips-smart-on-fhir-svelte
v1.0.5
Published
* A fhir object with the client as an attribute
Downloads
3
Readme
Resources in the package
fhir
- A fhir object with the client as an attribute
patient
documentId
- ID of the document on the form "DocumentReference/ako1006604"
Using the package
Importing a resource:
import {fhir} from 'dips-smart-on-fhir-svelte'
All resources are svelte stores and must be referenced with $ (e.g. {$fhir.client})
This package should be combined with svelte template "eliseeaster/template-dips".
- (Launch.svelte is necessary for the package to work)