{
  "extensionId": "https://openworkid.org/v1/extensions/psychotherapist",
  "extensionVersion": "1.0.0",
  "name": "Psychotherapist",
  "nameDe": "Psychotherapeut:in",
  "category": "regulated",
  "description": "Psychotherapist profession extension used by the upstand.work reference implementation.",
  "professionGroups": [
    "Healthcare"
  ],
  "regulatoryNotice": "Als Psychotherapeut gelten besondere Datenschutz- und Werbebeschränkungen. Keine Patientenfälle — auch nicht anonymisiert — ohne schriftliche Einwilligung.",
  "fields": {
    "methods": {
      "type": "string[]",
      "required": false,
      "label": "Methods",
      "labelDe": "Verfahren",
      "example": "CBT, Psychodynamic, EMDR"
    },
    "targetGroups": {
      "type": "string[]",
      "required": false,
      "label": "Target Groups",
      "labelDe": "Zielgruppen",
      "example": "Adults, Children, Couples"
    },
    "specializations": {
      "type": "string[]",
      "required": false,
      "label": "Specializations",
      "labelDe": "Schwerpunkte",
      "example": "Trauma, Anxiety, Depression"
    },
    "setting": {
      "type": "string",
      "required": false,
      "label": "Setting",
      "labelDe": "Format",
      "enum": [
        "practice",
        "online",
        "both"
      ]
    },
    "insuranceApproval": {
      "type": "string",
      "required": false,
      "label": "Insurance Approval",
      "labelDe": "Kassenzulassung",
      "enum": [
        "yes",
        "no",
        "pending"
      ]
    },
    "approbation": {
      "type": "string",
      "required": false,
      "label": "Approbation",
      "labelDe": "Approbation",
      "enum": [
        "yes",
        "no"
      ]
    },
    "sessionLanguages": {
      "type": "string[]",
      "required": false,
      "label": "Session Languages",
      "labelDe": "Sitzungssprachen",
      "example": "de, en, tr",
      "vocabulary": "spokenLanguages"
    }
  }
}
