Fujitsu Healthy Living Implementation Guide
1.1.29 - release

Publication Build: This will be filled in by the publication tooling

: PatientExample - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="p001"/>
  <meta>
    <profile
             value="http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>健康 太郎(Official)</b> male, DoB: 1980-12-09 ( Patient internal identifier/123456)</p><hr/><table class="grid"><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: 03-0000-0000(HOME)</li><li>ph: 044-000-0000(WORK)</li><li>ph: 090-0000-0000(MOBILE)</li><li>東京都港区東新橋1-5-2 汐留シティセンター</li></ul></td></tr></table></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PI"/>
        <display value="Patient internal identifier"/>
      </coding>
    </type>
    <system value="urn:uuid:ba2cf49b-d27a-52cb-1cdb-2a19e472bb89"/>
    <value value="123456"/>
  </identifier>
  <name>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation">
      <valueCode value="IDE"/>
    </extension>
    <use value="official"/>
    <text value="健康 太郎"/>
    <family value="健康"/>
    <given value="太郎"/>
  </name>
  <name>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation">
      <valueCode value="SYL"/>
    </extension>
    <use value="official"/>
    <text value="ケンコウ タロウ"/>
    <family value="ケンコウ"/>
    <given value="タロウ"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="03-0000-0000"/>
    <use value="home"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="044-000-0000"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="090-0000-0000"/>
    <use value="mobile"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1980-12-09"/>
  <address>
    <text value="東京都港区東新橋1-5-2 汐留シティセンター"/>
    <postalCode value="105-7123"/>
    <country value="jp"/>
  </address>
</Patient>