<Patient xmlns="http://hl7.org/fhir">
  <id value="core-examples-Patient-example277" />
  <meta>
    <versionId value="3" />
    <lastUpdated value="2016-09-08T12:21:38.659+00:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">Mum, Martha. SSN:
            444666666</div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://hl7.org/fhir/v2/0203" />
        <code value="SS" />
      </coding>
    </type>
    <system value="http://hl7.org/fhir/sid/us-ssn" />
    <value value="444666666" />
  </identifier>
  <active value="true" />
  <name>
    <use value="official" />
    <family value="Mum" />
    <given value="Martha" />
  </name>
  <telecom>
    <system value="phone" />
    <value value="555-555-2006" />
    <use value="work" />
  </telecom>
  <gender value="female" />
  <address>
    <use value="home" />
    <line value="4444 Home Street" />
  </address>
  <managingOrganization>
    <reference value="Organization/hl7" />
  </managingOrganization>
</Patient>