{
  "resourceType": "StructureDefinition",
  "id": "Extension-Employee-Role",
  "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/Extension-Employee-Role",
  "version": "1.0.0",
  "name": "ExtensionEmployee-Role",
  "title": "Employee Role",
  "status": "active",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Practitioner"
    },
    {
      "type": "element",
      "expression": "Basic"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://health.gov.on.ca/idms/fhir/StructureDefinition/Extension-Employee-Role"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "description": "The Employee Role.",
          "valueSet": "https://health.gov.on.ca/idms/fhir/ValueSet/IDMS-EMPLOYEE-ROLE-ALL"
        }
      }
    ]
  }
}