@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "cv09-00-402"]; 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-402 defines the following codes:

CodeDisplayDefinition
1 总资产总资产
11 流动资产流动资产
12 对外投资对外投资
13 固定资产固定资产
14 无形资产无形资产
2 负债负债
3 净资产净资产
31 事业基金事业基金
32 固定基金固定基金
33 专用基金专用基金
" ]; fhir:CodeSystem.url [ fhir:value "http://hl7.org.cn/fhir/sd/ehr/CodeSystem/cv09-00-402"]; fhir:CodeSystem.version [ fhir:value "0.8.0.2022705"]; fhir:CodeSystem.name [ fhir:value "CV09_00_402"]; 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 "10"^^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 "2" ]; fhir:CodeSystem.concept.display [ fhir:value "负债" ]; fhir:CodeSystem.concept.definition [ fhir:value "负债" ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "3" ]; fhir:CodeSystem.concept.display [ fhir:value "净资产" ]; fhir:CodeSystem.concept.definition [ fhir:value "净资产" ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "31" ]; fhir:CodeSystem.concept.display [ fhir:value "事业基金" ]; fhir:CodeSystem.concept.definition [ fhir:value "事业基金" ] ], [ fhir:index 8; fhir:CodeSystem.concept.code [ fhir:value "32" ]; fhir:CodeSystem.concept.display [ fhir:value "固定基金" ]; fhir:CodeSystem.concept.definition [ fhir:value "固定基金" ] ], [ fhir:index 9; 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 . # -------------------------------------------------------------------------------------