身體活動與飲食實作指引
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" : "exercise-record-source",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem exercise-record-source</b></p><a name=\"exercise-record-source\"> </a><a name=\"hcexercise-record-source\"> </a><p>This case-sensitive code system <code>https://www.hpa.gov.tw/pad/CodeSystem/exercise-record-source</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\">manual<a name=\"exercise-record-source-manual\"> </a></td><td>手動輸入</td></tr><tr><td style=\"white-space:nowrap\">phone-native<a name=\"exercise-record-source-phone-native\"> </a></td><td>手機原生</td></tr><tr><td style=\"white-space:nowrap\">app-third-party<a name=\"exercise-record-source-app-third-party\"> </a></td><td>第三方App同步</td></tr></table></div>"
  },
  "url" : "https://www.hpa.gov.tw/pad/CodeSystem/exercise-record-source",
  "version" : "0.1.0",
  "name" : "ExerciseRecordSourceCodes",
  "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" : 3,
  "concept" : [
    {
      "code" : "manual",
      "display" : "手動輸入"
    },
    {
      "code" : "phone-native",
      "display" : "手機原生"
    },
    {
      "code" : "app-third-party",
      "display" : "第三方App同步"
    }
  ]
}