臺灣核心實作指引(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
@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-er-example> a fhir:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "loc-er-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>衛生福利部臺北醫院急診室位置</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>: Kind <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/location-mode\">LocationMode</a>#kind)</span></p><p><b>地點類型</b>: Emergency room <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://terminology.hl7.org/CodeSystem-v3-RoleCode.html\">RoleCode</a>#ER)</span></p><p><b>地點資訊</b>: 24小時全年無休提供緊急醫療服務,醫護人員給予整體性、個別性之醫療照護服務。</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 "衛生福利部臺北醫院急診室"] ;
fhir:Location.description [ fhir:value "24小時全年無休提供緊急醫療服務,醫護人員給予整體性、個別性之醫療照護服務。"] ;
fhir:Location.mode [ fhir:value "kind"] ;
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 "ER" ] ;
fhir:Coding.display [ fhir:value "Emergency room" ]
]
] ;
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:value "sat" ;
fhir:index 5
], [
fhir:value "sun" ;
fhir:index 6
] ;
fhir:Location.hoursOfOperation.allDay [ fhir:value "true"^^xsd:boolean ]
] .
<http://hl7.org/fhir/Organization/org-hosp-example> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Location/loc-er-example.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Location/loc-er-example.ttl> .
IG © 2022+ 衛生福利部. Package tw.gov.mohw.twcore#1.0.0 based on FHIR 4.0.1. Generated 2026-08-18
Links: Table of Contents |
QA Report
| Version History |
聯絡我們
