國家級人體生物資料庫整合平台共同資料模式實作指引(NBCT Common Data Model IG)
0.1.0 - trial-use

This page is part of the 國家級人體生物資料庫整合平台共同資料模式實作指引(NBCT Common Data Model IG) (v0.1.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: 醫事類別 - JSON Representation

Active as of 2024-09-01

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "HospitalCategory",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "https://www.ghd.tw/cdm-fhir/fhir/CodeSystem/HospitalCategory",
  "version" : "0.1.0",
  "name" : "HospitalCategory",
  "title" : "醫事類別",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-09-01",
  "publisher" : "國家級人體生物資料庫整合平台",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ghd.tw/"
        }
      ]
    }
  ],
  "description" : "醫事類別代碼系統",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 13,
  "concept" : [
    {
      "code" : "11",
      "display" : "門診西醫診所"
    },
    {
      "code" : "12",
      "display" : "門診西醫醫院"
    },
    {
      "code" : "13",
      "display" : "門診牙醫"
    },
    {
      "code" : "14",
      "display" : "門診中醫"
    },
    {
      "code" : "15",
      "display" : "門診洗腎"
    },
    {
      "code" : "19",
      "display" : "門診其他醫事機構"
    },
    {
      "code" : "20",
      "display" : "住診代辦業務"
    },
    {
      "code" : "21",
      "display" : "住診西醫診所"
    },
    {
      "code" : "22",
      "display" : "住診西醫醫院"
    },
    {
      "code" : "29",
      "display" : "住診其他醫事機構"
    },
    {
      "code" : "30",
      "display" : "特約藥局"
    },
    {
      "code" : "40",
      "display" : "物理治療所"
    },
    {
      "code" : "50",
      "display" : "特約檢驗所"
    }
  ]
}