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

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

CodeDisplayDefinition
1 上肢上肢
2 下肢下肢
3 乳房乳房
4 外生殖器外生殖器
9 其他其他
11 左上肢左上肢
12 右上肢右上肢
13 双侧双上肢双侧双上肢
21 左下肢左下肢
22 右下肢右下肢
23 双下肢双下肢
31 左侧乳房左侧乳房
32 右侧乳房右侧乳房
33 双侧乳房双侧乳房
" ]; fhir:CodeSystem.url [ fhir:value "http://hl7.org.cn/fhir/sd/ehr/CodeSystem/cv04-10-017"]; fhir:CodeSystem.version [ fhir:value "0.8.0.2022705"]; fhir:CodeSystem.name [ fhir:value "CV04_10_017"]; 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 "14"^^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 "2" ]; fhir:CodeSystem.concept.display [ fhir:value "下肢" ]; fhir:CodeSystem.concept.definition [ fhir:value "下肢" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "3" ]; fhir:CodeSystem.concept.display [ fhir:value "乳房" ]; fhir:CodeSystem.concept.definition [ fhir:value "乳房" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "4" ]; fhir:CodeSystem.concept.display [ fhir:value "外生殖器" ]; fhir:CodeSystem.concept.definition [ fhir:value "外生殖器" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "9" ]; fhir:CodeSystem.concept.display [ fhir:value "其他" ]; fhir:CodeSystem.concept.definition [ fhir:value "其他" ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "11" ]; fhir:CodeSystem.concept.display [ fhir:value "左上肢" ]; fhir:CodeSystem.concept.definition [ fhir:value "左上肢" ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "12" ]; fhir:CodeSystem.concept.display [ fhir:value "右上肢" ]; fhir:CodeSystem.concept.definition [ fhir:value "右上肢" ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "13" ]; 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 "31" ]; fhir:CodeSystem.concept.display [ fhir:value "左侧乳房" ]; fhir:CodeSystem.concept.definition [ fhir:value "左侧乳房" ] ], [ fhir:index 12; fhir:CodeSystem.concept.code [ fhir:value "32" ]; fhir:CodeSystem.concept.display [ fhir:value "右侧乳房" ]; fhir:CodeSystem.concept.definition [ fhir:value "右侧乳房" ] ], [ fhir:index 13; fhir:CodeSystem.concept.code [ fhir:value "33" ]; fhir:CodeSystem.concept.display [ fhir:value "双侧乳房" ]; fhir:CodeSystem.concept.definition [ fhir:value "双侧乳房" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------