FHIR IG analytics| Package | tw.gov.mohw.hpa.pad |
| Resource Type | Basic |
| Id | Basic-bas-diet-record.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Profile: 飲食紀錄-Basic Diet Record PAD
code:飲食紀錄
餐次:早餐
食物名稱:豆漿
攝取份數:240 ml (Details: UCUM codeml = 'ml')
總熱量攝取:90 kcal (Details: UCUM codekcal = 'kcal')
六大類食物攝取份數與營養素含量
- 豆魚肉蛋類:1份
- 蛋白質:6 g
- 脂肪:3 g
- 碳水化合物:4 g
記錄人:Patient/pat-min
記錄時間:2025-10-20
{
"resourceType": "Basic",
"id": "bas-diet-record",
"meta": {
"profile": [
"https://hpacorepa.hpa.gov.tw/pad/StructureDefinition/Basic-diet-record-pad"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://hpacorepa.hpa.gov.tw/pad/StructureDefinition/extension-nutritionintake-recorded",
"valueDateTime": "2025-10-20T08:30:00+08:00"
},
{
"url": "https://hpacorepa.hpa.gov.tw/pad/StructureDefinition/extension-meal-type",
"valueCodeableConcept": {
"coding": [
{
"system": "https://hpacorepa.hpa.gov.tw/pad/CodeSystem/pad-meal-type",
"code": "breakfast"
}
]
}
},
{
"url": "https://hpacorepa.hpa.gov.tw/pad/StructureDefinition/extension-nutritionproduct-code",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "226793001",
"display": "Soya milk"
}
],
"text": "豆漿"
}
},
{
"url": "https://hpacorepa.hpa.gov.tw/pad/StructureDefinition/extension-nutritionintake-amount",
"valueQuantity": {
"value": 240,
"unit": "ml",
"system": "http://unitsofmeasure.org",
"code": "ml"
}
},
{
"url": "https://hpacorepa.hpa.gov.tw/pad/StructureDefinition/extension-nutritionproduct-energy",
"valueQuantity": {
"value": 90,
"unit": "kcal",
"system": "http://unitsofmeasure.org",
"code": "kcal"
}
},
{
"extension": [
{
"url": "proteinFoods",
"valueInteger": 1
},
{
"url": "protein",
"valueQuantity": {
"value": 6,
"unit": "g",
"system": "http://unitsofmeasure.org",
"code": "g"
}
},
{
"url": "fats",
"valueQuantity": {
"value": 3,
"unit": "g",
"system": "http://unitsofmeasure.org",
"code": "g"
}
},
{
"url": "carbohydrate",
"valueQuantity": {
"value": 4,
"unit": "g",
"system": "http://unitsofmeasure.org",
"code": "g"
}
}
],
"url": "https://hpacorepa.hpa.gov.tw/pad/StructureDefinition/extension-nutritionproduct-nutrient"
},
{
"url": "https://hpacorepa.hpa.gov.tw/pad/StructureDefinition/extension-nutritionproduct-characteristic",
"valueAttachment": {
"url": "https://storage.google.com/h2u/2025/09/01/xxxxx.jpg"
}
}
],
"code": {
"coding": [
{
"system": "https://hpacorepa.hpa.gov.tw/pad/CodeSystem/pad-metrics",
"code": "dietRecorde"
}
]
},
"subject": {
"reference": "Patient/pat-min"
}
}