臺灣牙醫實作指引 (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

: 牙醫-診所地點範例 - XML Representation

Raw xml | Download


<Location xmlns="http://hl7.org/fhir">
  <id value="Dental-location-example"/>
  <meta>
    <profile
             value="https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Location-twcore"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <status value="active"/>
  <name value="幸福牙醫診所治療室"/>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-ServiceDeliveryLocationRoleType"/>
      <code value="TRT"/>
      <display value="治療室"/>
    </coding>
  </type>
  <telecom>
    <system value="phone"/>
    <value value="02-12345678"/>
    <use value="work"/>
    <period>
      <start value="2020-01-01"/>
    </period>
  </telecom>
  <address>
    <text value="台北市信義區市民大道五段789號"/>
    <line value="市民大道五段789號"/>
    <city value="台北市"/>
    <district value="信義區"/>
    <postalCode value="110"/>
  </address>
  <physicalType>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
      <code value="ro"/>
      <display value="診間"/>
    </coding>
  </physicalType>
  <managingOrganization>🔗 
    <reference value="Organization/Dental-organization-example"/>
  </managingOrganization>
</Location>