DocumentType Push
DocumentType Push involves the automated exchange of medical documents between different healthcare systems. In EHR systems, various types of medical documents, such as discharge summaries, lab reports, and imaging results, are generated and stored electronically.When a new document is created or updated in one EHR system, it can be automatically pushed or transmitted to another system or recipient without requiring manual intervention. This ensures that relevant and timely medical information is shared between healthcare providers, specialists, or institutions involved in a patient's care.
API endpoints for Document Type Push
Sync REST API Endpoint to call the API: https://{base_url}/api/v1/clinical-summary/documenttype-push.
Async REST API Endpoint to call the API: https://{base_url}/api/v1/endpoint.
Intraconnects Unified Modelils>
Event Type | IntraConnects Request | Data Type | Cerner Request | |
---|---|---|---|---|
DocumentTypePush | Patient | Object | ||
DocumentTypePush | Patient.Identifiers[] | Array of Objects | ||
DocumentTypePush | Patient.Identifiers[].ID | String | ||
DocumentTypePush | Patient.Identifiers[].IDType | String | ||
DocumentTypePush | Visit | Object | ||
DocumentTypePush | Visit.VisitNumber | String | ||
DocumentTypePush | Visit.AccountNumber | String | ||
DocumentTypePush | Visit.PatientClass | String | ||
DocumentTypePush | Visit.VisitDateTime | String | ||
DocumentTypePush | Visit.Location | Object | ||
DocumentTypePush | Visit.Location.Type | String | ||
DocumentTypePush | Visit.Location.Facility | String | ||
DocumentTypePush | Visit.Location.Department | String | ||
DocumentTypePush | Visit.Location.Room | String | ||
DocumentTypePush | Visit.Location.Bed | String | ||
DocumentTypePush | Visit.AdditionalStaff[] | Array | ||
DocumentTypePush | Note | Object | ||
DocumentTypePush | Note.Subjective | String | ||
DocumentTypePush | Note.Objective | String | ||
DocumentTypePush | Note.Assessment | String | ||
DocumentTypePush | Note.Plan | String |