# AlgemeneMeting

Voor het beschikbaar stellen van de ZIB [AlgemeneMeting-v3.0(2017NL)](https://zibs.nl/wiki/AlgemeneMeting-v3.0\(2017NL\)) maakt VIPLive gebruik van het FHIR STU3 *"*[HCIM General Measurement](https://simplifier.net/nictizstu3-zib2017/zib-generalmeasurement)" profiel van Nictiz.

### **Soorten metingen**

Zoals ook in het FHIR-profiel staat beschreven, heeft het veld *value\[x]* meerdere mogelijkheden. Vanuit de VIPLive databroker is er ondersteuning voor de volgende implementaties:

1. NHG-bepalingen met type NM (Numerieke waarde)
   1. deze worden gedeeld als *valueQuantity*
2. NHG-bepaling met type EK (Enkelvoudige keuze uit lijst)
   1. wordt gedeeld als *valueCodeableConcept*

### Voorbeeld

* NHG-bepaling 1272 (NM)
* NHG-bepaling 1739 (EK)

{% code fullWidth="true" %}

```
{
  "resourceType": "Bundle",
  "id": "b505fc7c-b14c-49b2-a159-5b531809218e",
  "meta": {
    "lastUpdated": "2025-07-16T12:51:49.640+02:00"
  },
  "type": "searchset",
  "link": [
    {
      "relation": "self",
      "url": "https://fhir.test-datakluis.shared.topicuszorg.nl/fhir/stu3/Observation?_profile=http%3A%2F%2Fnictiz.nl%2Ffhir%2FStructureDefinition%2Fzib-GeneralMeasurement&workflow-id=cre-evaluation-f1bd4a72-8c90-4ff6-9f35-b45abee5a974"
    }
  ],
  "entry": [
    {
      "resource": {
        "resourceType": "Observation",
        "meta": {
          "profile": [
            "http://nictiz.nl/fhir/StructureDefinition/zib-GeneralMeasurement"
          ]
        },
        "code": {
          "coding": [
            {
              "system": "https://referentiemodel.nhg.org/tabellen/nhg-tabel-45-diagnostische-bepalingen",
              "code": "1272"
            }
          ]
        },
        "effectiveDateTime": "2012-11-04T00:00:00+01:00",
        "valueQuantity": {
          "value": 24.5,
          "unit": "kg/m2"
        }
      }
    },
    {
      "resource": {
        "resourceType": "Observation",
        "meta": {
          "profile": [
            "http://nictiz.nl/fhir/StructureDefinition/zib-GeneralMeasurement"
          ]
        },
        "code": {
          "coding": [
            {
              "system": "https://referentiemodel.nhg.org/tabellen/nhg-tabel-45-diagnostische-bepalingen",
              "code": "1739"
            }
          ]
        },
        "effectiveDateTime": "2012-10-15T00:00:00+02:00",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "https://referentiemodel.nhg.org/tabellen/nhg-tabel-45-diagnostische-bepalingen#resultaten",
              "code": "4",
              "display": "voorheen"
            }
          ]
        }
      }
    }
  ]
}
```

{% endcode %}


---

# 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/sso-+-data/data/fhir-resources/algemenemeting.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.
