{
  "resourceType": "StructureDefinition",
  "id": "biobankcy-ext-educationlevel",
  "url": "http://ig.biobank.cy/fhir/StructureDefinition/biobankcy-ext-educationlevel",
  "name": "BIOBANKCYEXTEducationLevel",
  "title": "Extension: Education Level (biobank.cy)",
  "status": "draft",
  "publisher": "biobank.cy",
  "contact": [
    {
      "name": "Molecular Medicine Research Center (MMRC)",
      "telecom": [
        {
          "system": "email",
          "value": "biobank.cy",
          "use": "work"
        }
      ]
    }
  ],
  "description": "The reported highest level of education that a person has reached.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Patient"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ig.biobank.cy/fhir/StructureDefinition/biobankcy-ext-educationlevel"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "example",
          "valueSet": "http://terminology.hl7.org/ValueSet/v3-EducationLevel"
        }
      }
    ]
  }
}