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 - JSON Representation

Raw json | Download


{
  "resourceType" : "ConceptMap",
  "id" : "beijing-dist-to-prov",
  "text" : {
    "status" : "extensions",
    "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>"
  },
  "url" : "http://hl7.org.cn/fhir/ConceptMap/beijing-dist-to-prov",
  "version" : "2024.5.5",
  "name" : "BeijingDistrictToProvinceMapping",
  "title" : "患者户籍值集映射到患者户籍上报值集",
  "status" : "active",
  "experimental" : true,
  "date" : "2024-03-27T04:34:42.6443422+00:00",
  "publisher" : "HL7中国",
  "contact" : [
    {
      "name" : "HL7中国",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org.cn"
        }
      ]
    }
  ],
  "description" : "将北京市医院使用的患者户籍值集映射到数据上报平台使用的患者户籍值集。",
  "purpose" : "提供数据上报平台可识别的值集的映射,用于数据整合和报告。",
  "group" : [
    {
      "source" : "http://hl7.org.cn/fhir/CodeSystem/admindiv-beijing-dist",
      "target" : "http://hl7.org.cn/fhir/CodeSystem/admindiv-prov",
      "element" : [
        {
          "valueSet" : "http://hl7.org.cn/fhir/ValueSet/patient-native-place",
          "target" : [
            {
              "code" : "110000",
              "display" : "北京市",
              "relationship" : "source-is-narrower-than-target"
            }
          ]
        }
      ]
    },
    {
      "source" : "http://hl7.org.cn/fhir/CodeSystem/citizenship-class",
      "target" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
      "element" : [
        {
          "code" : "foreign",
          "display" : "外国籍",
          "target" : [
            {
              "code" : "OTH",
              "display" : "other",
              "relationship" : "not-related-to",
              "comment" : "此类患者的数据不用于统计。"
            }
          ]
        }
      ]
    },
    {
      "source" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
      "target" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
      "element" : [
        {
          "code" : "UNK",
          "display" : "unknown",
          "target" : [
            {
              "code" : "OTH",
              "display" : "other",
              "relationship" : "not-related-to",
              "comment" : "此类患者的数据不用于统计。"
            }
          ]
        }
      ]
    }
  ]
}