{
  "resourceType": "StructureDefinition",
  "id": "gp-DiagnosticResult",
  "url": "http://nictiz.nl/fhir/StructureDefinition/gp-DiagnosticResult",
  "version": "2.0.0",
  "name": "gp DiagnosticResult",
  "title": "gp-DiagnosticResult",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "email",
          "value": "info@nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A laboratory result as defined in the Dutch GP association NHG in the GP-EHR reference model (Dutch: HIS referentiemodel) based on observations of type D in NHG Table 45 Diagnostische bepalingen. A diagnostic test is an objectifiable diagnostic procedure. The result is the outcome of the procedure. Tests include vital signs like blood pressure, weight and lab results like ferro in blood.",
  "copyright": "CC0",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://nictiz.nl/fhir/StructureDefinition/zib-GeneralMeasurement",
  "derivation": "constraint",
  "snapshot": {},
  "differential": {
    "element": [
      {
        "id": "Observation.code.coding",
        "path": "Observation.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Observation.code.coding:NHGTable45",
        "path": "Observation.code.coding",
        "sliceName": "NHGTable45",
        "definition": "A reference to a code defined by a terminology system. The effective system is the NHG Tabel 45 Diagnostische bepalingen",
        "max": "1"
      },
      {
        "id": "Observation.code.coding:NHGTable45.system",
        "path": "Observation.code.coding.system",
        "fixedUri": "https://referentiemodel.nhg.org/tabellen/nhg-tabel-45-diagnostische-bepalingen"
      }
    ]
  }
}