|
楼主 |
发表于 2002-10-29 19:49:08
|
显示全部楼层
求解:有关HL7 V3DT !熟悉HL7的朋友请帮忙!
多谢zhuzhu,只是LIT在你的资料中没有。
下面是我刚做完的CDA元素名称表,请有心人帮我校正一下。
public class ElementNameTable:System.Collections.Hashtable
{
public ElementNameTable()
{
this.Add("id","编号")"
this.Add("levelone","一级架构")"
this.Add("clinical_document_header","文档头")"
this.Add("set_id","原始编号")"
this.Add("version_nbr","版本")"
this.Add("document_type_cd","类型")"
this.Add("service_tmr","创建时间")"
this.Add("origination_dttm","产生时间")"
this.Add("copy_dttm","复制时间")"
this.Add("confidentiality_cd","保密状态")"
this.Add("document_relationship","文档关系")"
this.Add("document_relationship.type_cd","关系类型")"
this.Add("related_document","相关文档")"
this.Add("fulfills_order","相关单据")"
this.Add("fulfills_order.type_cd","单据类型")"
this.Add("order","单据")"
this.Add("patient_encounter","就诊情况")"
this.Add("practice_setting_cd","诊室编码")"
this.Add("encounter_tmr","就诊时间")"
this.Add("service_location","就诊地点")"
this.Add("authenticator","鉴定者")"
this.Add("authenticator.type_cd","鉴定者类型")"
this.Add("participation_tmr","参与时间")"
this.Add("signature_cd","签名")"
this.Add("person","人")"
this.Add("person_name","姓名")"
this.Add("effective_tmr","有效期")"
this.Add("nm","名字")"
this.Add("person_name.type_cd","姓名类型")"
this.Add("addr","地址")"
this.Add("telecom","电话")"
this.Add("legal_authenticator","法律鉴定者")"
this.Add("legal_authenticator.type_cd","法律鉴定者类型")"
this.Add("intended_recipient","收件人")"
this.Add("intended_recipient.type_cd","收件人类型")"
this.Add("originator","作者")"
this.Add("originator.type_cd","作者类型")"
this.Add("originating_organization","起源单位")"
this.Add("originating_organization.type_cd","起源单位类型")"
this.Add("organization","单位")"
this.Add("organization.nm","单位名称")"
this.Add("transcriptionist","录入者")"
this.Add("transcriptionist.type_cd","录入者类型")"
this.Add("provider","提供者")"
this.Add("provider.type_cd","提供者类型")"
this.Add("function_cd","职能类型")"
this.Add("service_actor","参与者")"
this.Add("service_actor.type_cd","参与者类型")"
this.Add("patient","患者")"
this.Add("is_known_by","由谁负责")"
this.Add("is_known_to","负责类型")"
this.Add("birth_dttm","出生日期")"
this.Add("administrative_gender_cd","社会性别")"
this.Add("patient.type_cd","患者类型")"
this.Add("originating_device","起源设备")"
this.Add("originating_device.type_cd","起源设备类型")"
this.Add("device","设备")"
this.Add("responsibility","作用")"
this.Add("responsibility.type_cd","作用类型")"
this.Add("responsibility_tmr","作用时间")"
this.Add("service_target","受用者")"
this.Add("service_target.type_cd","受用者类型")"
this.Add("local_header","自定义头信息")"
this.Add("body","文档体")"
this.Add("section","小节")"
this.Add("caption","标题")"
this.Add("coded_entry","编码实体")"
this.Add("paragraph","段落")"
this.Add("list","列表")"
this.Add("table","表格")"
this.Add("content","内容")"
this.Add("link","链接")"
this.Add("caption_cd","标题代码")"
this.Add("link_html","超文本链接")"
this.Add("observation_media","观测媒体")"
this.Add("coded_entry.id","实体编号")"
this.Add("coded_entry.value","实体值")"
this.Add("observation_media.id","媒体编号")"
this.Add("observation_media.value","媒体内容")"
this.Add("item","项目")"
this.Add("thead","表头")"
this.Add("tfoot","表尾")"
this.Add("tbody","表体")"
this.Add("tr","行")"
this.Add("col","列")"
this.Add("colgroup","列组")"
this.Add("th","行表题")"
this.Add("td","单元格")"
this.Add("non_xml","非XML内容")"
this.Add("local_markup","自定义标记")"
this.Add("NOTE","注释")"
this.Add("THUMBNAIL","片段")"
this.Add("REF","参引")"
this.Add("ORIGTXT","原文")"
this.Add("TRANSLTN","译文")"
this.Add("CONFID","码")"
this.Add("MODIFIER","修饰")"
this.Add("NAME","名称")"
this.Add("TYPE","类型")"
this.Add("LIT","LIT不详")"
this.Add("DEL","分隔符")"
this.Add("CNT","国")"
this.Add("STA","省")"
this.Add("CTY","市")"
this.Add("ZIP","邮编")"
this.Add("STR","街道")"
this.Add("HNR","门牌号")"
this.Add("DIR","方向")"
this.Add("ADL","符加地址")"
this.Add(" OB","邮箱")"
this.Add("GIV","名")"
this.Add("MID","中名")"
this.Add("FAM","姓")"
this.Add(" FX","称谓")"
this.Add("SFX","后缀")"
}
}
|
|