臺灣長期照顧實作指引(TW LTC IG)
1.0.0 - STU 1.0.0
臺灣長期照顧實作指引(TW LTC IG), published by 經濟部產業發展署. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Lorex/TWLongTermCare_IG_Build/ and changes regularly. See the Directory of published versions
@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 "ltc-patient-chen-ming-hui"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://ltc-ig.fhir.tw/StructureDefinition/LTCPatient"^^xsd:anyURI ;
fhir:l <http://ltc-ig.fhir.tw/StructureDefinition/LTCPatient> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ltc-patient-chen-ming-hui</b></p><a name=\"ltc-patient-chen-ming-hui\"> </a><a name=\"hcltc-patient-chen-ming-hui\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-LTCPatient.html\">長期照顧-住民基本資料</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">Provider Number/R2024001 (use: official, )</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Alternate names (see the one above)\">Alt. Name:</td><td colspan=\"3\">Chen Ming Hui(Official)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 0912345678(Mobile)</li><li>新北市中和區安康路二段123號3樓301室(home)</li><li>台北市大安區和平東路二段76號2樓(billing)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Next-of-Kin\">Next-of-Kin:</td><td colspan=\"3\"><ul><li>陳志強</li><li>ph: 0987654321(Mobile)</li><li>ph: 02-27031234(Home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-ltc-organization-example.html\">Organization 新北市私立安康老人長期照顧中心(養護型)</a></li></ul></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
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 "PRN" ] ;
fhir:display [ fhir:v "Provider Number" ] ] ) ] ;
fhir:system [
fhir:v "http://www.ankang-ltc.tw"^^xsd:anyURI ;
fhir:l <http://www.ankang-ltc.tw> ] ;
fhir:value [ fhir:v "R2024001" ]
] [
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:display [ fhir:v "National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code" ] ] ) ;
fhir:text [ fhir:v "National Person Identifier (TWN)" ] ] ;
fhir:system [
fhir:v "http://www.moi.gov.tw"^^xsd:anyURI ;
fhir:l <http://www.moi.gov.tw> ] ;
fhir:value [ fhir:v "A123456789" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "Chen Ming Hui" ]
] [
fhir:use [ fhir:v "usual" ] ;
fhir:text [ fhir:v "陳明慧" ]
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0912345678" ] ;
fhir:use [ fhir:v "mobile" ]
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1945-03-15"^^xsd:date] ; #
fhir:address ( [
fhir:use [ fhir:v "home" ] ;
fhir:text [ fhir:v "新北市中和區安康路二段123號3樓301室" ] ;
( fhir:line [ fhir:v "安康路二段123號3樓301室" ] ) ;
fhir:city [ fhir:v "中和區" ] ;
fhir:state [ fhir:v "新北市" ] ;
fhir:postalCode [ fhir:v "23511" ] ;
fhir:country [ fhir:v "TW" ]
] [
fhir:use [ fhir:v "billing" ] ;
fhir:text [ fhir:v "台北市大安區和平東路二段76號2樓" ] ;
( fhir:line [ fhir:v "和平東路二段76號2樓" ] ) ;
fhir:city [ fhir:v "大安區" ] ;
fhir:state [ fhir:v "台北市" ] ;
fhir:postalCode [ fhir:v "10663" ] ;
fhir:country [ fhir:v "TW" ]
] ) ; #
fhir:contact ( [
( fhir:relationship [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0131> ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "Next-of-Kin" ] ] ) ] ) ;
fhir:name [
fhir:use [ fhir:v "usual" ] ;
fhir:text [ fhir:v "陳志強" ] ] ;
( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0987654321" ] ;
fhir:use [ fhir:v "mobile" ] ] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "02-27031234" ] ;
fhir:use [ fhir:v "home" ] ] )
] ) ; #
fhir:managingOrganization [
fhir:l fhir:Organization/ltc-organization-example ;
fhir:reference [ fhir:v "Organization/ltc-organization-example" ]
] . #
IG © 2024+ 經濟部產業發展署. Package tw.iii.ltc#1.0.0 based on FHIR 4.0.1. Generated 2026-03-01
Links: Table of Contents |
QA Report