This page is part of the 臺灣核心實作指引(TW Core IG) (v0.1.0: Releases) based on FHIR 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
: 醫院位置資料 - JSON Representation
Raw json | Download
{
"resourceType" : "Location",
"id" : "hospital-example",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>醫院位置</b></h3><p><b>位置名稱</b>:衛生福利部臺北醫院</p><p><b>位置類型</b>: Hospital <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://terminology.hl7.org/CodeSystem-v3-RoleCode.html\">RoleCode</a>#HOSP)</span></p><p><b>負責機構</b>: <a href=\"Organization-org-hosp-example.html\">Organization/org-hosp-example</a> \"衛生福利部臺北醫院\"</p></div>"
},
"name" : "衛生福利部臺北醫院",
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "HOSP"
}
]
}
],
"managingOrganization" : {
"reference" : "Organization/org-hosp-example"
}
}