{
  "extensionId": "https://openworkid.org/v1/extensions/physician",
  "extensionVersion": "1.0.0",
  "name": "Physician",
  "nameDe": "Arzt / Ärztin",
  "category": "regulated",
  "description": "Physician profession extension used by the upstand.work reference implementation.",
  "professionGroups": [
    "Healthcare"
  ],
  "regulatoryNotice": "Als Arzt gilt das Heilmittelwerbegesetz. Keine Heilversprechen, keine Erfolgsgarantien.",
  "fields": {
    "specializations": {
      "type": "string[]",
      "required": false,
      "label": "Specializations",
      "labelDe": "Fachgebiete",
      "example": "Cardiology, Orthopedics, General Practice"
    },
    "boardCertifications": {
      "type": "string[]",
      "required": false,
      "label": "Board Certifications",
      "labelDe": "Facharztbezeichnungen",
      "example": "Facharzt Innere Medizin"
    },
    "clinicalFocus": {
      "type": "string[]",
      "required": false,
      "label": "Clinical Focus",
      "labelDe": "Klinischer Schwerpunkt",
      "example": "Sports Medicine, Chronic Pain"
    },
    "setting": {
      "type": "string",
      "required": false,
      "label": "Setting",
      "labelDe": "Tätigkeit",
      "enum": [
        "clinic",
        "hospital",
        "practice",
        "mixed"
      ]
    },
    "languages": {
      "type": "string[]",
      "required": false,
      "label": "Languages (spoken)",
      "labelDe": "Sprachen (gesprochen)",
      "example": "de, en, fr",
      "vocabulary": "spokenLanguages"
    }
  }
}
