<Patient xmlns="http://hl7.org/fhir">
  <id value="spark4" />
  <meta>
    <versionId value="spark4" />
    <lastUpdated value="2015-10-22T11:55:35.113+00:00" />
  </meta>
  <identifier>
    <use value="official" />
    <system value="urn:fhir.nhs.uk:id/NHSNumber" />
    <value value="91234561" />
  </identifier>
  <identifier>
    <use value="official" />
    <system value="http://fhir.nhs.scot.uk/Patient/CHINumber" />
    <value value="33123161" />
  </identifier>
  <identifier>
    <use value="usual" />
    <system value="http://fhir.jorvik.nhs.uk/FHIR/Patient/hospitalNumber/" />
    <value value="1" />
  </identifier>
  <name>
    <family value="Spidimus" />
    <given value="Horatio" />
    <prefix value="Mr" />
  </name>
  <telecom>
    <system value="phone" />
    <value value="01634631628" />
    <use value="mobile" />
  </telecom>
  <gender value="male" />
  <birthDate value="1916-12-05" />
  <address>
    <line value="6 Gertrude Reed Avenue" />
    <line value="Barnbow" />
    <city value="Leeds" />
    <postalCode value="LS15 0RF" />
  </address>
  <maritalStatus>
    <coding>
      <system value="urn:fhir.nhs.uk:vs/MaritalStatus" />
      <code value="S" />
      <display value="Single" />
    </coding>
  </maritalStatus>
  <communication>
    <language>
      <coding>
        <system value="urn:fhir.nhs.uk:vs/Language" />
        <code value="004" />
        <display value="Arabic" />
      </coding>
    </language>
    <preferred value="false" />
  </communication>
  <communication>
    <language>
      <coding>
        <system value="urn:fhir.nhs.uk:vs/Language" />
        <code value="012" />
        <display value="English" />
      </coding>
    </language>
    <preferred value="true" />
  </communication>
  <careProvider>
    <reference value="Organization/urn:oid:2.16.840.1.113883.2.1.4.3|B86016" />
    <display value="Churchview Surgery" />
  </careProvider>
</Patient>