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

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

<http://hl7.org/fhir/Location/ltc-location-feeapply-hospital-example> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ltc-location-feeapply-hospital-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://ltc-ig.fhir.tw/StructureDefinition/LTCLocationFeeAuditPlace" ;
       fhir:index 0 ;
       fhir:link <http://ltc-ig.fhir.tw/StructureDefinition/LTCLocationFeeAuditPlace>
     ]
  ] ;
  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: Location ltc-location-feeapply-hospital-example</b></p><a name=\"ltc-location-feeapply-hospital-example\"> </a><a name=\"hcltc-location-feeapply-hospital-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-LTCLocationFeeAuditPlace.html\">長照支付審查-交通接送起訖地</a></p></div><p><b>status</b>: Active</p><p><b>name</b>: 亞東醫院</p><p><b>description</b>: 本次交通接送(DA01)之目的地,個案前往就醫之醫療機構。</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}\">Hospital</span></p><p><b>address</b>: 新北市板橋區南雅南路二段21號(work)</p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>121.4527</td><td>25.0022</td></tr></table></div>"
  ] ;
  fhir:Location.status [ fhir:value "active"] ;
  fhir:Location.name [ fhir:value "亞東醫院"] ;
  fhir:Location.description [ fhir:value "本次交通接送(DA01)之目的地,個案前往就醫之醫療機構。"] ;
  fhir:Location.mode [ fhir:value "instance"] ;
  fhir:Location.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
       fhir:Coding.code [ fhir:value "HOSP" ] ;
       fhir:Coding.display [ fhir:value "Hospital" ]
     ]
  ] ;
  fhir:Location.address [
     fhir:Address.use [ fhir:value "work" ] ;
     fhir:Address.type [ fhir:value "physical" ] ;
     fhir:Address.text [ fhir:value "新北市板橋區南雅南路二段21號" ]
  ] ;
  fhir:Location.position [
     fhir:Location.position.longitude [ fhir:value "121.4527"^^xsd:decimal ] ;
     fhir:Location.position.latitude [ fhir:value "25.0022"^^xsd:decimal ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Location/ltc-location-feeapply-hospital-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Location/ltc-location-feeapply-hospital-example.ttl> .