📄️ Patient Query
This data model query enables the efficient retrieval of patient information from health systems, enabling healthcare providers to quickly review a patient's medical history with accuracy and precision.
📄️ Patient Query Response
::tip Description
📄️ Patient Push
PatientPush is utilized to transmit a Clinical Summary, typically in the form of a Continuity of Care Document (CCD), to another application or an Electronic Health Record (EHR) or Health Information Exchange (HIE). It facilitates the exchange of essential patient information for continuity of care purposes.
📄️ Visit Query
The VisitQuery is used to retrieve and return visit summaries for a specific patient within a specified health system, for a particular time period.
📄️ Visit Query Response
The following is the typical format of the response that you would receive for a VisitQuery.
📄️ Document Query
The DocumentQuery is utilized to search one or more destinations for documents that match the provided search criteria. These documents can include Clinical Document Architecture (CDA), pr*ogress notes, PDFs, or any other binary data.
📄️ Document Query Response
The response to a DocumentQuery comprises an array of Documents that match the specified search criteria.
📄️ DocumentTypeQuery
The typical response to a DocumentQuery includes an array of Documents that meet the specified search criteria.
📄️ Document Get Response
The response to a DocumentQuery typically includes an array of Documents that match the specified search criteria.
📄️ Encounter Push
EncounterPush is employed to transmit an encounter summary to another application or an Electronic Health Record (EHR). It provides a description of care provided at the encounter level, detailing the patient's state during the encounter.
📄️ Encounter Push Response
This is the format of the response you will receive for a EncounterPush messages.
📄️ 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.
📄️ DocumentType Push Response
This is the format of the response you will receive for a DocumentType Push messages.