1.8.0 • Published 9 days ago

@aehrc/sdc-populate v1.8.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 days ago

SDC-Populate

A Typescript reference implementation of the $populate operation from the HL7 FHIR Structured Data Capture Specification designed for Form Population.

Usage

Not written yet...

Note for Vite users (or if you facing CommonJS/ESM issues)

If you are using Vite, you might need to add the following to your vite.config.ts file: This package is a CommonJS module for backwards compatibility with Node.js, so this configuration is required so that Vite can correctly bundle the module.

export default defineConfig({
  // ...
  optimizeDeps: {
    include: [
      '@aehrc/sdc-populate',
      // other modules as required...
    ],
  },
  build: {
    commonjsOptions: {
      include: [
        /node_modules/, 
        '@aehrc/sdc-populate',
        // other modules as required...
      ]
    }
  }
});
1.8.0

9 days ago

1.7.0

11 days ago

1.6.1

2 months ago

1.6.0

2 months ago

1.5.1

2 months ago

1.5.0

3 months ago

1.4.2

5 months ago

1.3.0

5 months ago

1.2.0

6 months ago

1.1.0

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

8 months ago

1.0.3

9 months ago