This page is part of the 臺灣核心實作指引(TW Core IG) (v0.2.2: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Location",
"id" : "loc-er-example",
"meta" : {
"profile" : [
🔗 "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Location-twcore"
]
},
"text" : {
"status" : "generated",
"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>"
},
"status" : "active",
"name" : "衛生福利部臺北醫院急診室",
"description" : "24小時全年無休提供緊急醫療服務,醫護人員給予整體性、個別性之醫療照護服務。",
"mode" : "kind",
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "ER",
"display" : "Emergency room"
}
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "02-2276-5566",
"use" : "work"
}
],
"address" : {
"use" : "work",
"type" : "both",
"text" : "242新北市新莊區思源路127號",
"line" : [
"思源路127號"
],
"city" : "新莊區",
"district" : "新北市",
"postalCode" : "242"
},
"position" : {
"longitude" : 25.043085494729105,
"latitude" : 121.45941895179722
},
"managingOrganization" : {
🔗 "reference" : "Organization/org-hosp-example"
},
"hoursOfOperation" : [
{
"daysOfWeek" : [
"mon",
"tue",
"wed",
"thu",
"fri",
"sat",
"sun"
],
"allDay" : true
}
]
}