# Vaccine Workflows

This collection of workflows allows an external system with access to the HIE to save and retrieve vaccine status.  &#x20;

The workflows are designed to support the following types of data exchanges with systems that have access to the HIE.

1. A system can record a vaccine document to the HIE using the [Save Patient-level Clinical Data Workflow](https://guides.ohie.org/arch-spec/introduction/shared-health-record/save-patient-level-clinical-data-workflow) transaction. &#x20;
2. A system can query for a vaccine document from the HIE using the [Query Patient-level Clinical Data Workflow](https://guides.ohie.org/arch-spec/introduction/shared-health-record/query-patient-level-clinical-data-workflow) transaction. &#x20;

{% hint style="success" %}
References:

* [WHO DDCC Workflows](https://worldhealthorganization.github.io/ddcc/workflows.html)
  {% endhint %}


---

# 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/introduction/vaccine-workflows.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.
