臺灣長期照顧實作指引(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
: 長照 SDK-異常紀錄-通報方式 - 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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "cs-tw-ltc-incident-notifmethod"] ; #
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: CodeSystem cs-tw-ltc-incident-notifmethod</b></p><a name=\"cs-tw-ltc-incident-notifmethod\"> </a><a name=\"hccs-tw-ltc-incident-notifmethod\"> </a><p>This case-sensitive code system <code>http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-incident-notifmethod</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">phone<a name=\"cs-tw-ltc-incident-notifmethod-phone\"> </a></td><td>電話</td></tr><tr><td style=\"white-space:nowrap\">inperson<a name=\"cs-tw-ltc-incident-notifmethod-inperson\"> </a></td><td>當面</td></tr><tr><td style=\"white-space:nowrap\">fax<a name=\"cs-tw-ltc-incident-notifmethod-fax\"> </a></td><td>傳真</td></tr><tr><td style=\"white-space:nowrap\">org<a name=\"cs-tw-ltc-incident-notifmethod-org\"> </a></td><td>機構</td></tr><tr><td style=\"white-space:nowrap\">family<a name=\"cs-tw-ltc-incident-notifmethod-family\"> </a></td><td>家屬</td></tr><tr><td style=\"white-space:nowrap\">cgportal<a name=\"cs-tw-ltc-incident-notifmethod-cgportal\"> </a></td><td>CG通報</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"cs-tw-ltc-incident-notifmethod-other\"> </a></td><td>其他</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-incident-notifmethod"^^xsd:anyURI ;
fhir:l <http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-incident-notifmethod>
] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "CS_TW_LTC_Incident_NotificationMethod"] ; #
fhir:title [ fhir:v "長照 SDK-異常紀錄-通報方式"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2026-03-01T18:36:01+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "經濟部產業發展署"] ; #
fhir:contact ( [
fhir:name [ fhir:v "經濟部產業發展署" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.ida.gov.tw/" ] ] )
] ) ; #
fhir:description [ fhir:v "表單『通報方式』多選。"] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "phone" ] ;
fhir:display [ fhir:v "電話" ]
] [
fhir:code [ fhir:v "inperson" ] ;
fhir:display [ fhir:v "當面" ]
] [
fhir:code [ fhir:v "fax" ] ;
fhir:display [ fhir:v "傳真" ]
] [
fhir:code [ fhir:v "org" ] ;
fhir:display [ fhir:v "機構" ]
] [
fhir:code [ fhir:v "family" ] ;
fhir:display [ fhir:v "家屬" ]
] [
fhir:code [ fhir:v "cgportal" ] ;
fhir:display [ fhir:v "CG通報" ]
] [
fhir:code [ fhir:v "other" ] ;
fhir:display [ fhir:v "其他" ]
] ) . #