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


<Patient xmlns="http://hl7.org/fhir">
  <id value="Dental-patient-example"/>
  <meta>
    <profile
             value="http://dental-ig.fhir.tw/StructureDefinition/Patient-twdental"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient Dental-patient-example</b></p><a name="Dental-patient-example"> </a><a name="hcDental-patient-example"> </a><a name="Dental-patient-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="StructureDefinition-Patient-twdental.html">牙醫-病人</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">王小明 Male, DoB: 1980-01-01 ( Medical record number)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td>true</td><td style="background-color: #f3f5da" title="Known Marital status of Patient">Marital Status:</td><td colspan="3"><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}">已婚</span></td></tr><tr><td style="background-color: #f3f5da" title="Alternate names (see the one above)">Alt. Name:</td><td colspan="3">王小明(Official)</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li>ph: 0912-345-678(Mobile)</li><li>台北市信義區信義路五段7號</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Language spoken">Language:</td><td colspan="3"><span title="Codes:{urn:ietf:bcp:47 zh-TW}">繁體中文</span></td></tr><tr><td style="background-color: #f3f5da" title="Patient Links">Links:</td><td colspan="3"><ul><li>Managing Organization: <a href="Organization-Dental-organization-example.html">Organization 幸福牙醫中心</a></li></ul></td></tr></table></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
      </coding>
    </type>
    <system value="https://dental-ig.fhir.tw/identifier/medical-record"/>
    <value value="DENT-2024-001"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <text value="王小明"/>
    <family value="王"/>
    <given value="小明"/>
  </name>
  <name>
    <use value="usual"/>
    <text value="王小明"/>
    <family value="王"/>
    <given value="小明"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="0912-345-678"/>
    <use value="mobile"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1980-01-01"/>
  <address>
    <text value="台北市信義區信義路五段7號"/>
  </address>
  <maritalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
      <code value="M"/>
      <display value="已婚"/>
    </coding>
  </maritalStatus>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47"/>
        <code value="zh-TW"/>
        <display value="繁體中文"/>
      </coding>
    </language>
  </communication>
  <managingOrganization>🔗 
    <reference value="Organization/Dental-organization-example"/>
  </managingOrganization>
</Patient>