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.5.2

Published by codyebberson over 2 years ago

medplum - 0.5.0

Published by codyebberson over 2 years ago

medplum - 0.4.1

Published by codyebberson over 2 years ago

medplum - 0.4.0

Published by codyebberson over 2 years ago

  • New Rollup bundles
    • Dual build CommonJS and ESM for published modules
    • Support direct loading with UNPKG
  • Security updates
    • Added Content-Security-Policy and related HTTP headers
    • Restricted file upload file extensions and content types
    • NIST password guidelines
    • Check all new passwords against "Have I Been Pwned" database
    • Refresh token rotation
    • Added reCAPTCHA to anonymous form pages (Register, Reset Password, etc)
  • Performance improvements
    • Use React.memo in <SearchControl> and <ResourceTimeline> for smoother "back" button experience
    • Better schema caching
  • Streaming uploads to S3
  • Better "middle click" support to open anything clickable in a new tab
  • Fixed "Resource Type" autocomplete in $expand operation
  • Fixed some of the date filter shortcuts ("Tomorrow", "Yesterday", etc)
medplum - 0.3.0

Published by codyebberson almost 3 years ago

  • Added @medplum/fhirtypes package which only contains FHIR TypeScript types
  • Added @medplum/fhirpath package which only contains the FHIRPath implementation
  • Added docker-compose.yml for quick developer setup
  • Enabled prettier for consistent styling
  • Added Bulk delete to UI
  • Added super admin tools page
  • Added <AnnotationInput> React component
  • Simplified bootstrap sequence, removing a number of manual setup steps
medplum - 0.2.2

Published by codyebberson almost 3 years ago

  • Updated <SignInForm> component with default container border
  • Create new default ClientApplication on new account registration
  • Added useMedplumProfile React hook
  • Added default router for <MedplumProvider>
medplum - 0.2.1

Published by codyebberson almost 3 years ago

  • Updated .well-known/smart-configuration for SMART-on-FHIR
  • Added docusaurus for documentation
  • Added optional "help text" in Autocomplete
  • Added birthDate "help text" to Patient autocomplete
  • Fixed OpenAPI schema error
  • Target ES6 for create-react-app support
medplum - 0.2.0

Published by codyebberson almost 3 years ago

  • Introduced AccessPolicy resource type
    • User permissions per resource type
    • Sub-project permissions
  • Advanced Batch operation features
    • More compliant local ID's using urn:uuid:
    • Conditional create/update using ifNoneExist
  • Added support for custom HTTP headers in rest-hook subscriptions
  • Improved timeline view for Patient, ServiceRequest, and DiagnosticReport
medplum - 0.1.6

Published by codyebberson about 3 years ago

  • Updated CapabilityStatement
  • Added AuditEvent resources and timeline view for Subscriptions/webhooks
  • Added admin tool to rebuild ValueSet elements
medplum - 0.1.5

Published by codyebberson about 3 years ago

  • Strengthened webhook architecture
    • Evaluate Subscription only once at time of change
    • Keep individual outbound webhooks in separate jobs
  • Added proper CodeableConcept input control
  • Removed "use" (i.e., "official") from default HumanName format
  • Removed legacy config loader support
medplum - 0.1.4

Published by codyebberson about 3 years ago

  • Stabilization release
  • Improved test coverage
  • Improved logging
medplum - 0.1.3

Published by codyebberson about 3 years ago

  • Added sticky patient details on patient pages
  • Added structured search in header bar
  • Fixed "sort by last update"
  • More robust "reset password" flow
  • Helper admin pages for managing project memberships
medplum - 0.1.2

Published by codyebberson about 3 years ago

  • HMAC signatures for webhooks
  • Extended webhook retries
  • Google Sign-in
  • Questionnaire groups
  • Renamed "console" to "app"
medplum - 0.1.1

Published by codyebberson about 3 years ago

  • Updated default permission on project resources / project compartments
  • Added permissions for system administrators
  • Added "change password" flow
medplum - 0.1.0

Published by codyebberson about 3 years ago

  • FHIR Compartments
  • Projects, ProjectMemberships
  • Open user registration
  • Enabled RDS disk encryption by default
  • Show video files in encounter timeline
medplum - 0.0.30

Published by codyebberson about 3 years ago

medplum - 0.0.28

Published by codyebberson about 3 years ago

  • Full implementation FHIRPath
  • Removed Knex
  • Restored the Search filter editor
medplum - 0.0.26

Published by codyebberson about 3 years ago

  • Pass all tests for OAuth2/OpenID compliance
  • OpenAPI support
  • Winston for logging
  • Improved seeder for initial database
  • Code coverage push
medplum - 0.0.23

Published by codyebberson over 3 years ago

First tagged release

  • Connected OperationOutcome to form validation
  • Improved sign-in page styles
  • Improved popup behavior for sidebar, nav menu, and search popup
  • Use NODE_ENV=production in Dockerfile
  • End-to-end GraphQL proof-of-concept