September 26, 2022

by Brian Marentay

Builders can now feed real-time medication events into a patient's Zus Aggregate Profile (ZAP). Once a patient is enrolled in our medication events feed, Zus will automatically capture new prescription activity and create the appropriate FHIR resources within their profile. Important events like missed refills, new medications, and new prescribers will be flagged in an additional 'notification type' field, and builders can optionally configure a webhook to receive a message each time a given FHIR resource is created or updated.

For more information on how to get started, check out our guide on Patient Data Events.

September 16, 2022

by Aaron Berdofe

New Resource Summarization tags! The Zus Lens team is in the process of enriching medication activity (MedicationStatement, MedicationAdministration, MedicationDispense, and MedicationRequest) resources as well as condition resources to make sure they are universally coded and categorized where possible.

For medication activity resources, once we have enriched them with appropriate coding, we synthesize a patient's historical medications down into a de-duplicated list of unique medications and create a new set of MedicationStatement resources with the tag: "https://zusapi.com/summary|Common"

For Active Medications, which parses the list down into just those medications which the patient may currently be taking, the tag will be: "https://zusapi.com/lens|ActiveMedications"

For condition resources, once we have enriched them appropriate coding, we de-duplicate the patient's conditions into a unique list and create a new set of condition resources with the tag: "https://zusapi.com/summary|Common"

For Chronic Conditions, which parses the list down into just those that are chronic, or potentially chronic diseases, the tag will be: "https://zusapi.com/lens|ChronicConditions"

September 16, 2022

by Aaron Berdofe

Zus releases the Active Medication Lens 🔍.

Sure, you got a lot of medication history for your patients, but what meds are they currently taking? The Active Medication Lens de-duplicates a patient's medications after enriching the medication activity resources with RxNorm mappings and then applies logic based on the status and last activity date and produces unique MedicationStatements for each medication that the patient may currently be taking. These MedicationStatement resources can be accessed just like any other, but are tagged for easy identification (_tag=https://zusapi.com/lens|ActiveMedications). Perfect for a patient onboarding form or a patient profile.

September 16, 2022

by Brian Marentay

We've introduced a host of new features and enhancements in our FHIRplace application to make browsing FHIR resources in Zus easier than ever. Read on to learn more about what we've been up to this quarter.

Render CDA documents directly to understand source data at a glance

Clinical documents retrieved when populating a patient's history are stored as Binary resources in our FHIR store. When viewing binary resources containing CDA XML (the standard format for clinical document exchange) in FHIRplace, toggle the "Parsed" slider to view the fully rendered document.

View all resources linked to a given patient

When viewing a Patient resource, navigate to the "Show Everything" tab to see a complete list of resources associated with the patient.

Compare resources

Select any two resources and click the compare button to view a side-by-side comparison of differences.

Create new resources

When viewing any list of resources, click the New button to add a new resource of this type

Table improvements

  • Customize visible columns
  • Additional sort/filter options
  • Paste an identifier to quickly jump to a resource

September 15, 2022

by Amna Hashmi

📈 Builders can now export their data in Zus's Operational Data Store (ODS) in a transformed, columnar format to a SQL-compliant database for bulk analytic querying. Supported databases include Snowflake and BigQuery. For more information, see: https://docs.zushealth.com/docs/data-marts

August 18, 2022

by Brian Marentay

With our new /patient-history endpoint, builders can initiate a search across clinical networks for all elements of a patient's medical history - from clinical encounters to prescription refills - with a single request.

View the complete specification here or download our Postman Collection

🚧

The medical-history and medication-history endpoints will be deprecated in the future, as responses from the /patient-history endpoint will include data from these sources) , please contact Zus for any assistance in updating request endpoints.

August 12, 2022

by Max Tabachnik

Builders can now grant access to their data in Zus to other Builders they have formal business relationships with (e.g., business associate agreement). For example, if you are a business associate and you want your customers to use Zus as part of your service offering to them, you can use Cross-Builder Grants to manage your customers' users and patient data in Zus on their behalf.

June 9, 2022

by Max Tabachnik

Users can now interact with APIs in the Zus sandbox outside of Postman by logging in directly through this documentation site. Please read on for more details.

After completing their initial set up and authentication, users can now get an API access token without having to go through Postman. Simply log in with an email and password using the "Log In" button in the top right corner of this page, and the access token will automatically appear in the Authentication "Bearer" field in the "Try It" module for all supported endpoints in the API Reference page (example).

417 2060