Document Get Response
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 | Elation Response |
---|---|---|---|
DocumentTypeQueryResponse | Meta.DataModel | String | |
DocumentTypeQueryResponse | Meta.EventType | String | |
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 | |
DocumentTypeQueryResponse | Patient.Identifiers.IDType | String | |
DocumentTypeQueryResponse | Document[] | Array of objects | |
DocumentTypeQueryResponse | Document[].DocumentID | String | |
DocumentTypeQueryResponse | Document[].DocumentType | String | |
DocumentTypeQueryResponse | Document[].DocumentationDateTime | String | |
DocumentTypeQueryResponse | Document[].Subjective | String | |
DocumentTypeQueryResponse | Document[].Objective | String | |
DocumentTypeQueryResponse | Document[].Assessment | String | |
DocumentTypeQueryResponse | Document[].Plan | String |