身體活動與飲食實作指引, 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 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:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "pat-min"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.hpa.gov.tw/pad/StructureDefinition/Patient-pad"^^xsd:anyURI ;
fhir:l <https://fhir.hpa.gov.tw/pad/StructureDefinition/Patient-pad> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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-Patient-pad.html\">使用者資訊-Patient PAD</a></p></div><p><b>姓名</b>:王大明</p><p><b>使用者性別</b>:male</p><p><b>出生日期</b>:2001-01-01</p><p><b>年齡</b>:35 歲</p><p><b>居住縣市</b>:台北市</p><blockquote><p><b>識別碼型別</b>:National Person Identifier <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v2-0203\">Identifier Type Codes</a>#NNxxx)</span><br/><b>身分證字號(official)</b>:A123456789 (http://www.moi.gov.tw)</p></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/person-age"^^xsd:anyURI ;
fhir:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/person-age> ] ;
fhir:value [
a fhir:Age ;
fhir:value [ fhir:v "35"^^xsd:decimal ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "a" ] ]
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203> ] ;
fhir:code [ fhir:v "NNxxx" ] ] ) ] ;
fhir:system [
fhir:v "http://www.moi.gov.tw"^^xsd:anyURI ;
fhir:l <http://www.moi.gov.tw> ] ;
fhir:value [ fhir:v "A123456789" ]
] ) ; #
fhir:name ( [
fhir:use [ fhir:v "usual" ] ;
fhir:text [ fhir:v "王大明" ]
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "2001-01-01"^^xsd:date] ; #
fhir:address ( [
fhir:postalCode [
( fhir:extension [
fhir:url [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code"^^xsd:anyURI ;
fhir:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code> ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw"^^xsd:anyURI ;
fhir:l <https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw> ] ;
fhir:code [ fhir:v "103" ] ] ) ] ] ) ]
] ) . #