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.
- You must have qualified for TEFCA and set up your credentials and OIDs. Learn more about setting up your onramp to TEFCA.
- Be familiar with the following terms and concepts to send requests to TEFCA-CommonWell:
When testing, create an organization record in your development environment, then in your production environment once you’ve finished testing.
- Using Postman or curl, send an Organization.New request to create your organization record in TEFCA-CommonWell.
- The PIAA ID is your patient identifier assigning authority, which has its own ID. Your IDs will be scoped under this and show up as an IDType in any patient or document queries.
- For other IDs, TEFCA requires at least one of the following ID types to be assigned to each organization: TIN, NPI Type 1, NPI Type 2. Include all ID types that are applicable to your organization.
- The PartOf identifier refers to the parent organization, which is Redox. Use the Redox ID value.
- For Contacts, replace our example data with your organization’s contact information.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 must set up DNPR first
- 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.