臺灣長期照顧實作指引(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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ltc-location-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://ltc-ig.fhir.tw/StructureDefinition/Location-twltc"^^xsd:anyURI ;
fhir:l <http://ltc-ig.fhir.tw/StructureDefinition/Location-twltc>     ] )
  ] ; # 
  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: Location ltc-location-example</b></p><a name=\"ltc-location-example\"> </a><a name=\"hcltc-location-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-Location-twltc.html\">長期照顧-個案位置監測</a></p></div><p><b>status</b>: Active</p><p><b>name</b>: 新北市私立安康老人長期照顧中心(養護型)</p><p><b>description</b>: 失智症個案陳明輝目前所在的日照中心</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode PTRES}\">Patient's Residence</span></p><p><b>address</b>: 新北市中和區安康路二段123號(work)</p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td><td><b>Altitude</b></td></tr><tr><td style=\"display: none\">*</td><td>121.5089</td><td>24.9936</td><td>25.5</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "新北市私立安康老人長期照顧中心(養護型)"] ; # 
  fhir:description [ fhir:v "失智症個案陳明輝目前所在的日照中心"] ; # 
  fhir:mode [ fhir:v "instance"] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-RoleCode>       ] ;
fhir:code [ fhir:v "PTRES" ] ;
fhir:display [ fhir:v "Patient's Residence" ]     ] )
  ] ) ; # 
  fhir:address [
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "physical" ] ;
fhir:text [ fhir:v "新北市中和區安康路二段123號" ]
  ] ; # 
  fhir:position [
fhir:longitude [ fhir:v 121.5089 ] ;
fhir:latitude [ fhir:v 24.9936 ] ;
fhir:altitude [ fhir:v 25.5 ]
  ] . #