Redox data models don't contain absolutely every possible piece of data to exchange. You may find that there's data you want to exchange that's not in the data standards. Keep in mind that the data standards contain what's generally available in the industry, but don't cover all possible contingencies.
Take something like confirmation status of an appointment, as an example. It may be useful for one customer's workflow, but not widely used across the board. That's where extensions come in. Instead of adding all data to every data model, we use extensions to add fields that are critical for your workflow.
That said, not all of your connections may support extensions. We review whether all other avenues have been explored and that the data is critical and can be supported before adding any extensions.
If supported, it's possible for a data model to have multiple extensions, and an extension container may have one or more extensions within it.
Most healthcare standards don't account for representations of gender identity, sexual orientation, ethnicity, or disability.
Here at Redox, we value belonging, and it's important to us that when available, we support that exchange of information for you. As a result, we have extensions available on every data model to support this information related to diversity. If your connection can send or receive this data, then you can do so with Redox, without needing to upgrade to a higher platform tier.
An extension applies to a specified data model, event type, and field. The extension container lives at the field path in the extension description. The extension object contains field/value pairs based on the extension identified with the URL.
Let's look at a specific example. We offer an Additional Phone Numbers extension for these data models:
PatientAdmin | Scheduling |
---|---|
Event types Available for all event types. Fields Patient.Demographics.PhoneNumber Patient.Guarantor.PhoneNumber Patient.Contacts[].PhoneNumber | Event types Available for all event types. Fields Patient.Demographics.PhoneNumber Visit.Location |
When used for any of these fields, the Additional Phone Numbers extension contains values for extra home, office, or mobile phone numbers for the patient or location.
The top-level field has the name for the extension. The value for that top-level field has the URL for the extension. In the example below, you can see the top-level additional-Phones field with the relevant URL: https://api.redoxengine.com/extensions/additional-phones. You can also see the extra phone numbers for this particular location.