基于FHIR标准的健康档案共享文档实施指南
0.8.0.2022705 - 持续集成版
基于FHIR的健康档案共享文档实施时必须严格遵循本实施指南的规定。
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "de05-01-007-00"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org.cn/fhir/sd/ehr/CodeSystem/de05-01-007-00 defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">0101<a name=\"de05-01-007-00-0101\"> </a></td><td>矽肺</td><td>矽肺</td></tr><tr><td style=\"white-space:nowrap\">0102<a name=\"de05-01-007-00-0102\"> </a></td><td>煤工尘肺</td><td>煤工尘肺</td></tr><tr><td style=\"white-space:nowrap\">0103<a name=\"de05-01-007-00-0103\"> </a></td><td>石墨尘肺</td><td>石墨尘肺</td></tr><tr><td style=\"white-space:nowrap\">0104<a name=\"de05-01-007-00-0104\"> </a></td><td>碳黑尘肺</td><td>碳黑尘肺</td></tr><tr><td style=\"white-space:nowrap\">0105<a name=\"de05-01-007-00-0105\"> </a></td><td>石棉肺</td><td>石棉肺</td></tr><tr><td style=\"white-space:nowrap\">0106<a name=\"de05-01-007-00-0106\"> </a></td><td>滑石尘肺</td><td>滑石尘肺</td></tr><tr><td style=\"white-space:nowrap\">0107<a name=\"de05-01-007-00-0107\"> </a></td><td>水泥尘肺</td><td>水泥尘肺</td></tr><tr><td style=\"white-space:nowrap\">0108<a name=\"de05-01-007-00-0108\"> </a></td><td>云母尘肺</td><td>云母尘肺</td></tr><tr><td style=\"white-space:nowrap\">0109<a name=\"de05-01-007-00-0109\"> </a></td><td>陶工尘肺</td><td>陶工尘肺</td></tr><tr><td style=\"white-space:nowrap\">0110<a name=\"de05-01-007-00-0110\"> </a></td><td>铝尘肺</td><td>铝尘肺</td></tr><tr><td style=\"white-space:nowrap\">0111<a name=\"de05-01-007-00-0111\"> </a></td><td>电焊工尘肺</td><td>电焊工尘肺</td></tr><tr><td style=\"white-space:nowrap\">0112<a name=\"de05-01-007-00-0112\"> </a></td><td>铸工尘肺</td><td>铸工尘肺</td></tr><tr><td style=\"white-space:nowrap\">0113<a name=\"de05-01-007-00-0113\"> </a></td><td>根据《尘肺病诊断标准》和《尘肺病理诊断标准》可以诊断的其他尘肺病</td><td>根据《尘肺病诊断标准》和《尘肺病理诊断标准》可以诊断的其他尘肺病</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://hl7.org.cn/fhir/sd/ehr/CodeSystem/de05-01-007-00"];
fhir:CodeSystem.version [ fhir:value "0.8.0.2022705"];
fhir:CodeSystem.name [ fhir:value "DE05_01_007_00"];
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 "0101" ];
fhir:CodeSystem.concept.display [ fhir:value "矽肺" ];
fhir:CodeSystem.concept.definition [ fhir:value "矽肺" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "0102" ];
fhir:CodeSystem.concept.display [ fhir:value "煤工尘肺" ];
fhir:CodeSystem.concept.definition [ fhir:value "煤工尘肺" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "0103" ];
fhir:CodeSystem.concept.display [ fhir:value "石墨尘肺" ];
fhir:CodeSystem.concept.definition [ fhir:value "石墨尘肺" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "0104" ];
fhir:CodeSystem.concept.display [ fhir:value "碳黑尘肺" ];
fhir:CodeSystem.concept.definition [ fhir:value "碳黑尘肺" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "0105" ];
fhir:CodeSystem.concept.display [ fhir:value "石棉肺" ];
fhir:CodeSystem.concept.definition [ fhir:value "石棉肺" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "0106" ];
fhir:CodeSystem.concept.display [ fhir:value "滑石尘肺" ];
fhir:CodeSystem.concept.definition [ fhir:value "滑石尘肺" ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "0107" ];
fhir:CodeSystem.concept.display [ fhir:value "水泥尘肺" ];
fhir:CodeSystem.concept.definition [ fhir:value "水泥尘肺" ]
], [
fhir:index 7;
fhir:CodeSystem.concept.code [ fhir:value "0108" ];
fhir:CodeSystem.concept.display [ fhir:value "云母尘肺" ];
fhir:CodeSystem.concept.definition [ fhir:value "云母尘肺" ]
], [
fhir:index 8;
fhir:CodeSystem.concept.code [ fhir:value "0109" ];
fhir:CodeSystem.concept.display [ fhir:value "陶工尘肺" ];
fhir:CodeSystem.concept.definition [ fhir:value "陶工尘肺" ]
], [
fhir:index 9;
fhir:CodeSystem.concept.code [ fhir:value "0110" ];
fhir:CodeSystem.concept.display [ fhir:value "铝尘肺" ];
fhir:CodeSystem.concept.definition [ fhir:value "铝尘肺" ]
], [
fhir:index 10;
fhir:CodeSystem.concept.code [ fhir:value "0111" ];
fhir:CodeSystem.concept.display [ fhir:value "电焊工尘肺" ];
fhir:CodeSystem.concept.definition [ fhir:value "电焊工尘肺" ]
], [
fhir:index 11;
fhir:CodeSystem.concept.code [ fhir:value "0112" ];
fhir:CodeSystem.concept.display [ fhir:value "铸工尘肺" ];
fhir:CodeSystem.concept.definition [ fhir:value "铸工尘肺" ]
], [
fhir:index 12;
fhir:CodeSystem.concept.code [ fhir:value "0113" ];
fhir:CodeSystem.concept.display [ fhir:value "根据《尘肺病诊断标准》和《尘肺病理诊断标准》可以诊断的其他尘肺病" ];
fhir:CodeSystem.concept.definition [ fhir:value "根据《尘肺病诊断标准》和《尘肺病理诊断标准》可以诊断的其他尘肺病" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.