<Patient xmlns="http://hl7.org/fhir">
  <id value="core-examples-Patient-example273" />
  <meta>
    <versionId value="3" />
    <lastUpdated value="2016-09-08T12:21:38.284+00:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">Nuclear, Nancy. SSN:
            444114567</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="444114567" />
  </identifier>
  <active value="true" />
  <name>
    <use value="official" />
    <family value="Nuclear" />
    <given value="Nancy" />
  </name>
  <telecom>
    <system value="phone" />
    <value value="555-555-5001" />
    <use value="work" />
  </telecom>
  <gender value="female" />
  <address>
    <use value="home" />
    <line value="6666 Home Street" />
  </address>
  <managingOrganization>
    <reference value="Organization/hl7" />
  </managingOrganization>
</Patient>