An organization record (i.e., OID within the Redox organization or your own OID) is the unique identifier for your organization within the Carequality Interoperability Framework. The organization OID is how you identify yourself when searching for patients—and how other Carequality participants can find you and your patients.
You should plan to register at least one Carequality 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 populate any test queries with the appropriate FHIR® destination slug for the specific type of request:
Query purpose | Destination slug |
---|---|
Query for/create/update/delete an organization | ceq-orgs |
Perform a patient search within a specific organization | ceq-xcpd:{{org-oid-obtained-from-organization-query}} |
Search for a clinical summary/document | ceq-xca:{{org-oid-obtained-from-organization-query}} |
- In your development environment, using Postman or curl, send an Organization create request to create your organization record in Carequality. The id property should match the OID provided in the identifier array and is required.FHIR example: Create an organization recordbashAPI reference
- If the request is successful, you receive a synchronous response indicating that your organization record was created.FHIR Example: Successful response for creating an organization recordjson
- Once you complete all of your testing, repeat these steps for your production environment.
If you don't receive the expected response, review common Carequality errors.
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:
- In your development environment, using Postman or curl, send an Organization update request with the updated or new organization details. Or, to delete an organization record, change the Active field to false instead.What “deleting” meansFHIR example: Update an organization recordbashAPI reference
- If the request is successful, you receive a synchronous response indicating that your organization record was updated.FHIR example: Successful response for organization updatejson