Document Get
Description
The typical response to a DocumentQuery includes an array of Documents that meet the specified search criteria.
API endpoints for Document Get
Sync REST API Endpoint to call the API: https://{base_url}/api/v1/clinical-summary/document-get.
Async REST API Endpoint to call the API: https://{base_url}/api/v1/endpoint.
DataModel: ClinicalSummary
Document Get - Sample Payload
{
   "Meta": {
      "DataModel": "Clinical Summary",
      "EventType": "DocumentGet",
      "EventDateTime": "2022-08-16T14:21:20.733Z",
      "Test": true,
      "Destinations": [
         {
            "ID": "527f7382-4c40-43c1-8b57-751d61b5ee28",
            "Name": "Destinations EMR"
         }
      ],
      "Logs": [
         {
            "ID": "5898b1c8-e76f-4f6b-b9b0-d034fc48bdbe",
            "AttemptID": "4a7aa108-d89b-492a-98c2-c94132f73892 "
         }
      ],
      "FacilityCode": null
   },
   "Document": {
      "ID": "2.16.840.1.113883.3.5447^1234"
   }
}