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

This code system http://hl7.org.cn/fhir/sd/ehr/CodeSystem/cv04-50-011 defines the following codes:

CodeDisplayDefinition
1 巴氏分类法巴氏分类法
11 巴氏Ⅰ级巴氏Ⅰ级
12 巴氏Ⅱ级巴氏Ⅱ级
13 巴氏Ⅲ级巴氏Ⅲ级
14 巴氏Ⅳ级巴氏Ⅳ级
15 巴氏Ⅴ级巴氏Ⅴ级
2 TBS分类法TBS分类法
21 良性细胞学改变良性细胞学改变
22 鳞状上皮细胞异常鳞状上皮细胞异常
23 腺上皮细胞改变腺上皮细胞改变
24 其他恶性肿瘤其他恶性肿瘤
" ]; fhir:CodeSystem.url [ fhir:value "http://hl7.org.cn/fhir/sd/ehr/CodeSystem/cv04-50-011"]; fhir:CodeSystem.version [ fhir:value "0.8.0.2022705"]; fhir:CodeSystem.name [ fhir:value "CV04_50_011"]; 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 "11"^^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 "2" ]; fhir:CodeSystem.concept.display [ fhir:value "TBS分类法" ]; fhir:CodeSystem.concept.definition [ fhir:value "TBS分类法" ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "21" ]; fhir:CodeSystem.concept.display [ fhir:value "良性细胞学改变" ]; fhir:CodeSystem.concept.definition [ fhir:value "良性细胞学改变" ] ], [ fhir:index 8; fhir:CodeSystem.concept.code [ fhir:value "22" ]; fhir:CodeSystem.concept.display [ fhir:value "鳞状上皮细胞异常" ]; fhir:CodeSystem.concept.definition [ fhir:value "鳞状上皮细胞异常" ] ], [ fhir:index 9; fhir:CodeSystem.concept.code [ fhir:value "23" ]; fhir:CodeSystem.concept.display [ fhir:value "腺上皮细胞改变" ]; fhir:CodeSystem.concept.definition [ fhir:value "腺上皮细胞改变" ] ], [ fhir:index 10; fhir:CodeSystem.concept.code [ fhir:value "24" ]; fhir:CodeSystem.concept.display [ fhir:value "其他恶性肿瘤" ]; fhir:CodeSystem.concept.definition [ fhir:value "其他恶性肿瘤" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------