DocumentTypeQueryResponse
Description
The response to a DocumentQuery typically includes an array of Documents that match the specified search criteria.
API Endpoints for Document Get Response
Sync REST API Endpoint to call the API: https://{base_url}/api/v1/clinical-summary/document-get-response.
Async REST API Endpoint to call the API: https://{base_url}/api/v1/endpoint.
Intraconnect Unified Model
| Event Type | IntraConnects Response | Data Type | OpenEMR Response |
|---|---|---|---|
| DocumentTypeQueryResponse | Meta.DataModel | String | DocumentType |
| DocumentTypeQueryResponse | Meta.EventType | String | QueryResponse |
| DocumentTypeQueryResponse | Meta.Test | Boolean | |
| DocumentTypeQueryResponse | Meta.Source | String | |
| DocumentTypeQueryResponse | Meta.Source.ID | String | |
| DocumentTypeQueryResponse | Meta.Source.Name | String | |
| DocumentTypeQueryResponse | Patient | Object | |
| DocumentTypeQueryResponse | Patient.Identifies | Array of Object | |
| DocumentTypeQueryResponse | Patient.Identifies.ID | String | pid |
| DocumentTypeQueryResponse | Patient.Identifiers.IDType | String | EHRID |
| DocumentTypeQueryResponse | Document[] | Array of objects | |
| DocumentTypeQueryResponse | Document[].DocumentID | String | id |
| DocumentTypeQueryResponse | Document[].DocumentType | String | |
| DocumentTypeQueryResponse | Document[].DocumentationDateTime | String | date |
| DocumentTypeQueryResponse | Document[].Subjective | String | subjective |
| DocumentTypeQueryResponse | Document[].Objective | String | objective |
| DocumentTypeQueryResponse | Document[].Assessment | String | assessment |
| DocumentTypeQueryResponse | Document[].Plan | String | plan |