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

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

<!– MRN assigned by ACME healthcare on 6-May 2001 –>

<identifier>
  <type>
    <text value="Internal Identifier"/>
  </type>
  <value value="AB60001"/>
</identifier>
<active value="true"/>

<!– Peter James Chalmers, but called “Jim” –>

<name>
  <family value="BROOKS"/>
  <given value="ALBERT"/>
</name>

</Patient>