ConnectDTx Implementation Guide
0.9.9 - trial-use

ConnectDTx Implementation Guide - Local Development build (v0.9.9). See the Directory of published versions

: ConnectDTx Medical Subject - JSON Representation

Active as of 2023-07-11

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "connectdtx-medical-subject",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"CodeSystem-hira-medical-subject.html\"><code>https://hira.or.kr/CodeSystem/medical-subject</code></a></li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude these codes as defined in <a href=\"CodeSystem-hira-medical-subject.html\"><code>https://hira.or.kr/CodeSystem/medical-subject</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-hira-medical-subject.html#hira-medical-subject-27\">27</a></td><td>기타1(치과)</td></tr><tr><td><a href=\"CodeSystem-hira-medical-subject.html#hira-medical-subject-28\">28</a></td><td>기타4(한방)</td></tr><tr><td><a href=\"CodeSystem-hira-medical-subject.html#hira-medical-subject-31\">31</a></td><td>기타2</td></tr><tr><td><a href=\"CodeSystem-hira-medical-subject.html#hira-medical-subject-40\">40</a></td><td>기타2</td></tr><tr><td><a href=\"CodeSystem-hira-medical-subject.html#hira-medical-subject-42\">42</a></td><td>기타3</td></tr><tr><td><a href=\"CodeSystem-hira-medical-subject.html#hira-medical-subject-60\">60</a></td><td>치과소계</td></tr><tr><td><a href=\"CodeSystem-hira-medical-subject.html#hira-medical-subject-90\">90</a></td><td>한방소계</td></tr></table></li></ul></div>"
  },
  "url" : "http://connectdtx.kr/fhir/ValueSet/connectdtx-medical-subject",
  "version" : "0.9.9",
  "name" : "ConnectDTx_Medical_Subject",
  "title" : "ConnectDTx Medical Subject",
  "status" : "active",
  "date" : "2023-07-11T10:58:16+09:00",
  "publisher" : "PHI DIGITAL HEALTHCARE,inc",
  "contact" : [
    {
      "name" : "PHI DIGITAL HEALTHCARE,inc",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.phidigital.co.kr"
        }
      ]
    },
    {
      "name" : "김태정",
      "telecom" : [
        {
          "system" : "email",
          "value" : "kimtj80@phidigital.co.kr",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "ConnectDtx 진료과 코드",
  "compose" : {
    "include" : [
      {
        "system" : "https://hira.or.kr/CodeSystem/medical-subject"
      }
    ],
    "exclude" : [
      {
        "system" : "https://hira.or.kr/CodeSystem/medical-subject",
        "concept" : [
          {
            "code" : "27",
            "display" : "기타1(치과)"
          },
          {
            "code" : "28",
            "display" : "기타4(한방)"
          },
          {
            "code" : "31",
            "display" : "기타2"
          },
          {
            "code" : "40",
            "display" : "기타2"
          },
          {
            "code" : "42",
            "display" : "기타3"
          },
          {
            "code" : "60",
            "display" : "치과소계"
          },
          {
            "code" : "90",
            "display" : "한방소계"
          }
        ]
      }
    ]
  }
}