{
  "resourceType": "StructureDefinition",
  "id": "il-core-linkage",
  "url": "http://fhir.health.gov.il/StructureDefinition/il-core-linkage",
  "version": "0.21.0",
  "name": "ILCoreLinkage",
  "title": "IL Core Linkage Profile",
  "status": "draft",
  "date": "2026-03-23",
  "publisher": "Israel Core Team",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "tal.primak@moh.gov.il"
        }
      ]
    }
  ],
  "description": "Israel Core Linkage Profile",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Linkage",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Linkage",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Linkage.author",
        "path": "Linkage.author",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner",
              "http://fhir.health.gov.il/StructureDefinition/il-core-organization",
              "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner-role"
            ]
          }
        ]
      }
    ]
  }
}