Skip to content

Commit

Permalink
Product tags in docs (medplum#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
reshmakh authored Nov 6, 2022
1 parent c2f2c21 commit 4043786
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 36 deletions.
10 changes: 5 additions & 5 deletions packages/docs/src/pages/blueprints/custom-ehr.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Providers often want a custom experience to help smooth workflow, productivity a

## Sample Application

The Medplum custom EHR sample application is called [Foo Medical provider](https://provider.foomedical.com/). You can [request access](https://forms.gle/c41NddaDroCU88yt7) to view the application, or view the [source code](https://github.com/medplum/foomedical-provider).
The Medplum custom EHR sample application is called [Foo Medical provider](https://provider.foomedical.com/). You can [request access](https://questionnaires.gle/c41NddaDroCU88yt7) to view the application, or view the [source code](https://github.com/medplum/foomedical-provider).

Foo Medical Provider is intended as a sample, and the experience is truly up to the developer to determine. It is built off of the Medplum API, and is HIPAA compliant and SOC 2 Type 2 certified. Detailed compliance information can be found on our [compliance portal](../docs/compliance).

Expand All @@ -16,13 +16,13 @@ The homepage is customizable, and can be a great place to communicate the most i

Design your service menu and care plans and track patients across their journey. Custom reports and analytics are available as well. [Learn more](../products/careplans).

## Forms
## Questionnaires

Make and manage forms for clinicians and patients. Link them to powerful automations. [Learn more](../products/forms).
Make and manage questionnaires for clinicians and patients. Link them to powerful automations. [Learn more](../products/questionnaires).

## Notes and Charting

Physician notes are represented in FHIR by the [Encounter](/docs/api/fhir/resources/encounter) object. Common implementations involve using custom [forms](../products/forms) to populate the Encounter object via [bot](/docs/tutorials/bots/bot-for-questionnaire-response), or creating the object via the API.
Physician notes are represented in FHIR by the [Encounter](/docs/api/fhir/resources/encounter) object. Common implementations involve using custom [questionnaires](../products/questionnaires) to populate the Encounter object via [bot](/docs/tutorials/bots/bot-for-questionnaire-response), or creating the object via the API.

## Schedules

Expand All @@ -48,7 +48,7 @@ In general, HIPAA compliance is a must for EHRs, SOC2 Type 2 audit is recommende

## Demos and Resources

- Sample application [Foo Medical provider](https://provider.foomedical.com/), [request access](https://forms.gle/c41NddaDroCU88yt7) or run the application off of your own Medplum project.
- Sample application [Foo Medical provider](https://provider.foomedical.com/), [request access](https://questionnaires.gle/c41NddaDroCU88yt7) or run the application off of your own Medplum project.
- Source code for [Foo Medical Provider](https://github.com/medplum/foomedical-provider)
- [Compliance](https://www.medplum.com/docs/compliance) portal with guides and resources.
- [CMS Definition of Electronic Health Record](https://www.cms.gov/Medicare/E-Health/EHealthRecords)
6 changes: 3 additions & 3 deletions packages/docs/src/pages/blueprints/lab.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Support **a wide variety of lab use cases** on a unified service. Medplum implem

## Overview and Problem Space

Diagnostic data is critical to patient care, but due to the human elements like specimen collection and the physician interpretation workflows, lab scenarios require precision and automation. In the lab context, Medplum is used in a number of ways.
Diagnostic data is critical to patient care, but due to the human elements like specimen collection and the physician interpretation workflows, lab scenarios require precision and bots. In the lab context, Medplum is used in a number of ways.

- **Primary LIS:** used to power the experience of physicians and lab staff and core to clinical workflow in a CLIA Lab, or multiple CLIA labs
- **Lab Network:** used to send orders to and receive results from multiple labs, but provide a unified interface to customers and partners
Expand All @@ -16,7 +16,7 @@ Recommended reading to enable these use cases is [custom EHR](../blueprints/cust

## Features

Medplum provides the following features to enable all of the scenarios described in the previous section. To get the data flow to be automated and customized to your workflow the [automation](../products/automation) feature and the [forms](../products/forms) features do the heavy lifting.
Medplum provides the following features to enable all of the scenarios described in the previous section. To get the data flow to be automated and customized to your workflow the [bots](../products/bots) feature and the [questionnaires](../products/questionnaires) feature does the heavy lifting.

- **Lab panel management:** this is represented in FHIR as a [PlanDefinition](/docs/api/fhir/resources/plandefinition) and you can see a detailed example in our [github repo](https://github.com/medplum/medplum/blob/main/packages/react/src/stories/covid19.ts).
- **Machine and middleware interfacing:** machines and middleware (e.g. [Data Innovations](https://datainnovations.com/)) run off of HL7 interfaces
Expand All @@ -25,7 +25,7 @@ Medplum provides the following features to enable all of the scenarios described

## Enabling Common Lab Integrations

Labs often require multiple integrations to work well, and are high leverage for automation. Below are some examples of services that are integrated to enable sample processing for clinical lab. These integrations are handled through the [integration engine](../products/integration).
Labs often require multiple integrations to work well, and are high leverage for bots. Below are some examples of services that are integrated to enable sample processing for clinical lab. These integrations are handled through the [integration engine](../products/integration).

- Analyzers (e.g. Roche Cobas Pro)
- Lab middleware (e.g. [Data Innovations](https://datainnovations.com/))
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/src/pages/blueprints/patient-portal.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Patient Portal

Build a patient facing application that allows users to view their records, fill out forms, schedule appointments, message their provider, view care plans, manage coverage and more. Medplum provides a starter kit that accelerates development, is easy to customize and will scale with your organization.
Build a patient facing application that allows users to view their records, fill out questionnaires, schedule appointments, message their provider, view care plans, manage coverage and more. Medplum provides a starter kit that accelerates development, is easy to customize and will scale with your organization.

## Sample Application

Expand All @@ -12,9 +12,9 @@ The sample application is called [Foo Medical](https://www.foomedical.com). To s

[Foo Medical](https://www.foomedical.com) shows the basics that are very common to medical practices, both in person and virtual care. You will notice that the application is completely white-label and is operating under a single domain.

### Onboarding forms and paperwork
### Onboarding questionnaires and paperwork

Create forms for users, and put them in the app for them to fill out as needed. You can see an example on [Foo Medical](https://www.foomedical.com) and read in depth on [forms](../products/forms). You can see some sample forms on our [storybook](https://storybook.medplum.com/?path=/docs/medplum-questionnaireform--us-surgeon-general-family-health-portrait).
Create questionnaires for users, and put them in the app for them to fill out as needed. You can see an example on [Foo Medical](https://www.foomedical.com) and read in depth on [questionnaires](../products/questionnaires). You can see some sample questionnaires on our [storybook](https://storybook.medplum.com/?path=/docs/medplum-questionnaireform--us-surgeon-general-family-health-portrait).

### Scheduling

Expand Down
File renamed without changes.
75 changes: 52 additions & 23 deletions packages/docs/src/pages/products/index.md
Original file line number Diff line number Diff line change
@@ -1,82 +1,111 @@
---
sidebar_label: Medplum Products
sidebar_position: 1
tags:
- integration
- questionnaires
- scheduling
- communications
- careplans
- medications
- charting
- billing
- bots
- analytics
- medplum-app
- auth
- fhir-datastore
- react
- search
- self-host
- audit-logging
- compliance
- security
- documentation
---

# Products

At Medplum, our goal is to help you build a healthcare application quickly, easily and compliantly. Medplum infrastructure is [open source](https://github.com/medplum/medplum) and enables the features seen below. We have sample applications [Foo Medical](https://foomedical.com/) and [Provider Application](https://provider.foomedical.com/) that can give you a sense of the experiences that can be built on the Medplum platform.

## ↔ Integration and Interoperability Engine
## ↔ Integration and Interoperability Engine {#integration}

Build unlimited interfaces and integrate the advanced capabilities best suited to your needs, enable your organization to optimize interoperability. Connect healthcare system and non-healthcare related services. This is the most popular feature of Medplum. [Learn More](../products/integration)

## 📝 Forms
## 📝 Questionnaires {#questionnaires}

Create custom forms, surveys, and questionnaires quickly to enable engagement, assessment, patient onboarding, provider workflow and retention. [Learn More](../products/forms)
Create custom forms, surveys, and questionnaires quickly to enable engagement, assessment, patient onboarding, provider workflow and retention. [Learn More](../products/questionnaires)

## 📆 Scheduling
## 📆 Scheduling {#scheduling}

Publish scheduling pages customized to practitioners or locations. Patients can self-schedule and change their appointments, designed with pre-built components or fully customizable by API. [Learn More](../products/scheduling)

## 📥 Messaging and Communications
## 📥 Communications and Messaging {#communications}

Drive engagement with integrated chat, reminders and messaging, right from your practitioner portal. Easily integrate SMS, custom messaging and automations. [Learn More](../products/communications)

## ➕ Care Plans
## ➕ Care Plans {#careplans}

Build or import your care plans and customize them to patient needs. Track patient outcomes and build powerful automations. [Learn More](../products/careplans)

## Medications
## 💊 Medications {#medications}

Track patient prescription medications and refills. Connect to common e-Prescribe services, or track in-house fulfillment.

## 💵 Billing and Payments
## 📔 Charting {#charting}

Summarize a patient’s past and current medical history, in a unified and intuitive patient chart. Build an experience to capture, manage, and refer to notes quickly and share charts securely.

## 💵 Billing and Payments {#billing}

Send data to your billing provider of choice. Easily connect to physician groups or bill through multiply professional corporations. [Learn More](../products/billing)

## ⚙️ Automation
## ⚙️ Automation through Bots {#bots}

Build automations that will scale with your organization. Automatically route messages, remind patients, instantiate care plans, ensure correctness, and more. [Learn More](../products/automation)
Build automations that will scale with your organization. Automatically route messages, remind patients, instantiate care plans, ensure correctness, and more. [Learn More](../products/bots)

## 📈 Dashboards and Analytics
## 📈 Analytics and Dashboards {#analytics}

Dashboards and analytics are at the heart of great clinical workflow. Build a custom dashboard that drives quality and speed, and troubleshoot with advanced analytics.

## Medplum App {#medplum-app}

Medplum app is an administrative tool designed for developers to browse, troubleshoot and edit data and bots. [Learn more](//docs/tutorials/app)

## Infrastructure

### Authentication and Authorization
### Authentication and Authorization {#auth}

Build your app just the way you want it. Use our Smart-on-FHIR authentication and authorization service, use Google auth, SAML or bring your own. [Learn More](/docs/tutorials/authentication-and-security)

### FHIR Datastore and API
### FHIR Datastore and API {#fhir-datastore}

Store your data in FHIR, and allow access through a FHIR API. Partition data with access policies to ensure parties only see the data they need to. [Learn More](/docs/tutorials/api-basics)

### React Components
### React UI Components {#react}

Build apps quickly with a ready to integrate react component library. Enable a custom experience for both customers and patients. [Learn More](/docs/tutorials/ui-components)

### Search
### Search {#search}

Enable complex search queries in app or via API. Enable time-aware searches common in healthcare scenarios, such as finding all records that were produced during a specific period. [Learn More](/docs/tutorials/api-basics/basic-fhir-search)

### Custom domains

Run your custom application on your own domain, giving users a fully branded experience.

### Self-Hosting and Open Source
### Self-Hosting and Open Source {#self-host}

Deploy your application in your own private cloud, or use our hosted option. Audit ready code you can trust in your environment. [Learn More](/docs/tutorials/self-hosting)

### Logging and Auditing
### Auditing and Logging {#audit-logging}

Audit activity through built in audit trails and logs, or connect your enterprise observability suite.

### Compliance
### Compliance {#compliance}

HIPAA compliance and SOC 2 Type 2 certified. We provide in-depth guides, content and code to drive industry and domain specific compliance programs like ONC, CLIA/CAP certification and more. [Learn More](/docs/compliance)

### Security
### Security {#security}

Medplum's hosted service follows all security best practices, and comes with HIPAA and SOC2 compliance out of the box. We follow all OWASP security guidelines, and have been verified by multiple penetration tests. [Learn More](/security)

### Documentation {#documentation}

Medplum treats documentation as a product and strives to maintain updated and relevant documentation that is the single source of truth. [Learn More](/docs)
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
sidebar_label: Forms
sidebar_label: Questionnaires
sidebar_position: 2
---

# Forms
# Questionnaires

Get data from patients, clinicians, staff and other stakeholders using custom forms. Forms go by many names, questionnaires, surveys, ePRO, and more, but they have the same function: to collect data from a user in a standard way.

Expand Down

0 comments on commit 4043786

Please sign in to comment.