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

This code system http://hl7.org.cn/fhir/sd/ehr/CodeSystem/gb2261-4-2003 defines the following codes:

CodeDisplayDefinition
11 国家公务员国家公务员
13 专业技术人员专业技术人员
17 职员职员
21 企业管理人员企业管理人员
24 工人工人
27 农民农民
31 学生学生
37 现役军人现役军人
51 自由职业者自由职业者
54 个体经营者个体经营者
70 无业人员无业人员
80 退(离)休人员退(离)休人员
90 其他其他
" ]; fhir:CodeSystem.url [ fhir:value "http://hl7.org.cn/fhir/sd/ehr/CodeSystem/gb2261-4-2003"]; fhir:CodeSystem.version [ fhir:value "0.8.0.2022705"]; fhir:CodeSystem.name [ fhir:value "GB2261_4_2003"]; 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 "11" ]; fhir:CodeSystem.concept.display [ fhir:value "国家公务员" ]; fhir:CodeSystem.concept.definition [ fhir:value "国家公务员" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "13" ]; fhir:CodeSystem.concept.display [ fhir:value "专业技术人员" ]; fhir:CodeSystem.concept.definition [ fhir:value "专业技术人员" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "17" ]; fhir:CodeSystem.concept.display [ fhir:value "职员" ]; fhir:CodeSystem.concept.definition [ fhir:value "职员" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "21" ]; fhir:CodeSystem.concept.display [ fhir:value "企业管理人员" ]; fhir:CodeSystem.concept.definition [ fhir:value "企业管理人员" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "24" ]; fhir:CodeSystem.concept.display [ fhir:value "工人" ]; fhir:CodeSystem.concept.definition [ fhir:value "工人" ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "27" ]; fhir:CodeSystem.concept.display [ fhir:value "农民" ]; fhir:CodeSystem.concept.definition [ fhir:value "农民" ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "31" ]; fhir:CodeSystem.concept.display [ fhir:value "学生" ]; fhir:CodeSystem.concept.definition [ fhir:value "学生" ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "37" ]; fhir:CodeSystem.concept.display [ fhir:value "现役军人" ]; fhir:CodeSystem.concept.definition [ fhir:value "现役军人" ] ], [ fhir:index 8; fhir:CodeSystem.concept.code [ fhir:value "51" ]; fhir:CodeSystem.concept.display [ fhir:value "自由职业者" ]; fhir:CodeSystem.concept.definition [ fhir:value "自由职业者" ] ], [ fhir:index 9; fhir:CodeSystem.concept.code [ fhir:value "54" ]; fhir:CodeSystem.concept.display [ fhir:value "个体经营者" ]; fhir:CodeSystem.concept.definition [ fhir:value "个体经营者" ] ], [ fhir:index 10; fhir:CodeSystem.concept.code [ fhir:value "70" ]; fhir:CodeSystem.concept.display [ fhir:value "无业人员" ]; fhir:CodeSystem.concept.definition [ fhir:value "无业人员" ] ], [ fhir:index 11; fhir:CodeSystem.concept.code [ fhir:value "80" ]; fhir:CodeSystem.concept.display [ fhir:value "退(离)休人员" ]; fhir:CodeSystem.concept.definition [ fhir:value "退(离)休人员" ] ], [ fhir:index 12; fhir:CodeSystem.concept.code [ fhir:value "90" ]; fhir:CodeSystem.concept.display [ fhir:value "其他" ]; fhir:CodeSystem.concept.definition [ fhir:value "其他" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------