身體活動與飲食實作指引
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

: 每日油脂與堅果種子類食物攝取份數目標 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Goal ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "goal-six-food-groups-oilsAndNuts"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://www.hpa.gov.tw/pad/StructureDefinition/Goal-six-food-groups-pad"^^xsd:anyURI ;
fhir:link <https://www.hpa.gov.tw/pad/StructureDefinition/Goal-six-food-groups-pad>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div style=\"display: inline-block; background-color: #dbe7d9ff; padding: 6px; margin: 4px; border: 1px solid #9fc298ff; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Profile:<a href=\"StructureDefinition-Goal-six-food-groups-pad.html\">每日六大類食物攝取份數目標-Goal Six Food Groups PAD</a></p></div><p><b>目標狀態</b>:active</p><p><b>目標說明</b>:設定每日攝取的油脂與堅果種子類食物</p><p><b>使用者</b>:<a href=\"Patient-pat-min.html\">Patient/pat-min</a></p><p><b>目標紀錄日期</b>:2025-08-30</p><p><b>油脂與堅果種子類目標</b>:7 份/天</p><p><b>目標期限</b>:1 天內</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:lifecycleStatus [ fhir:v "active"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/goal-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "dietary" ]     ] )
  ] ) ; # 
  fhir:description [
    ( fhir:coding [
a sct:1003948007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1003948007" ] ;
fhir:display [ fhir:v "Estimated required quantity of fat and oil in 24 hours" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/pat-min" ]
  ] ; # 
  fhir:start [
a fhir:date ;
fhir:v "2025-08-30"^^xsd:date
  ] ; # 
  fhir:target ( [
fhir:measure [
      ( fhir:coding [
a loinc:80466-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "80466-6" ] ;
fhir:display [ fhir:v "Oil servings 24 hour Measured" ]       ] )     ] ;
fhir:detail [
a fhir:Quantity ;
fhir:value [ fhir:v "7"^^xsd:decimal ] ;
fhir:unit [ fhir:v "份/天" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "/d" ]     ] ;
fhir:due [
a fhir:Duration ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "day" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d" ]     ]
  ] ) . #