The CommonWell sandbox within Redox is integrated with the CommonWell environment, which allows you a sneak peek into what querying TEFCA-CommonWell will be like. The sandbox is a data on demand repository where test data lives. Learn more about data on demand.
In order to query the sandbox, you first have to ingest our test patients. This replicates the behavior of the CommonWell EMPI, which only returns matches for patients that already exist within your organization’s repository. In other words, results won’t be returned from external participants unless a demographics match already exists in your own CommonWell dataset.
You can ingest these test patients with a PatientAdmin feed.
You’ll need both of these values in the metadata of your queries to the CommonWell sandbox.
Type | Value |
|---|---|
Sandbox organization ID (OID) | 2.16.840.1.113883.3.6147.450.0.2.19260.0.1 |
Patient Identity Assigning Authority (PIAA) | 2.16.840.1.113883.3.6147.450.0.2.19260.0.2 |
- Create an API source in your development environment to interface with the CommonWell network.
- Your Technical Account Manager creates:
- Your data on demand destination, which houses test patient data for you. They add a unique ID type that matches your CommonWell PIAA. Learn about OIDs for CommonWell.
- Your CommonWell DNPR.
- Subscriptions with the source you created in step 1. Each subscription includes your API source and one of these data models:
- PatientAdminIngesting patient data
- PatientSearch
- ClinicalSummary
- Organization
- Create a TEFCA-CommonWell organization record for the sandbox.
- For the organization ID, use the directory OID from the data on demand DNPR your Technical Account Manager created for you in step 2.
- For the ID type, use PIAA.
- Set "Test": true to mark this as a sandbox organization record. This value should be false for production organizations.
- Replace the example values below with the source and destination IDs that were created in steps 1 and 2.Example: Create a development organization recordjson
- Ingest Redox test patients with your PatientAdmin subscription.
- Search for patient records in the TEFCA-CommonWell sandbox.