臺灣牙醫實作指引 (Taiwan Dental Implementation Guide)
0.0.1 - ballot
臺灣牙醫實作指引 (Taiwan Dental Implementation Guide) - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Location",
"id" : "Dental-location-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\"><p class=\"res-header-id\"><b>Generated Narrative: Location Dental-location-example</b></p><a name=\"Dental-location-example\"> </a><a name=\"hcDental-location-example\"> </a><a name=\"Dental-location-example-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://twcore.mohw.gov.tw/ig/twcore/0.3.2/StructureDefinition-Location-twcore.html\">TW Core Location</a></p></div><p><b>status</b>: Active</p><p><b>name</b>: 幸福牙醫診所治療室</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ServiceDeliveryLocationRoleType TRT}\">治療室</span></p><p><b>telecom</b>: ph: 02-12345678(Work)</p><p><b>address</b>: 台北市信義區市民大道五段789號</p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type ro}\">診間</span></p><p><b>managingOrganization</b>: <a href=\"Organization-Dental-organization-example.html\">Organization 幸福牙醫中心</a></p></div>"
},
"status" : "active",
"name" : "幸福牙醫診所治療室",
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ServiceDeliveryLocationRoleType",
"code" : "TRT",
"display" : "治療室"
}
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "02-12345678",
"use" : "work",
"period" : {
"start" : "2020-01-01"
}
}
],
"address" : {
"text" : "台北市信義區市民大道五段789號",
"line" : [
"市民大道五段789號"
],
"city" : "台北市",
"district" : "信義區",
"postalCode" : "110"
},
"physicalType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code" : "ro",
"display" : "診間"
}
]
},
"managingOrganization" : {
🔗 "reference" : "Organization/Dental-organization-example"
}
}