{
  "resourceType": "StructureDefinition",
  "id": "ext-il-core-languages",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "can-bind"
    }
  ],
  "url": "http://fhir.health.gov.il/StructureDefinition/il-core-language",
  "version": "0.21.0",
  "name": "ExtILCoreLanguages",
  "title": "Extension: ILCore Languages",
  "status": "active",
  "date": "2026-03-23",
  "publisher": "Israel Core Team",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "tal.primak@moh.gov.il"
        }
      ]
    }
  ],
  "description": "Profile on the HL7 Extension: Human Language. Allowing the use of Hebrew as a language",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "HumanName"
    },
    {
      "type": "element",
      "expression": "Address"
    },
    {
      "type": "element",
      "expression": "Annotation"
    },
    {
      "type": "element",
      "expression": "string"
    },
    {
      "type": "element",
      "expression": "markdown"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/language",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Extension: ILCore Languages",
        "definition": "Profile on the HL7 Extension: Human Language. Allowing the use of Hebrew as a language"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.health.gov.il/ValueSet/il-core-languages"
        }
      }
    ]
  }
}