臺灣長期照顧實作指引(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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/ServiceRequest/ltc-servicerequest-referral-example> a fhir:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ltc-servicerequest-referral-example"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://ltc-ig.fhir.tw/StructureDefinition/LTCServiceRequest" ;
fhir:index 0 ;
fhir:link <http://ltc-ig.fhir.tw/StructureDefinition/LTCServiceRequest>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ltc-servicerequest-referral-example</b></p><a name=\"ltc-servicerequest-referral-example\"> </a><a name=\"hcltc-servicerequest-referral-example\"> </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-LTCServiceRequest.html\">長期照顧-服務請求</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 3457005}\">Patient referral</span></p><p><b>code</b>: <span title=\"Codes:{http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-service-item BB03}\">轉介至日間照護中心接受日間照顧服務</span></p><p><b>subject</b>: <a href=\"Patient-ltc-patient-chen-ming-hui.html\">陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))</a></p><p><b>authoredOn</b>: 2024-01-20 14:30:00+0800</p><p><b>requester</b>: <a href=\"Practitioner-ltc-practitioner-example.html\">Practitioner 王美玲(official)</a></p><p><b>performer</b>: <a href=\"Organization-ltc-organization-example.html\">Organization 新北市私立安康老人長期照顧中心(養護型)</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 26929004}\">失智症照護需求</span></p><p><b>note</b>: </p><blockquote><div><p>個案因失智症需轉介至日間照護中心接受日間照護服務,含認知訓練與生活照顧。</p>\n</div></blockquote></div>"
] ;
fhir:ServiceRequest.status [ fhir:value "active"] ;
fhir:ServiceRequest.intent [ fhir:value "order"] ;
fhir:ServiceRequest.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:3457005 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "3457005" ] ;
fhir:Coding.display [ fhir:value "Patient referral" ]
]
] ;
fhir:ServiceRequest.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-service-item" ] ;
fhir:Coding.code [ fhir:value "BB03" ] ;
fhir:Coding.display [ fhir:value "日間照顧(全日)--第2型" ]
] ;
fhir:CodeableConcept.text [ fhir:value "轉介至日間照護中心接受日間照顧服務" ]
] ;
fhir:ServiceRequest.subject [
fhir:link <http://hl7.org/fhir/Patient/ltc-patient-chen-ming-hui> ;
fhir:Reference.reference [ fhir:value "Patient/ltc-patient-chen-ming-hui" ]
] ;
fhir:ServiceRequest.authoredOn [ fhir:value "2024-01-20T14:30:00+08:00"^^xsd:dateTime] ;
fhir:ServiceRequest.requester [
fhir:link <http://hl7.org/fhir/Practitioner/ltc-practitioner-example> ;
fhir:Reference.reference [ fhir:value "Practitioner/ltc-practitioner-example" ]
] ;
fhir:ServiceRequest.performer [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Organization/ltc-organization-example> ;
fhir:Reference.reference [ fhir:value "Organization/ltc-organization-example" ]
] ;
fhir:ServiceRequest.reasonCode [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:26929004 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "26929004" ] ;
fhir:Coding.display [ fhir:value "Alzheimer's disease" ]
] ;
fhir:CodeableConcept.text [ fhir:value "失智症照護需求" ]
] ;
fhir:ServiceRequest.note [
fhir:index 0 ;
fhir:Annotation.text [ fhir:value "個案因失智症需轉介至日間照護中心接受日間照護服務,含認知訓練與生活照顧。" ]
] .
<http://hl7.org/fhir/Patient/ltc-patient-chen-ming-hui> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/ltc-practitioner-example> a fhir:Practitioner .
<http://hl7.org/fhir/Organization/ltc-organization-example> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/ServiceRequest/ltc-servicerequest-referral-example.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/ServiceRequest/ltc-servicerequest-referral-example.ttl> .
IG © 2024+ 經濟部產業發展署. Package tw.iii.ltc#1.0.0 based on FHIR 4.0.1. Generated 2026-07-29
Links: Table of Contents |
QA Report