# Behandelaanwijzingen2 (versie 0.9)

Voor het beschikbaar stellen van de ZIB Behandelaanwijzingen2 maakt VIPLive gebruik van het FHIR R4 *"ACP* TreatmentDirective" profiel van IKNL.

Zie: <https://build.fhir.org/ig/IKNL/PZP-FHIR-R4/branches/develop/StructureDefinition-ACP-TreatmentDirective.html>

## Versie 0.9

De gegevens die VIPLive kan beschikbaarstellen, bevatten nog niet alle verplichte velden volgens de ZIB behandelaanwijzingen2, daarom is dit gemarkeerd als versie 0.9.

De volgende informatie wordt **niet** beschikbaar gesteld in versie 0.9:

* AfspraakPartij -> Patient
* AfspraakPartij -> Vertegenwoordiger
* AfspraakPartij -> Zorgverlener

## URL

```
GET [base]/Consent?patient=[id]&scope=http://terminology.hl7.org/CodeSystem/consentscope|treatment&category=http://snomed.info/sct|129125009
```

Note: dit is in lijn met de IKNL-informatiestandaard, alleen is de query-parameter`&_include=Consent:actor` weggelaten, omdat deze informatie niet gedeeld wordt in versie 0.9.

## Voorbeeld

```
{
    "resourceType": "Bundle",
    "id": "295df145-ad14-448a-a9f4-a25bb1f898bd",
    "meta": {
        "lastUpdated": "2026-02-04T14:33:08.835+01:00"
    },
    "type": "searchset",
    "total": 1,
    "link": [
        {
            "relation": "self",
            "url": "https://fhir.test-datakluis.shared.topicuszorg.nl/fhir/r4/Consent?_include=Consent%3Aactor&category=http%3A%2F%2Fsnomed.info%2Fsct%7C129125009&patient=bd94d342-0a56-4ed6-b208-bd655a273960&scope=http%3A%2F%2Fterminology.hl7.org%2FCodeSystem%2Fconsentscope%7Ctreatment"
        }
    ],
    "entry": [
        {
            "fullUrl": "urn:uuid:f15980b9-4368-44c0-916d-8687806cd8a3",
            "resource": {
                "resourceType": "Consent",
                "meta": {
                    "profile": [
                        "http://nictiz.nl/fhir/StructureDefinition/nl-core-TreatmentDirective2",
                        "https://api.iknl.nl/docs/pzp/r4/StructureDefinition/ACP-TreatmentDirective"
                    ]
                },
                "extension": [
                    {
                        "url": "http://nictiz.nl/fhir/StructureDefinition/ext-Comment",
                        "valueString": "vrij tekstveld met toelichting"
                    }
                ],
                "status": "active",
                "scope": {
                    "coding": [
                        {
                            "system": "http://terminology.hl7.org/CodeSystem/consentscope",
                            "code": "treatment"
                        }
                    ]
                },
                "category": [
                    {
                        "coding": [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "129125009",
                                "display": "verrichting met expliciete context"
                            }
                        ]
                    }
                ],
                "patient": {
                    "reference": "Patient/bd94d342-0a56-4ed6-b208-bd655a273960"
                },
                "dateTime": "2026-02-03T14:04:38+01:00",
                "provision": {
                    "type": "permit",
                    "code": [
                        {
                            "coding": [
                                {
                                    "system": "http://snomed.info/sct",
                                    "code": "40617009",
                                    "display": "kunstmatige beademing"
                                }
                            ]
                        }
                    ]
                }
            }
        }
    ]
}
```


---

# 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/direct-pull/data/pzp/behandelaanwijzingen2-versie-0.9.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.
