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

FHIR IG analytics

Packagetw.gov.mohw.hpa.pad
Resource TypeBasic
IdBasic-bas-diet-record.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

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


Source1

{
  "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"
  }
}