{
  "resourceType": "StructureDefinition",
  "id": "zib-Education",
  "url": "http://nictiz.nl/fhir/StructureDefinition/zib-Education",
  "name": "ZibEducation",
  "title": "HCIM Education",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Education indicates the highest level of education achieved.",
  "purpose": "This Observation resource represents the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) Education v3.2 (2020)](https://zibs.nl/wiki/Education-v3.1(2017EN)).",
  "copyright": "CC0",
  "fhirVersion": "3.0.2",
  "mapping": [
    {
      "identity": "zib-education-v3.1-2017EN",
      "uri": "https://zibs.nl/wiki/Education-v3.2(2020EN)",
      "name": "zib Education-v3.2(2020EN)"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://fhir.nl/fhir/StructureDefinition/nl-core-observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "105421008"
            }
          ]
        }
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Observation.value[x]:valueCodeableConcept",
        "path": "Observation.value[x]",
        "sliceName": "valueCodeableConcept",
        "short": "SchoolType",
        "definition": "Indication of the highest level of education achieved.",
        "alias": [
          "Schooltype"
        ],
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.121.11.9--20171231000000"
          }
        },
        "mapping": [
          {
            "identity": "zib-education-v3.1-2017EN",
            "map": "NL-CM:7.10.2",
            "comment": "SchoolType"
          }
        ]
      },
      {
        "id": "Observation.comment",
        "path": "Observation.comment",
        "short": "Comment",
        "definition": "If deemed relevant, a specification of the degree program can be provided by means of an explanation (e.g.: patient is in medical school).",
        "alias": [
          "Toelichting"
        ],
        "mapping": [
          {
            "identity": "zib-education-v3.1-2017EN",
            "map": "NL-CM:7.10.3",
            "comment": "Comment"
          }
        ]
      }
    ]
  }
}