MedicalProcedure(医疗程序)

MedicalProcedure(医疗程序)

来源: https://schema.org/MedicalProcedure

MedicalProcedure 表示用于诊断、治疗、预防或姑息治疗的护理过程,依赖于侵入性(手术)、非侵入性或其他技术。

子类型

  • DiagnosticProcedure(诊断程序)
  • PalliativeProcedure(姑息程序)
  • PhysicalExam(体格检查)
  • SurgicalProcedure(手术程序)
  • TherapeuticProcedure(治疗程序)

属性

属性 预期类型 描述
name Text 医疗程序名称
description Text 或 TextObject 描述
url URL 医疗程序网址
bodyLocation Text 身体位置
followup Text 后续护理
howPerformed Text 执行方式
preparation MedicalEntity 或 Text 准备工作
procedureType MedicalProcedureType 程序类型
status EventStatusType 或 MedicalStudyStatus 或 Text 状态
code MedicalCode 医疗编码
guideline MedicalGuideline 相关指南
medicineSystem MedicineSystem 医学体系
recognizingAuthority Organization 认可机构
relevantSpecialty MedicalSpecialty 相关专科
study MedicalStudy 相关研究
additionalType Text 或 URL 附加类型
alternateName Text 别名
disambiguatingDescription Text 消歧描述
identifier PropertyValue 或 Text 或 URL 标识符
image ImageObject 或 URL 图像
mainEntityOfPage CreativeWork 或 URL 主实体页面
potentialAction Action 潜在行动
sameAs URL 同义
subjectOf CreativeWork 或 Event 主题

示例

以下是一个使用 JSON-LD 描述医疗程序的示例:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"@context": "https://schema.org",
"@type": "SurgicalProcedure",
"name": "Appendectomy",
"description": "Surgical removal of the appendix",
"procedureType": "Surgical",
"bodyLocation": "Abdomen",
"preparation": "Patient should fast for 8 hours prior to surgery",
"followup": "Pain management and monitoring for infection",
"howPerformed": "Through an incision in the abdomen or laparoscopically",
"code": {
"@type": "MedicalCode",
"codeValue": "0DTJ4ZZ",
"codingSystem": "ICD-10-PCS"
},
"relevantSpecialty": {
"@type": "MedicalSpecialty",
"name": "General Surgery"
}
}

MedicalProcedure 用于描述各种医疗程序,包括手术、诊断程序、治疗程序等,支持详细的医疗程序信息标记。


MedicalProcedure(医疗程序)
https://www.gjxx.dev/schema/schemas/MedicalProcedure/
作者
gjxx
发布于
2025年10月16日
许可协议