medplum

Medplum is a healthcare platform that helps you quickly develop high-quality compliant applications.

APACHE-2.0 License

Downloads
206.8K
Stars
1.4K
Committers
68

Bot releases are hidden (Show)

medplum - 0.9.21

Published by codyebberson over 2 years ago

Features

Bug fixes

medplum - 0.9.20

Published by codyebberson over 2 years ago

Features

medplum - 0.9.19

Published by codyebberson over 2 years ago

Features:

Bug fixes:

medplum - 0.9.18

Published by codyebberson over 2 years ago

Features

Bug fixes

medplum - 0.9.17

Published by codyebberson over 2 years ago

Features

Bug fixes:

medplum - 0.9.15

Published by codyebberson over 2 years ago

Features:

medplum - 0.9.13

Published by codyebberson over 2 years ago

Features:

Bug fixes:

medplum - 0.9.12

Published by codyebberson over 2 years ago

Features

medplum - 0.9.11

Published by codyebberson over 2 years ago

Features:

Bug fixes:

Breaking changes:

There is a significant set of breaking changes MedplumClient. We added TypeScript Extract<> support to automatically determine many function return types based on the resourceType argument.

Before:

medplum.search<Patient>('Patient?name=alice');
medplum.searchResources<Patient>('Patient?name=alice');
medplum.searchOne<Patient>('Patient?name=alice');

After:

medplum.search('Patient', 'name=alice');
medplum.searchResources('Patient', 'name=alice');
medplum.searchOne('Patient', 'name=alice');

For full details, refer to the PR: https://github.com/medplum/medplum/pull/654

medplum - 0.9.10

Published by codyebberson over 2 years ago

Hotfix #652 - wrap optional require in try/catch for ESBuild (https://github.com/medplum/medplum/pull/653)

medplum - 0.9.9

Published by codyebberson over 2 years ago

Hotfix release for optional TypeScript type definitions (https://github.com/medplum/medplum/pull/649)

medplum - 0.9.8

Published by codyebberson over 2 years ago

Features:

Bug fixes:

medplum - 0.9.7

Published by codyebberson over 2 years ago

Features:

Changes:

Bugs:

medplum - 0.9.6

Published by codyebberson over 2 years ago

Features:

Bugs:

medplum - 0.9.5

Published by codyebberson over 2 years ago

  • Fixed CRLF line endings on CLI tools
  • Fixed the main module check in CLI tools
medplum - 0.9.4

Published by codyebberson over 2 years ago

Features:

Bug fixes:

medplum - 0.9.3

Published by codyebberson over 2 years ago

Features

Bugs

medplum - 0.9.2

Published by codyebberson over 2 years ago

medplum - 0.9.1

Published by codyebberson over 2 years ago

medplum - 0.9.0

Published by codyebberson over 2 years ago

Features:

Bugs: