Drug(药物)

Drug(药物)

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

Drug 表示用于医疗治疗的化学或生物物质,对生物体产生生理效应。

子类型

无特定子类型

属性

属性 预期类型 描述
name Text 药物名称
description Text 或 TextObject 描述
url URL 药物网址
activeIngredient Text 活性成分
administrationRoute Text 给药途径
alcoholWarning Text 酒精警告
availableStrength DrugStrength 可用强度
breastfeedingWarning Text 母乳喂养警告
clinicalPharmacology Text 临床药理学
dosageForm Text 剂型
doseSchedule DoseSchedule 剂量计划
drugClass DrugClass 药物类别
drugUnit Text 药物单位
foodWarning Text 食物警告
includedInHealthInsurancePlan HealthInsurancePlan 健康保险计划
interactingDrug Drug 相互作用药物
isAvailableGenerically Boolean 是否有通用名
isProprietary Boolean 是否为专有名称
labelDetails URL 标签详情
legalStatus DrugLegalStatus 或 MedicalEnumeration 或 Text 法律状态
maximumIntake MaximumDoseSchedule 最大摄入量
mechanismOfAction Text 作用机制
nonProprietaryName Text 非专有名称
overdosage Text 过量
pregnancyCategory DrugPregnancyCategory 妊娠类别
pregnancyWarning Text 妊娠警告
prescribingInfo URL 处方信息
prescriptionStatus DrugPrescriptionStatus 或 Text 处方状态
proprietaryName Text 专有名称
relatedDrug Drug 相关药物
rxcui Text RxCUI
warning Text 或 URL 警告
code MedicalCode 医疗编码
guideline MedicalGuideline 相关指南
medicineSystem MedicineSystem 医学体系
recognizingAuthority Organization 认可机构
relevantSpecialty MedicalSpecialty 相关专科
study MedicalStudy 相关研究
brand Brand 或 Organization 品牌
manufacturer Organization 制造商
model ProductModel 或 Text 型号
mpn Text 制造商零件号
sku Text 库存单位
category CategoryCode 或 PhysicalActivityCategory 或 Text 或 Thing 或 URL 类别
color Text 颜色
material Product 或 Text 或 URL 材料
size DefinedTerm 或 QuantitativeValue 或 SizeSpecification 或 Text 尺寸
weight Mass 或 QuantitativeValue 重量
offers Demand 或 Offer 报价
aggregateRating AggregateRating 汇总评分
review Review 评论
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
{
"@context": "https://schema.org",
"@type": "Drug",
"name": "Denyal Forte 10×5mg",
"description": "Denyal Forte is a brand of Copium manufactured by Rockwell United in the United States. It is recommended for people suffering of cognitive dissonancy.",
"activeIngredient": "Copium",
"administrationRoute": "oral",
"dosageForm": "tablet",
"drugUnit": "5mg tablet",
"isProprietary": true,
"manufacturer": {
"@type": "Organization",
"name": "Rockwell United"
},
"mechanismOfAction": "Reduces cognitive dissonance",
"pregnancyCategory": "C",
"prescriptionStatus": "OTC"
}

Drug(药物)
https://www.gjxx.dev/schema/schemas/Drug/
作者
gjxx
发布于
2025年10月16日
许可协议