FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetw.gov.mohw.hpa.pad
Resource TypeCodeSystem
IdCodeSystem-exercise-record-source.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hpapa2025/pad/CodeSystem-exercise-record-source.html
URLhttps://hpacorepa.hpa.gov.tw/pad/CodeSystem/exercise-record-source
Version0.1.0
Statusactive
Date2025-12-25T07:56:00+00:00
NameExerciseRecordSourceCodes
TitleHPA-運動紀錄來源
Realmtw
Authoritynational
DescriptionHPA-運動紀錄來源
Contentcomplete

Resources that use this resource

ValueSet
exercise-record-sourceHPA-運動紀錄來源值集

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem exercise-record-source

This case-sensitive code system https://hpacorepa.hpa.gov.tw/pad/CodeSystem/exercise-record-source defines the following codes:

CodeDisplay
manual 手動輸入
phone-native 手機原生
app-third-party 第三方App同步

Source1

{
  "resourceType": "CodeSystem",
  "id": "exercise-record-source",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hpacorepa.hpa.gov.tw/pad/CodeSystem/exercise-record-source",
  "version": "0.1.0",
  "name": "ExerciseRecordSourceCodes",
  "title": "HPA-運動紀錄來源",
  "status": "active",
  "experimental": false,
  "date": "2025-12-25T07:56:00+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同步"
    }
  ]
}