# Point-Of-Care Systems

A core [Architectural Principle](https://guides.ohie.org/arch-spec/dev-1/architecture-specification/architectural-principles) of OpenHIE is to design the components to be interchangeable. To support this, the [Standards and Profiles](https://guides.ohie.org/arch-spec/dev-1/architecture-specification/standards-and-profiles) used by Point-of-Care Systems are outlined in the workflows below. Implementations may choose to only the workflows needed to support their use case, however, consider support for each of these during software selection processes.

See also [Non-Functional Requirements](https://guides.ohie.org/arch-spec/dev-1/openhie-component-specifications-1/non-functional-requirements).

## Point-of-Care Workflows

| System Type                                                            | Workflows to Support (Depending upon applicable use cases)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| ---------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Electronic Medical Records Systems / Community Health Worker Solutions | <ul><li><a href="../introduction/aggregate-reporting-workflows">Aggregate Reporting Workflows</a></li><li><a href="../introduction/alerting-sending-reminders-or-information">Alerting / Sending Reminders or Information</a></li><li><a href="../introduction/case-reporting-new-section-needs-to-go-in-alpha-order">Case Reporting (New Section - needs to go in alpha order)</a></li><li><a href="../introduction/care-services-discovery">Care Services Discovery</a></li><li><a href="../introduction/laboratory-work-flows">Laboratory Work Flows</a></li><li><a href="../introduction/patient-identity-management-workflows">Patient Identity Management Workflows</a></li><li><a href="../introduction/shared-health-record">Shared Health Record</a></li><li><a href="../introduction/terminology-service-workflow">Terminology Service Workflow</a></li></ul> |
| Laboratory Systems                                                     | <ul><li><a href="../introduction/aggregate-reporting-workflows">Aggregate Reporting Workflows</a></li><li><a href="../introduction/alerting-sending-reminders-or-information">Alerting / Sending Reminders or Information</a></li><li><a href="../introduction/case-reporting-new-section-needs-to-go-in-alpha-order">Case Reporting (New Section - needs to go in alpha order)</a></li><li><a href="../introduction/care-services-discovery">Care Services Discovery</a></li><li><a href="../introduction/laboratory-work-flows">Laboratory Work Flows</a></li><li><a href="../introduction/patient-identity-management-workflows">Patient Identity Management Workflow</a>s</li><li><a href="../introduction/shared-health-record">Shared Health Record</a></li><li><a href="../introduction/terminology-service-workflow">Terminology Service Workflow</a></li></ul> |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guides.ohie.org/arch-spec/dev-1/openhie-component-specifications-1/point-of-care-systems-new-section.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
