Digital record retrieval enables you to access the Carequality Interoperability Framework—a nationwide network of healthcare organizations—to obtain information about a patient and their medical history, including clinical details like allergies, diagnoses, and medications, without requiring a relationship with each individual healthcare organization.
The Framework comprises over 600K physicians, 50K clinics, and over 4,200 hospitals and facilitates the exchange of over 150M clinical summary documents every month between Carequality participants.
To gain access to Carequality, you must:
“Treatment” generally means the provision, coordination, or management of health care and related services by one or more health care providers, including the coordination or management of health care by a health care provider with a third party, consultation between health care providers relating to a patient, or the referral of a patient for health care from one health care provider to another.
If you fail to comply with Carequality rules or falsely represent your purpose of use, your access to Carequality may be suspended. Contact us if you are concerned about complying with any of the rules above.
If you meet all of the above criteria, you qualify for joining Carequality through Redox. Once you're ready to set up your Carequality account, you can generate your credentials in the dashboard. After clicking the button to generate credentials, all of these values populate in the dashboard:
Now you're ready to perform technical validation. We dive into more detail later, but here’s an overview of the steps you must complete:
To complete these steps, you must populate the requests with the appropriate Destination ID in the Meta.Destinations
array based on the environment and type of requests:
Request purpose | Staging ID | Production ID |
---|---|---|
Query for/create/update/delete an organization | a07afe3b-d247-4415-827f-6837707e1b8b | 5d0fd248-6c52-4ad9-b907-ae10bf2dcc39 |
Search for a patient within the entire Framework | adf917b5-1496-4241-87e2-ed20434b1fdb | 97f2dc1d-c71b-43a7-a436-9b789d44c804 |
Search for a patient within a specific organization | 1ca254a8-8d42-4593-abb4-b21399d9de57 | 6391b961-55ae-430b-a789-cf575f03fca0 |
Search for a clinical summary/document | ec745338-8849-43ad-a7ce-4bc5bf1d8b89 | 628cbf79-1156-4923-b9d0-285906160ed6 |
Save patient details and documents to your repository | This is specific to your org—you can find the correct ID in the digital record retrieval wizard. | This is specific to your org—you can find the correct ID in the digital record retrieval wizard. |
We recommend reading through the information below first, then referring back as you work through the wizard. Launch the digital record retrieval wizard.
For sending the relevant requests, you can copy query snippets with curl
(learn more about curl), but keep in mind that you need to remove comments (starting with //
) and replace any variables (e.g., {{variable here}}
) to use the curl
examples.
Alternatively, you can test with the Postman collection and environment provided from the wizard within the dashboard. There are notes within the Postman collection to the right of most of the directories. These comments can help you decide between your options, explain the specific fields, and tell you what may change between production/staging environments or individual queries. The comments also indicate which environment variables change regularly.
The values are found within the environment and include comments with the following prefixes:
Value prefix | Definition |
---|---|
[Static] | Keep this value the same except when switching from staging to production. |
[Provided] | Copy these unique-to-you values from the wizard and paste in the `Current Value` field. |
[Input] | Enter this value based on your specific organization (i.e., your organization’s name). |
[Auto] | Populates automatically, typically for ID or ID type fields. We do this by automatically saving any ID or ID type fields that you received from previous calls, then automatically populating for future calls. |
Check out additional resources to help you complete setup for digital record retrieval: