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

: beijing-dist-to-prov - 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:ConceptMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "beijing-dist-to-prov"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Mapping from (not specified) to (not specified)</p><p>ACTIVE (not intended for production usage). Published on 2024-03-27 04:34:42+0000 by HL7中国 (HL7中国: <a href=\"http://hl7.org.cn\">http://hl7.org.cn</a>). </p><div><p>将北京市医院使用的患者户籍值集映射到数据上报平台使用的患者户籍值集。</p>\n</div><br/><p><b>Group 1</b>Mapping from <a href=\"CodeSystem-admindiv-beijing-dist.html\">北京市行政区划代码</a> to <a href=\"CodeSystem-admindiv-prov.html\">中国行政区划代码</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td/><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#source-is-narrower-than-target\" title=\"source-is-narrower-than-target\">is narrower than</a></td><td>110000 (北京市)</td></tr></table><hr/><p><b>Group 2</b>Mapping from <a href=\"CodeSystem-citizenship-class.html\">国籍分类代码</a> to <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-NullFlavor.html\">NullFlavor</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td><td><b>Comment</b></td></tr><tr><td>foreign (外国籍)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#not-related-to\" title=\"not-related-to\">is not related to</a></td><td>OTH (other)</td><td>此类患者的数据不用于统计。</td></tr></table><hr/><p><b>Group 3</b>Mapping from <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-NullFlavor.html\">NullFlavor</a> to <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-NullFlavor.html\">NullFlavor</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td><td><b>Comment</b></td></tr><tr><td>UNK (unknown)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#not-related-to\" title=\"not-related-to\">is not related to</a></td><td>OTH (other)</td><td>此类患者的数据不用于统计。</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org.cn/fhir/ConceptMap/beijing-dist-to-prov"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2024.5.5"] ; # 
  fhir:name [ fhir:v "BeijingDistrictToProvinceMapping"] ; # 
  fhir:title [ fhir:v "患者户籍值集映射到患者户籍上报值集"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-03-27T04:34:42.6443422+00: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:purpose [ fhir:v "提供数据上报平台可识别的值集的映射,用于数据整合和报告。"] ; # 
  fhir:group ( [
fhir:source [
fhir:v "http://hl7.org.cn/fhir/CodeSystem/admindiv-beijing-dist"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir/CodeSystem/admindiv-beijing-dist>     ] ;
fhir:target [
fhir:v "http://hl7.org.cn/fhir/CodeSystem/admindiv-prov"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir/CodeSystem/admindiv-prov>     ] ;
    ( fhir:element [
fhir:valueSet [
fhir:v "http://hl7.org.cn/fhir/ValueSet/patient-native-place"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir/ValueSet/patient-native-place>       ] ;
      ( fhir:target [
fhir:code [ fhir:v "110000" ] ;
fhir:display [ fhir:v "北京市" ] ;
fhir:relationship [ fhir:v "source-is-narrower-than-target" ]       ] )     ] )
  ] [
fhir:source [
fhir:v "http://hl7.org.cn/fhir/CodeSystem/citizenship-class"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir/CodeSystem/citizenship-class>     ] ;
fhir:target [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org/CodeSystem/v3-NullFlavor>     ] ;
    ( fhir:element [
fhir:code [ fhir:v "foreign" ] ;
fhir:display [ fhir:v "外国籍" ] ;
      ( fhir:target [
fhir:code [ fhir:v "OTH" ] ;
fhir:display [ fhir:v "other" ] ;
fhir:relationship [ fhir:v "not-related-to" ] ;
fhir:comment [ fhir:v "此类患者的数据不用于统计。" ]       ] )     ] )
  ] [
fhir:source [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org/CodeSystem/v3-NullFlavor>     ] ;
fhir:target [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org/CodeSystem/v3-NullFlavor>     ] ;
    ( fhir:element [
fhir:code [ fhir:v "UNK" ] ;
fhir:display [ fhir:v "unknown" ] ;
      ( fhir:target [
fhir:code [ fhir:v "OTH" ] ;
fhir:display [ fhir:v "other" ] ;
fhir:relationship [ fhir:v "not-related-to" ] ;
fhir:comment [ fhir:v "此类患者的数据不用于统计。" ]       ] )     ] )
  ] ) . #