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

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

<identifier>
  <use value="official"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
      <code value="SS"/>
    </coding>
  </type>
  <system value="http://hl7.org/fhir/sid/us-ssn"/>
  <value value="444444444"/>
</identifier>
<name>
  <use value="official"/>
  <family value="Hippocrates"/>
  <given value="Harold"/>
</name>
<telecom>
  <system value="phone"/>
  <value value="555-555-1003"/>
  <use value="work"/>
</telecom>
<gender value="male"/>
<birthDate value="1959-04-22"/>
<address>
  <use value="home"/>
  <line value="1003 Healthcare Drive"/>
  <city value="Northfield"/>
  <state value="MN"/>
</address>
<managingOrganization>
  <reference value="http://www.northfield-regional.com/Organization/2"/>
  <display value="Northfield Regional Physician Directory"/>
</managingOrganization>
<active value="true"/>
<link>
  <target>
    <reference value="http://www.goodhealth.com/Practitioner/98574"/>
    <display value="Dr. Harold Hippocrates"/>
  </target>
  <assurance value="level2"/>
</link>
<link>
  <target>
    <reference value="http://www.acme-medical.com/Practitioner/ab34d"/>
    <display value="Harold Hippocrates, MD"/>
  </target>
  <assurance value="level2"/>
</link>

</Person>