臺灣核心實作指引(TW Core IG) 0.3.1 - Trial Use
This page is part of the 臺灣核心實作指引(TW Core IG) (v0.3.1: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
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 ------------------------------------------------------------------- a fhir:Location ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "loc-hrad-example"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Location-twcore"^^xsd:anyURI ; fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Location-twcore> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir: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:status [ fhir:v "active"] ; # fhir:name [ fhir:v "衛生福利部臺北醫院X光室"] ; # fhir:description [ fhir:v "執行X光放射線之診療業務。"] ; # fhir:mode [ fhir:v "instance"] ; # fhir:type ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "HRAD" ] ; fhir:display [ fhir:v "radiology unit" ] ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "02-2276-5566" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:address [ fhir:use [ fhir:v "work" ] ; fhir:type [ fhir:v "both" ] ; fhir:text [ fhir:v "242新北市新莊區思源路127號" ] ; ( fhir:line [ fhir:v "思源路127號" ] ) ; fhir:city [ fhir:v "新莊區" ] ; fhir:district [ fhir:v "新北市" ] ; fhir:postalCode [ fhir:v "242" ] ] ; # fhir:position [ fhir:longitude [ fhir:v "25.043085494729105"^^xsd:decimal ] ; fhir:latitude [ fhir:v "121.45941895179722"^^xsd:decimal ] ] ; # fhir:managingOrganization [ fhir:reference [ fhir:v "Organization/org-hosp-example" ] ] ; # fhir:hoursOfOperation ( [ ( fhir:daysOfWeek [ fhir:v "mon" ] [ fhir:v "tue" ] [ fhir:v "wed" ] [ fhir:v "thu" ] [ fhir:v "fri" ] ) ; fhir:allDay [ fhir:v "false"^^xsd:boolean ] ] ) . #