2.3.1 • Published 11 months ago

@aehrc/sdc-populate v2.3.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

SDC-Populate

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

Check out the API Reference for technical specifications.

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...
      ]
    }
  }
});
2.3.0

12 months ago

2.2.1

1 year ago

2.0.3

1 year ago

2.2.0

1 year ago

2.0.2

1 year ago

2.3.1

11 months ago

2.2.2

1 year ago

2.2.5

1 year ago

2.2.4

1 year ago

2.2.7

1 year ago

2.2.6

1 year ago

2.1.0

1 year ago

1.9.0

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.8.0

1 year ago

1.7.0

1 year ago

1.6.1

1 year ago

1.6.0

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.4.2

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago