Is there a 'no known allergy' mechanism defined in HL7 FHIR resources somewhere in the specification?
2 回答
“没有已知的过敏”将使用列表资源传达。
即,您将有一份关于患者过敏/不耐受的列表(或者可能是针对药物过敏或其他东西的特定列表)。List 允许您在 List.emptyReason 元素中说“未知”或类似的内容。
http://hl7.org/fhir/us/core/stu1/StructureDefinition-us-core-allergyintolerance.html
指导说如下。在这个时代,这是正确的做法。这是给所有来这里寻找这个过时问题答案的人的:)
Profile具体实施指导:
没有已知的过敏症可以使用美国 Core-AllergyIntolerance 配置文件和 AllergyIntolerence.code 中的适当否定代码来表示。
我列出了可以在下面使用的代码集 - http://hl7.org/fhir/us/core/ValueSet/us-core-substance-sct
代码 显示 定义 409137002 没有已知的药物过敏(情况)
428197003 没有已知的昆虫过敏(情况) 428607008 没有已知的环境过敏(情况)
429625007 没有已知的食物过敏(情况)
716184000 没有已知的乳胶过敏(情况)
716220001 没有已知的动物过敏(情况) )