身體活動與飲食實作指引
0.1.0 - ci-build

身體活動與飲食實作指引, published by 衛生福利部國民健康署. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hpapa2025/pad/ and changes regularly. See the Directory of published versions

: HPA-任務類別 - JSON Representation

Active as of 2025-09-10

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "task-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem task-type</b></p><a name=\"task-type\"> </a><a name=\"hctask-type\"> </a><p>This case-sensitive code system <code>https://www.hpa.gov.tw/pad/CodeSystem/task-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">exercise<a name=\"task-type-exercise\"> </a></td><td>運動</td></tr><tr><td style=\"white-space:nowrap\">diet<a name=\"task-type-diet\"> </a></td><td>飲食</td></tr><tr><td style=\"white-space:nowrap\">water<a name=\"task-type-water\"> </a></td><td>飲水</td></tr><tr><td style=\"white-space:nowrap\">bodyMmetrics<a name=\"task-type-bodyMmetrics\"> </a></td><td>身體數值</td></tr></table></div>"
  },
  "url" : "https://www.hpa.gov.tw/pad/CodeSystem/task-type",
  "version" : "0.1.0",
  "name" : "TaskTypeCodes",
  "title" : "HPA-任務類別",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-09-10T09:47:21+00:00",
  "publisher" : "衛生福利部國民健康署",
  "contact" : [
    {
      "name" : "衛生福利部國民健康署",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hpa.gov.tw"
        }
      ]
    }
  ],
  "description" : "HPA-任務類別",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "exercise",
      "display" : "運動"
    },
    {
      "code" : "diet",
      "display" : "飲食"
    },
    {
      "code" : "water",
      "display" : "飲水"
    },
    {
      "code" : "bodyMmetrics",
      "display" : "身體數值"
    }
  ]
}