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

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

CodeDisplayDefinition
1 总收入总收入
11 财政补助收入财政补助收入
111 专项补助专项补助
12 上级补助救人上级补助救人
13 事业收入事业收入
2 总支出总支出
21 事业支出事业支出
22 财政专项支出财政专项支出
23 培训经费支出培训经费支出
24 人员支出人员支出
25 离退休费离退休费
" ]; fhir:CodeSystem.url [ fhir:value "http://hl7.org.cn/fhir/sd/ehr/CodeSystem/cv09-00-401"]; fhir:CodeSystem.version [ fhir:value "0.8.0.2022705"]; fhir:CodeSystem.name [ fhir:value "CV09_00_401"]; 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 "111" ]; fhir:CodeSystem.concept.display [ fhir:value "专项补助" ]; fhir:CodeSystem.concept.definition [ fhir:value "专项补助" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "12" ]; fhir:CodeSystem.concept.display [ fhir:value "上级补助救人" ]; fhir:CodeSystem.concept.definition [ fhir:value "上级补助救人" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "13" ]; fhir:CodeSystem.concept.display [ fhir:value "事业收入" ]; fhir:CodeSystem.concept.definition [ fhir:value "事业收入" ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "2" ]; fhir:CodeSystem.concept.display [ fhir:value "总支出" ]; fhir:CodeSystem.concept.definition [ fhir:value "总支出" ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "21" ]; fhir:CodeSystem.concept.display [ fhir:value "事业支出" ]; fhir:CodeSystem.concept.definition [ fhir:value "事业支出" ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "22" ]; fhir:CodeSystem.concept.display [ fhir:value "财政专项支出" ]; fhir:CodeSystem.concept.definition [ fhir:value "财政专项支出" ] ], [ fhir:index 8; fhir:CodeSystem.concept.code [ fhir:value "23" ]; fhir:CodeSystem.concept.display [ fhir:value "培训经费支出" ]; fhir:CodeSystem.concept.definition [ fhir:value "培训经费支出" ] ], [ fhir:index 9; fhir:CodeSystem.concept.code [ fhir:value "24" ]; fhir:CodeSystem.concept.display [ fhir:value "人员支出" ]; fhir:CodeSystem.concept.definition [ fhir:value "人员支出" ] ], [ fhir:index 10; fhir:CodeSystem.concept.code [ fhir:value "25" ]; fhir:CodeSystem.concept.display [ fhir:value "离退休费" ]; fhir:CodeSystem.concept.definition [ fhir:value "离退休费" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------