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

FHIR IG analytics

Packagetw.gov.mohw.hpa.pad
Resource TypeCodeSystem
IdCodeSystem-pad-meal-type.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hpapa2025/pad/CodeSystem-pad-meal-type.html
URLhttps://hpacorepa.hpa.gov.tw/pad/CodeSystem/pad-meal-type
Version0.1.0
Statusactive
Date2025-12-25T07:56:00+00:00
NamePADMealTypeCodes
TitleHPA-餐次
Realmtw
Authoritynational
DescriptionHPA-餐次
Contentcomplete

Resources that use this resource

ValueSet
pad-meal-typeHPA-餐次值集

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem pad-meal-type

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

CodeDisplay
breakfast 早餐
lunch 午餐
dinner 晚餐
snack 點心
fruit 水果

Source1

{
  "resourceType": "CodeSystem",
  "id": "pad-meal-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hpacorepa.hpa.gov.tw/pad/CodeSystem/pad-meal-type",
  "version": "0.1.0",
  "name": "PADMealTypeCodes",
  "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": 5,
  "concept": [
    {
      "code": "breakfast",
      "display": "早餐"
    },
    {
      "code": "lunch",
      "display": "午餐"
    },
    {
      "code": "dinner",
      "display": "晚餐"
    },
    {
      "code": "snack",
      "display": "點心"
    },
    {
      "code": "fruit",
      "display": "水果"
    }
  ]
}