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

: 生理性别代码表 - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "gb2261-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This  code system <code>http://hl7.org.cn/fhir/CodeSystem/gb2261-1</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\">0<a name=\"gb2261-1-0\"> </a></td><td>未知的性别</td><td>未知的性别</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"gb2261-1-1\"> </a></td><td>男性</td><td>男性</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"gb2261-1-2\"> </a></td><td>女性</td><td>女性</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"gb2261-1-9\"> </a></td><td>未说明的性别</td><td>未说明的性别</td></tr></table></div>"
  },
  "url" : "http://hl7.org.cn/fhir/CodeSystem/gb2261-1",
  "version" : "2024.5.5",
  "name" : "GB2261_1",
  "title" : "生理性别代码表",
  "status" : "active",
  "date" : "2024-05-05T21:11:47+08:00",
  "publisher" : "HL7中国",
  "contact" : [
    {
      "name" : "HL7中国",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org.cn"
        }
      ]
    }
  ],
  "description" : "生理性别代码表",
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "0",
      "display" : "未知的性别",
      "definition" : "未知的性别"
    },
    {
      "code" : "1",
      "display" : "男性",
      "definition" : "男性"
    },
    {
      "code" : "2",
      "display" : "女性",
      "definition" : "女性"
    },
    {
      "code" : "9",
      "display" : "未说明的性别",
      "definition" : "未说明的性别"
    }
  ]
}