臺灣核心實作指引(TW Core IG)
1.0.0 - STU 1.0.0 Taiwan flag

臺灣核心實作指引(TW Core 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/TU9IVy1UV0NvcmVJRw/VFcgQ29yZSBJRyBJVFJJ/ and changes regularly. See the Directory of published versions

: 衛生福利部臺北醫院X光室地點資料 - 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/loc-hrad-example> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "loc-hrad-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Location-twcore" ;
       fhir:index 0 ;
       fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Location-twcore>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>衛生福利部臺北醫院X光室位置</b></h3><p><b>地點狀態</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/codesystem-location-status.html\">LocationStatus</a>#active)</span></p><p><b>地點類別</b>: Instance <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/location-mode\">LocationMode</a>#instance)</span></p><p><b>地點類型</b>: radiology unit <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://terminology.hl7.org/CodeSystem-v3-RoleCode.html\">RoleCode</a>#HRAD)</span></p><p><b>地點資訊</b>: 執行X光放射線之診療業務。</p><p><b>負責維護地點的機構</b>: <a href=\"Organization-org-hosp-example.html\">Organization/org-hosp-example</a> \"衛生福利部臺北醫院\"</p><p><b>聯絡方式</b>:Phone<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ( <a href=\"https://hl7.org/fhir/R4/valueset-contact-point-system.html\">ContactPointSystem</a>#phone)</span><br/></p><p><b>聯絡電話(work)</b>:02-2276-5566</p><p><b>聯絡地址(work)</b>:242新北市新莊區思源路127號</p><p><b>地點開放時間</b>:週一 ~ 週五</p></div>"
  ] ;
  fhir:Location.status [ fhir:value "active"] ;
  fhir:Location.name [ fhir:value "衛生福利部臺北醫院X光室"] ;
  fhir:Location.description [ fhir:value "執行X光放射線之診療業務。"] ;
  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 "HRAD" ] ;
       fhir:Coding.display [ fhir:value "radiology unit" ]
     ]
  ] ;
  fhir:Location.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "02-2276-5566" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ] ;
  fhir:Location.address [
     fhir:Address.use [ fhir:value "work" ] ;
     fhir:Address.type [ fhir:value "both" ] ;
     fhir:Address.text [ fhir:value "242新北市新莊區思源路127號" ] ;
     fhir:Address.line [
       fhir:value "思源路127號" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "新莊區" ] ;
     fhir:Address.district [ fhir:value "新北市" ] ;
     fhir:Address.postalCode [ fhir:value "242" ]
  ] ;
  fhir:Location.position [
     fhir:Location.position.longitude [ fhir:value "25.043085494729105"^^xsd:decimal ] ;
     fhir:Location.position.latitude [ fhir:value "121.45941895179722"^^xsd:decimal ]
  ] ;
  fhir:Location.managingOrganization [
     fhir:link <http://hl7.org/fhir/Organization/org-hosp-example> ;
     fhir:Reference.reference [ fhir:value "Organization/org-hosp-example" ]
  ] ;
  fhir:Location.hoursOfOperation [
     fhir:index 0 ;
     fhir:Location.hoursOfOperation.daysOfWeek [
       fhir:value "mon" ;
       fhir:index 0
     ], [
       fhir:value "tue" ;
       fhir:index 1
     ], [
       fhir:value "wed" ;
       fhir:index 2
     ], [
       fhir:value "thu" ;
       fhir:index 3
     ], [
       fhir:value "fri" ;
       fhir:index 4
     ] ;
     fhir:Location.hoursOfOperation.allDay [ fhir:value "false"^^xsd:boolean ]
  ] .

<http://hl7.org/fhir/Organization/org-hosp-example> a fhir:Organization .

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

<http://hl7.org/fhir/Location/loc-hrad-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Location/loc-hrad-example.ttl> .