身體活動與飲食實作指引, 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
: LOINC-工作性質值集 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "job-type"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet job-type</b></p><a name=\"job-type\"> </a><a name=\"hcjob-type\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/87705-0/\">87705-0</a></td><td style=\"color: #cccccc\">Sedentary activity 24 hour</td></tr><tr><td><a href=\"https://loinc.org/88421-3/\">88421-3</a></td><td style=\"color: #cccccc\">Walking physical activity.work domain [IPAQ]</td></tr><tr><td><a href=\"https://loinc.org/88420-5/\">88420-5</a></td><td style=\"color: #cccccc\">Moderate physical activity.work domain [IPAQ]</td></tr><tr><td><a href=\"https://loinc.org/88419-7/\">88419-7</a></td><td style=\"color: #cccccc\">Vigorous physical activity.work domain [IPAQ]</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://www.hpa.gov.tw/pad/ValueSet/job-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "JobType"] ; #
fhir:title [ fhir:v "LOINC-工作性質值集"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-07-10"^^xsd:date] ; #
fhir:publisher [ fhir:v "衛生福利部國民健康署"] ; #
fhir:contact ( [
fhir:name [ fhir:v "衛生福利部國民健康署" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.hpa.gov.tw" ] ] )
] ) ; #
fhir:description [ fhir:v "LOINC-工作性質值集"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "87705-0" ] ] [
fhir:code [ fhir:v "88421-3" ] ] [
fhir:code [ fhir:v "88420-5" ] ] [
fhir:code [ fhir:v "88419-7" ] ] ) ] )
] . #