<Patient xmlns="http://hl7.org/fhir">
  <id value="core-examples-Patient-example278" />
  <meta>
    <versionId value="3" />
    <lastUpdated value="2016-09-08T12:21:38.769+00:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">Sons, Stuart. SSN:
            444777777</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="444777777" />
  </identifier>
  <active value="true" />
  <name>
    <use value="official" />
    <family value="Sons" />
    <given value="Stuart" />
  </name>
  <telecom>
    <system value="phone" />
    <value value="555-555-2007" />
    <use value="work" />
  </telecom>
  <gender value="other">
    <extension url="http://example.org/Profile/administrative-status">
      <valueCodeableConcept>
        <coding>
          <system value="http://example.org/fhir/v2/administrative-status" />
          <code value="FTM" />
          <display value="female-to-male" />
        </coding>
      </valueCodeableConcept>
    </extension>
  </gender>
  <deceasedDateTime value="2002-08-24" />
  <address>
    <use value="home" />
    <line value="4444 Home Street" />
  </address>
  <managingOrganization>
    <reference value="Organization/hl7" />
  </managingOrganization>
</Patient>