Create a Document Query Endpoint
This topic provides information on creating document query endpoints using Oracle Health Clinical Data Exchange.
A document query endpoint is a URL provided by the Oracle Health Clinical Data Exchange service that payers can use to request information from providers. You can create FHIR document query endpoints in Oracle Health Clinical Data Exchange.
Note:
You can create up to 25 document query endpoints per tenancy. If you want to use more than 25 document query endpoints, you can request a limit increase using the Limit and Quota Console.Oracle Health Clinical Data Exchange creates C-CDA documents for clinical data from
requested patient encounters retrieved from provider EHRs, along with unstructured
clinical notes included as C62 documents. These C-CDA documents include the
following data concepts if enabled by the provider:
- Patient (required)
- Encounter (required)
- Practitioner (required)
- Provenance (required)
- Allergy Intolerance
- Condition
- Immunization
- Medication Request
- Procedure
- Social History
- Vital Signs
- Laboratory Result
- Care Plan
- Care Team
- Device
- Goal
- Practitioner
- Document Reference
- Diagnostic Report
- Medication Administration
Complete the following steps to create a document query endpoint:
After you complete the above steps, the system begins creating the endpoint.
Progress is displayed on the Work Requests page. When the endpoint is created, you can
view details about the endpoint, edit the endpoint details, add tags, or delete the
endpoint.
See the below example of a document query endpoint where xxxxx is the customer-specific environment identifier.
{
"payerId": "ocid1.cdexhubpayer.oc1.iad.xxxxx",
"framework": "FHIR",
"identityDomainUrl": "https://idcs-xxxxx.identity.oraclecloud.com:443",
"displayName": "Payer Query Endpoint 1",
"description": "Query endpoint to make fhir calls.",
"compartmentId": "ocid1.compartment.oc1..xxxx",
"clientAppDetails":
{
"clientId": "xxxxx"
}
}
Parent topic: Manage Oracle Health Clinical Data Exchange Endpoints