
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
CharmHealth EHR的MCP服务器,允许LLM和MCP客户端与患者记录、诊疗记录和诊所信息进行交互。
https://www.anthropic.com/news/model-context-protocol
| 属性 | 详情 |
|---|---|
| Docker镜像 | https://hub.docker.com/repository/docker/mcp/charmhealth-mcp-server |
| 作者 | https://github.com/CharmHealth |
| 代码仓库 | https://github.com/CharmHealth/charm-mcp-server |
| 属性 | 详情 |
|---|---|
| Dockerfile | https://github.com/CharmHealth/charm-mcp-server/blob/main/Dockerfile |
| Docker镜像构建者 | Docker Inc. |
| Docker Scout健康评分 | !https://api.scout.docker.com/v1/policy/insights/org-image-score/badge/mcp/charmhealth-mcp-server |
| 验证签名 | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/charmhealth-mcp-server --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
| 许可证 | MIT许可证 |
| 服务器提供的工具 | 简短描述 |
|---|---|
findPatients | 查找患者。 |
getPracticeInfo | 获取诊所信息。 |
manageAppointments | 管理预约。 |
manageEncounter | 管理诊疗记录。 |
managePatient | 管理患者。 |
managePatientAllergies | 管理患者 allergies。 |
managePatientDiagnoses | 管理患者诊断。 |
managePatientDrugs | 管理患者药物和补充剂。 |
managePatientFiles | 管理患者文件和文档。 |
managePatientLabs | 管理患者实验室结果。 |
managePatientNotes | 管理患者笔记。 |
managePatientRecalls | 管理患者召回。 |
managePatientVitals | 管理患者生命体征。 |
reviewPatientHistory | 查看患者历史。 |
工具:findPatients
查找患者。
复杂搜索:使用search_type="高级"和多个条件:
始终返回其他工具所需的patient_id。在任何患者操作前先使用此工具。
当缺少必填参数时,询问用户提供具体值,而非使用默认值或自动生成值。
| 参数 | 类型 | 描述 |
|---|---|---|
age_max | string 可选 | |
age_min | string 可选 | |
blood_group | string 可选 | |
category_id | string 可选 | |
city | string 可选 | |
country | string 可选 | |
created_after | string 可选 | |
created_before | string 可选 | |
facility_id | string 可选 | |
gender | string 可选 | |
has_phr_account | string 可选 | |
language | string 可选 | |
limit | string 可选 | |
marital_status | string 可选 | |
modified_after | string 可选 | |
modified_before | string 可选 | |
page | string 可选 | |
postal_code | string 可选 | |
query | string 可选 | |
search_type | string 可选 | |
sort_by | string 可选 | |
sort_order | string 可选 | |
state | string 可选 | |
status | string 可选 |
工具:getPracticeInfo
获取诊所信息。
当缺少必填参数时,询问用户提供具体值,而非使用默认值或自动生成值。
| 参数 | 类型 | 描述 |
|---|---|---|
info_type | string 可选 |
工具:manageAppointments
管理预约。
时间格式:使用12小时制,如"09:30 AM"或"02:15 PM" 对于重复预约:将repetition设置为"Weekly"或"Daily",并提供frequency + end_date 对于重复预约:使用provider_double_booking="allow"或resource_double_booking="allow"覆盖检查 对于取消:使用delete_type "Current"取消单个预约或"Entire"取消重复系列
当缺少必填参数时,询问用户提供具体值,而非使用默认值或自动生成值。
| 参数 | 类型 | 描述 |
|---|---|---|
action | string | |
appointment_date | string 可选 | |
appointment_id | string 可选 | |
appointment_time | string 可选 | |
cancel_reason | string 可选 | |
consent_forms | string 可选 | |
delete_type | string 可选 | |
duration_minutes | string 可选 | |
end_date | string 可选 | |
end_date_range | string 可选 | |
facility_id | string 可选 | |
facility_ids | string 可选 | |
frequency | string 可选 | |
member_ids | string 可选 | |
message_to_patient | string 可选 | |
mode | string 可选 | |
patient_id | string 可选 | |
provider_double_booking | string 可选 | |
provider_id | string 可选 | |
questionnaire | string 可选 | |
reason | string 可选 | |
receipt_id | string 可选 | |
repetition | string 可选 | |
resource_double_booking | string 可选 | |
resource_id | string 可选 | |
start_date | string 可选 | |
status | string 可选 | |
status_ids | string 可选 | |
visit_type_id | string 可选 | |
weekly_days | string 可选 |
工具:manageEncounter
管理诊疗记录。
创建诊疗记录:
查看诊疗记录:
签署诊疗记录:
解锁诊疗记录:
推荐工作流程:
当缺少必填参数时,询问用户提供具体值,而非使用默认值或自动生成值。
| 参数 | 类型 | 描述 |
|---|---|---|
patient_id | string | |
action | string 可选 | |
appointment_id | string 可选 | |
chief_complaint | string 可选 | |
encounter_date | string 可选 | |
encounter_id | string 可选 | |
encounter_mode | string 可选 | |
facility_id | string 可选 | |
provider_id | string 可选 | |
reason | string 可选 | |
visit_type_id | string 可选 |
工具:managePatient
管理患者。
更新模式:
人口统计学:支持全面的患者信息,包括社会史、家庭数据 地址:如果提供任何地址字段,国家为必填项(默认为美国) 设施:作为设施ID列表传递,如"facility_123,facility_456"。 类别:作为列表传递,如[{"category_id": "category_123"}]
复杂关系:
当缺少必填参数时,询问用户提供具体值,而非使用默认值或自动生成值。
| 参数 | 类型 | 描述 |
|---|---|---|
action | string | |
address_line1 | string 可选 | |
address_line2 | string 可选 | |
age | string 可选 | |
area | string 可选 | |
birth_order | string 可选 | |
blood_group | string 可选 | |
caregivers | string 可选 | |
categories | string 可选 | 类别:作为列表传递,如[{"category_id": "category_123"}] |
cause_of_death | string 可选 | |
city | string 可选 | |
country | string 可选 | |
county_code | string 可选 | |
custom_field_1 | string 可选 | |
custom_field_2 | string 可选 | |
custom_field_3 | string 可选 | |
custom_field_4 | string 可选 | |
custom_field_5 | string 可选 | |
date_of_birth | string 可选 | |
deceased | string 可选 | |
district | string 可选 | |
dod | string 可选 | |
duplicate_check | string 可选 | |
email | string 可选 | |
email_notification | string 可选 | |
emergency_contact_name | string 可选 | |
emergency_contact_phone | string 可选 | |
emergency_extn | string 可选 | |
employment_status | string 可选 | |
ethnicity | string 可选 | |
facility_ids | string 可选 | |
first_name | string 可选 | |
gender | string 可选 | |
gender_identity | string 可选 | |
guarantor | string 可选 | |
home_phone | string 可选 | |
id_qualifiers | string 可选 | |
introduction | string 可选 | |
is_multiple_birth | string 可选 | |
language | string 可选 | |
last_name | string 可选 | |
linked_patient_id | string 可选 | |
maiden_name | string 可选 |
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务