简体   繁体   English

与设备制造商或型号有关的HL7 V2领域有哪些?

[英]any HL7 V2 field related to equipment manufacturer or model?

Is there any HL7 V2 fields can be used to identify equipment and medical device manufacturer or model? HL7 V2字段可用于识别设备和医疗设备制造商或型号吗? In DICOM, there are some attributed such as "manufacturer", "model", "software" we can use to identify the vendor/model information of the device, is there any similar attributes in HL7 V2 message? 在DICOM中,可以使用一些属性来标识设备的供应商/模型信息,例如“制造商”,“模型”,“软件”,HL7 V2消息中是否有类似的属性?

There is an SDD segment "Sterilization Device Data" that has fields for device information. 有一个SDD段“灭菌设备数据”,其中包含设备信息字段。 Although this may be designed for a specific type of device, you may be able to use it for more generic instruments. 尽管这可能是为特定类型的设备设计的,但您可以将其用于更通用的仪器。

SDD-1: Lot Number (EI) optional
SDD-2: Device Number (EI) optional
SDD-3: Device Name (ST) optional
SDD-4: Device Data State (IS) optional
SDD-5: Load Status (IS) optional
SDD-6: Control Code (NM) optional
SDD-7: Operator Name (ST) optional

You may look through the documentation at HL7 to see if there is something else that is more generic. 您可以浏览HL7的文档,看看是否还有其他更通用的东西。 Pick the HL7 version you need and download the spec. 选择所需的HL7版本并下载规格。 http://www.hl7.org/implement/standards/product_brief.cfm?product_id=185 http://www.hl7.org/implement/standards/product_brief.cfm?product_id=185

If you are interested in using the HAPI HL7 libraries for Java you can checkout the APIs here, which describe fields of HL7 segments. 如果您有兴趣使用Java的HAPI HL7库,则可以在此处签出描述HL7段字段的API。 https://hapifhir.github.io/hapi-hl7v2/v26/apidocs/index.html https://hapifhir.github.io/hapi-hl7v2/v26/apidocs/index.html

If you don't find anything that suits your purpose, you can always make a custom z-segment to define the fields you need. 如果找不到适合您目的的任何内容,则始终可以创建自定义z段来定义所需的字段。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM