2021-12-24 10:23:22 +08:00
|
|
|
name: 报告新的精神科医生
|
|
|
|
description: 报告新的精神科医生
|
|
|
|
title: "精神科:"
|
|
|
|
body:
|
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: 感谢您的报告,请根据该表单填充必要信息。
|
|
|
|
- type: input
|
|
|
|
id: hospital-name
|
|
|
|
attributes:
|
|
|
|
label: 医院名称
|
|
|
|
description: 该医院的名字全称
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: input
|
|
|
|
id: doctor-name
|
|
|
|
attributes:
|
|
|
|
label: 医生姓名
|
|
|
|
description: 该医生的名字
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: checkboxes
|
2021-12-24 11:01:18 +08:00
|
|
|
id: labels
|
2021-12-24 10:23:22 +08:00
|
|
|
attributes:
|
|
|
|
label: 标签
|
|
|
|
options:
|
2021-12-24 11:01:18 +08:00
|
|
|
- label: LGBT+ 友善
|
2021-12-24 10:23:22 +08:00
|
|
|
- label: 有观察期/随访
|
|
|
|
- label: 初诊开证/开假条
|
|
|
|
- label: 需家长介入
|
|
|
|
- label: 可与家长沟通
|
2021-12-24 11:01:18 +08:00
|
|
|
- label: 须年满 20 周岁
|
2021-12-24 10:23:22 +08:00
|
|
|
- type: textarea
|
|
|
|
id: caveats
|
|
|
|
attributes:
|
|
|
|
label: 注意事项
|
|
|
|
description: 您在面诊时遭遇的问题
|
|
|
|
validations:
|
2021-12-24 11:02:46 +08:00
|
|
|
required: true
|
2021-12-24 10:23:22 +08:00
|
|
|
- type: textarea
|
|
|
|
id: proof
|
|
|
|
attributes:
|
|
|
|
label: 证明样式
|
|
|
|
description: 您已获得的证明扫描件
|
|
|
|
- type: checkboxes
|
|
|
|
id: license
|
|
|
|
attributes:
|
|
|
|
label: 以 CC-BY-SA 4.0 协议分发
|
|
|
|
description: 本站采用 [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.zh-Hans) 协议分发内容
|
|
|
|
options:
|
|
|
|
- label: 我同意以 CC-BY-SA 4.0 协议分发
|
|
|
|
required: true
|