HL7中国FHIR Connectathon测试实施指南
2024.5.5 - release

HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 婚姻状况代码表 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "gb2261-2"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This  code system <code>http://hl7.org.cn/fhir/CodeSystem/gb2261-2</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">10<a name=\"gb2261-2-10\"> </a></td><td>未婚</td><td>未婚</td></tr><tr><td style=\"white-space:nowrap\">20<a name=\"gb2261-2-20\"> </a></td><td>已婚</td><td>已婚</td></tr><tr><td style=\"white-space:nowrap\">21<a name=\"gb2261-2-21\"> </a></td><td>初婚</td><td>初婚</td></tr><tr><td style=\"white-space:nowrap\">22<a name=\"gb2261-2-22\"> </a></td><td>再婚</td><td>再婚</td></tr><tr><td style=\"white-space:nowrap\">23<a name=\"gb2261-2-23\"> </a></td><td>复婚</td><td>复婚</td></tr><tr><td style=\"white-space:nowrap\">30<a name=\"gb2261-2-30\"> </a></td><td>丧偶</td><td>丧偶</td></tr><tr><td style=\"white-space:nowrap\">40<a name=\"gb2261-2-40\"> </a></td><td>离婚</td><td>离婚</td></tr><tr><td style=\"white-space:nowrap\">90<a name=\"gb2261-2-90\"> </a></td><td>未说明的婚姻状况</td><td>未说明的婚姻状况</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org.cn/fhir/CodeSystem/gb2261-2"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2024.5.5"] ; # 
  fhir:name [ fhir:v "GB2261_2"] ; # 
  fhir:title [ fhir:v "婚姻状况代码表"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-05-05T21:11:47+08:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7中国"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7中国" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org.cn" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "婚姻状况代码表"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "8"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "10" ] ;
fhir:display [ fhir:v "未婚" ] ;
fhir:definition [ fhir:v "未婚" ]
  ] [
fhir:code [ fhir:v "20" ] ;
fhir:display [ fhir:v "已婚" ] ;
fhir:definition [ fhir:v "已婚" ]
  ] [
fhir:code [ fhir:v "21" ] ;
fhir:display [ fhir:v "初婚" ] ;
fhir:definition [ fhir:v "初婚" ]
  ] [
fhir:code [ fhir:v "22" ] ;
fhir:display [ fhir:v "再婚" ] ;
fhir:definition [ fhir:v "再婚" ]
  ] [
fhir:code [ fhir:v "23" ] ;
fhir:display [ fhir:v "复婚" ] ;
fhir:definition [ fhir:v "复婚" ]
  ] [
fhir:code [ fhir:v "30" ] ;
fhir:display [ fhir:v "丧偶" ] ;
fhir:definition [ fhir:v "丧偶" ]
  ] [
fhir:code [ fhir:v "40" ] ;
fhir:display [ fhir:v "离婚" ] ;
fhir:definition [ fhir:v "离婚" ]
  ] [
fhir:code [ fhir:v "90" ] ;
fhir:display [ fhir:v "未说明的婚姻状况" ] ;
fhir:definition [ fhir:v "未说明的婚姻状况" ]
  ] ) . #