臺灣長期照顧實作指引(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

: 長期照顧就醫紀錄範例 - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ltc-encounter-example"] ; # 
  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: Encounter ltc-encounter-example</b></p><a name=\"ltc-encounter-example\"> </a><a name=\"hcltc-encounter-example\"> </a><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode: AMB</a> (ambulatory)</p><p><b>subject</b>: <a href=\"Patient-ltc-patient-referral-chen-ming-hui-example.html\">陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))</a></p><p><b>period</b>: 2024-01-10 09:00:00+0800 --&gt; 2024-01-10 11:30:00+0800</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 44054006}\">糖尿病追蹤檢查</span></p><p><b>serviceProvider</b>: <a href=\"Organization-ltc-organization-example.html\">Organization 新北市私立安康老人長期照顧中心(養護型)</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode>     ] ;
fhir:code [ fhir:v "AMB" ] ;
fhir:display [ fhir:v "ambulatory" ]
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/ltc-patient-referral-chen-ming-hui-example ;
fhir:reference [ fhir:v "Patient/ltc-patient-referral-chen-ming-hui-example" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2024-01-10T09:00:00+08:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-01-10T11:30:00+08:00"^^xsd:dateTime ]
  ] ; # 
  fhir:reasonCode ( [
    ( fhir:coding [
a sct:44054006 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "44054006" ] ;
fhir:display [ fhir:v "Diabetes mellitus type 2" ]     ] ) ;
fhir:text [ fhir:v "糖尿病追蹤檢查" ]
  ] ) ; # 
  fhir:serviceProvider [
fhir:l fhir:Organization/ltc-organization-example ;
fhir:reference [ fhir:v "Organization/ltc-organization-example" ]
  ] . #