<!--This example message is provided for illustrative purposes only. It has had no clinical validation. Where there are conflicts with the written message specification or schema, the specification or schema shall be considered to take precedence-->
<Patient xmlns="http://hl7.org/fhir" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../Schemas/patient.xsd">
  <id value="07e2071f-509f-4ac1-82e5-2f74a8915379" />
  <meta>
    <profile value="https://fhir.nhs.uk/StructureDefinition/CareConnect-GPC-Patient-1" />
  </meta>
  <extension url="https://fhir.nhs.uk/StructureDefinition/Extension-CareConnect-GPC-RegistrationDetails-1">
    <extension url="registrationPeriod">
      <valuePeriod>
        <start value="1991-01-01" />
      </valuePeriod>
    </extension>
    <extension url="registrationType">
      <valueCodeableConcept>
        <coding>
          <system value="https://fhir.nhs.uk/ValueSet/registration-type-1" />
          <code value="R" />
          <display value="Fully Registered" />
        </coding>
      </valueCodeableConcept>
    </extension>
  </extension>
  <name>
    <use value="usual" />
    <family value="Taylor" />
    <given value="Sally" />
  </name>
  <gender value="female" />
  <birthDate value="1947-06-09" />
</Patient>