@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "cv03-00-202"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

This code system http://hl7.org.cn/fhir/sd/ehr/CodeSystem/cv03-00-202 defines the following codes:

CodeDisplayDefinition
1 责任事故责任事故
11 违反操作规程违反操作规程
12 安全观念薄弱安全观念薄弱
13 缺乏知识缺乏知识
14 操作失误操作失误
15 管理不善管理不善
16 领导失误领导失误
2 技术事故技术事故
21 设计不合理设计不合理
22 设备意外故障设备意外故障
23 监测系统缺乏监测系统缺乏
3 自然原因自然原因
4 原因不明原因不明
" ]; fhir:CodeSystem.url [ fhir:value "http://hl7.org.cn/fhir/sd/ehr/CodeSystem/cv03-00-202"]; fhir:CodeSystem.version [ fhir:value "0.8.0.2022705"]; fhir:CodeSystem.name [ fhir:value "CV03_00_202"]; fhir:CodeSystem.title [ fhir:value "受照原因代码表"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.date [ fhir:value "2022-07-05T13:46:42+08:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "CHIMA&HL7中国委员会"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "CHIMA&HL7中国委员会" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org.cn" ] ] ]; fhir:CodeSystem.description [ fhir:value "受照原因代码表"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.count [ fhir:value "13"^^xsd:nonNegativeInteger]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "1" ]; fhir:CodeSystem.concept.display [ fhir:value "责任事故" ]; fhir:CodeSystem.concept.definition [ fhir:value "责任事故" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "11" ]; fhir:CodeSystem.concept.display [ fhir:value "违反操作规程" ]; fhir:CodeSystem.concept.definition [ fhir:value "违反操作规程" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "12" ]; fhir:CodeSystem.concept.display [ fhir:value "安全观念薄弱" ]; fhir:CodeSystem.concept.definition [ fhir:value "安全观念薄弱" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "13" ]; fhir:CodeSystem.concept.display [ fhir:value "缺乏知识" ]; fhir:CodeSystem.concept.definition [ fhir:value "缺乏知识" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "14" ]; fhir:CodeSystem.concept.display [ fhir:value "操作失误" ]; fhir:CodeSystem.concept.definition [ fhir:value "操作失误" ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "15" ]; fhir:CodeSystem.concept.display [ fhir:value "管理不善" ]; fhir:CodeSystem.concept.definition [ fhir:value "管理不善" ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "16" ]; fhir:CodeSystem.concept.display [ fhir:value "领导失误" ]; fhir:CodeSystem.concept.definition [ fhir:value "领导失误" ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "2" ]; fhir:CodeSystem.concept.display [ fhir:value "技术事故" ]; fhir:CodeSystem.concept.definition [ fhir:value "技术事故" ] ], [ fhir:index 8; fhir:CodeSystem.concept.code [ fhir:value "21" ]; fhir:CodeSystem.concept.display [ fhir:value "设计不合理" ]; fhir:CodeSystem.concept.definition [ fhir:value "设计不合理" ] ], [ fhir:index 9; fhir:CodeSystem.concept.code [ fhir:value "22" ]; fhir:CodeSystem.concept.display [ fhir:value "设备意外故障" ]; fhir:CodeSystem.concept.definition [ fhir:value "设备意外故障" ] ], [ fhir:index 10; fhir:CodeSystem.concept.code [ fhir:value "23" ]; fhir:CodeSystem.concept.display [ fhir:value "监测系统缺乏" ]; fhir:CodeSystem.concept.definition [ fhir:value "监测系统缺乏" ] ], [ fhir:index 11; fhir:CodeSystem.concept.code [ fhir:value "3" ]; fhir:CodeSystem.concept.display [ fhir:value "自然原因" ]; fhir:CodeSystem.concept.definition [ fhir:value "自然原因" ] ], [ fhir:index 12; fhir:CodeSystem.concept.code [ fhir:value "4" ]; fhir:CodeSystem.concept.display [ fhir:value "原因不明" ]; fhir:CodeSystem.concept.definition [ fhir:value "原因不明" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------