# 5. Pull uitvoeren

## Relevante TA Notified Pull hoofdstukken

* 2.2 Notification message

## Data ophalen

In de Notify zit het endpoint waarop de de Pull kan worden uitgevoerd. Deze is terug te vinden in de property `input:read-available-resource`.&#x20;

Gecombineerd met de URL van de FHIR server (zie [1. Koppeling leggen](/viplive-notified-pull/notified-pull/1.-koppeling-leggen.md)) van VIPLive en het verkregen token (zie [4. Token request ontvanger](/viplive-notified-pull/notified-pull/4.-token-request-ontvanger.md)) kan de ontvangende partij de gevraagde resource op komen halen bij VIPLive.

Binnen deze Pull moet de ontvangende partij de authorization base mee terug sturen, zoals aangegeven in [2. Token request verzender](/viplive-notified-pull/notified-pull/2.-token-request-verzender.md).

## Beschikbare resources

VIPLive maakt verschillende typen data middels FHIR resources en profielen beschikbaar volgens de Notified Pull methode. Deze zijn hieronder te vinden. Voor verdere specificaties verwijst VIPLive naar [FHIR Resources](/viplive-notified-pull/notified-pull/fhir-resources.md)en de bijbehorende Simplifier en/of HL7 pagina's.

| Type       | Resource/profiel                                     |
| ---------- | ---------------------------------------------------- |
| Verwijzing | <https://simplifier.net/topicus-healthcare/referral> |


---

# 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://viplive-interop.gitbook.io/viplive-notified-pull/notified-pull/5.-pull-uitvoeren.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.
