<?xml version=“1.0” encoding=“UTF-8”?> <Patient xmlns=“hl7.org/fhir”>

<id value="ch-example"/>
<meta>
  <versionId value="1"/>
  <lastUpdated value="2016-05-16T00:55:52Z"/>

  <security>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
    <code value="HTEST"/>
    <display value="test health data"/>
  </security>
</meta>

<identifier>
  <use value="usual"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
      <code value="MR"/>
    </coding>
  </type>
  <system value="urn:oid:1.2.36.146.595.217.0.1"/>
  <value value="3112219680806371X"/>
  <period>
    <start value="2001-05-06"/>
  </period>
  <assigner>
    <display value="市卫生局"/>
  </assigner>
</identifier>
<active value="true"/>
<name>
  <use value="official"/>
  <text value="张无忌"/>
</name>
<telecom>
  <use value="home"/>
</telecom>
<telecom>
  <system value="phone"/>
  <value value="18337177888"/>
  <use value="work"/>
</telecom>
<gender value="male"/>
<birthDate value="1974-12-25"/>
<deceasedBoolean value="false"/>
<address>
  <use value="home"/>
  <type value="both"/>
  <line value="马当路190号"/>
  <city value="上海市"/>
  <district value="黄埔区"/>
  <postalCode value="200000"/>
  <period>
    <start value="1974-12-25"/>
  </period>
</address>
<managingOrganization>
  <reference value="Organization/1"/>
  <display value="上海东方医院"/>
</managingOrganization>

</Patient>