Coming soon
Who can use this how-to
An organization record (i.e., OID in the Redox organization) is the unique identifier for your organization within the CommonWell Health Alliance. The organization OID is how you identify yourself when searching for patients—and how other TEFCA-CommonWell participants can find you and your patients.
You should plan to register at least one organization record per unique master patient index (MPI) or physical location. Learn more about OIDs and identity to understand why you may want to register more than one organization.
Use curl for technical validation
- In your staging environment, using Postman or curl, send an Organization.New request to create your organization record in TEFCA-CommonWell.Example: Create a TEFCA-CommonWell organization recordbashAPI reference
- If the request is successful, you receive a synchronous response indicating that your organization record was created.Example: Successful response for new TEFCA-CommonWell organization recordjsonRedoxer setup must be done
- Once you complete all of your testing, repeat these steps to create your organization record in production, too.
Whenever there are changes to your organization details (e.g., address or contact information), follow these steps to keep your organization record up-to-date:
- Using Postman or curl, send an Organization.Update request with the updated or new organization details.Example: Update a TEFCA-CommonWell organization recordbashAPI reference
- If the request is successful, you receive a synchronous response indicating that your organization record was updated.
Onramp to TEFCA resources