臺灣牙醫實作指引 (Taiwan Dental Implementation Guide)
0.0.1 - ci-build
臺灣牙醫實作指引 (Taiwan Dental Implementation Guide), published by 金屬工業研究發展中心. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Lorex/TWDental_IG_Build/ and changes regularly. See the Directory of published versions
<Organization xmlns="http://hl7.org/fhir">
<id value="Dental-organization-example"/>
<meta>
<profile
value="http://dental-ig.fhir.tw/StructureDefinition/Organization-twdental"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization Dental-organization-example</b></p><a name="Dental-organization-example"> </a><a name="hcDental-organization-example"> </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="StructureDefinition-Organization-twdental.html">牙醫-機構</a></p></div><p><b>identifier</b>: A123456789</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}">Healthcare Provider</span></p><p><b>name</b>: 幸福牙醫中心</p><p><b>telecom</b>: ph: 02-12345678</p><p><b>address</b>: 台北市信義區市民大道五段789號</p><h3>Contacts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td style="display: none">*</td><td>王主任</td><td>ph: 0912345678</td></tr></table></div>
</text>
<identifier>
<value value="A123456789"/>
</identifier>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/organization-type"/>
<code value="prov"/>
<display value="Healthcare Provider"/>
</coding>
</type>
<name value="幸福牙醫中心"/>
<telecom>
<system value="phone"/>
<value value="02-12345678"/>
</telecom>
<address>
<text value="台北市信義區市民大道五段789號"/>
</address>
<contact>
<name>
<text value="王主任"/>
</name>
<telecom>
<system value="phone"/>
<value value="0912345678"/>
</telecom>
</contact>
</Organization>