(ร่าง) Thai NCD Implementation Guide
0.1.0 - ci-build Thailand flag

(ร่าง) Thai NCD Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Patient - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="patient-example"/>
  <meta>
    <profile
             value="https://rathpanyowat.github.io/ncd-th-ig-demo/StructureDefinition/ncdth-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>สมชาย ใจดี </b> (no stated gender) 1974-12-25 ( id: 1222233333445 (OFFICIAL))</p></div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="https://bora.dopa.go.th/cid"/>
    <value value="1222233333445"/>
  </identifier>
  <active value="true"/>
  <name>
    <extension url="http://hl7.org/fhir/StructureDefinition/language">
      <valueCode value="th"/>
    </extension>
    <family value="ใจดี"/>
    <given value="สมชาย"/>
    <prefix value="นาย"/>
  </name>
  <gender value="male"/>
  <birthDate value="1974-12-25"/>
  <address>
    <use value="home"/>
    <type value="both"/>
    <text value="532 ถ.เอราวัณ แขวงสามเสนใน เขตพญาไท กรุงเทพมหานคร 10400"/>
    <line value="532 ถ.เอราวัณ"/>
    <city value="แขวงสามเสนใน"/>
    <district value="เขตพญาไท"/>
    <state value="กรุงเทพมหานคร"/>
    <postalCode value="10400"/>
  </address>
  <contact>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
        <code value="C"/>
        <display value="Emergency Contact"/>
      </coding>
    </relationship>
    <name>
      <extension url="http://hl7.org/fhir/StructureDefinition/language">
        <valueCode value="th"/>
      </extension>
      <family value="ใจดี"/>
      <given value="สมสมัย"/>
      <prefix value="นาง"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="+66 (222) 33333"/>
    </telecom>
    <gender value="female"/>
  </contact>
</Patient>