身體活動與飲食實作指引, 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
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "obs-exercise"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.hpa.gov.tw/pad/StructureDefinition/Observation-exercise-pad"^^xsd:anyURI ;
fhir:link <https://www.hpa.gov.tw/pad/StructureDefinition/Observation-exercise-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-Observation-exercise-pad.html\">單次運動紀錄-Observation Exercise PAD</a></p></div><p><b>狀態</b>:final</p><p><b>使用者</b>:<a href=\"Patient-pat-min.html\">Patient/pat-min</a></p><p><b>紀錄者</b>:<a href=\"Patient-pat-min.html\">Patient/pat-min</a></p><p><b>運動日期/時間(起)</b>:2025-08-30 13:00(UTC+08:00)</p><p><b>運動日期/時間(訖)</b>:2025-08-30 15:00(UTC+08:00)</p><p><b>運動類型</b>:排球</p><p><b>MVPA分鐘數</b>:120 min</p><p><b>預估消耗熱量</b>:126 kcal</p><p><b>運動強度對應METs</b>:3.6</p><p><b>運動紀錄來源</b>:第三方App同步</p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "activity" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:82287-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "82287-4" ] ;
fhir:display [ fhir:v "Physical activity panel" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/pat-min" ]
] ; #
fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2025-08-30T13:00:00+08:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2025-08-30T15:00:00+08:00"^^xsd:dateTime ]
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Patient/pat-min" ]
] ) ; #
fhir:component ( [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://www.hpa.gov.tw/pad/CodeSystem/pad-metrics"^^xsd:anyURI ] ;
fhir:code [ fhir:v "exerciseType" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://www.hpa.gov.tw/pad/CodeSystem/exercise-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "volleyball" ] ] ) ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://www.hpa.gov.tw/pad/CodeSystem/pad-metrics"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mvpa" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "120"^^xsd:decimal ] ;
fhir:unit [ fhir:v "min" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "min" ] ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://www.hpa.gov.tw/pad/CodeSystem/pad-metrics"^^xsd:anyURI ] ;
fhir:code [ fhir:v "energyExpended" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "126"^^xsd:decimal ] ;
fhir:unit [ fhir:v "kcal" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "kcal" ] ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://www.hpa.gov.tw/pad/CodeSystem/pad-metrics"^^xsd:anyURI ] ;
fhir:code [ fhir:v "exerciseIntensity" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 3.6 ] ;
fhir:unit [ fhir:v "METs" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "[MET]" ] ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://www.hpa.gov.tw/pad/CodeSystem/pad-metrics"^^xsd:anyURI ] ;
fhir:code [ fhir:v "exerciseRecordSource" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://www.hpa.gov.tw/pad/CodeSystem/exercise-record-source"^^xsd:anyURI ] ;
fhir:code [ fhir:v "app-third-party" ] ] ) ]
] ) . #
IG © 2024+ 衛生福利部國民健康署. Package tw.gov.mohw.hpa.pad#0.1.0 based on FHIR 4.0.1. Generated 2025-09-10
Links: Table of Contents |
QA Report
| Version History