<!--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-->
<Schedule 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/schedule.xsd">
  <id value="b57e1f37-e88e-43ad-a9e9-79eeed7531dd" />
  <meta>
    <profile value="https://fhir.nhs.uk/StructureDefinition/gpconnect-schedule-1" />
  </meta>
  <extension url="https://fhir.nhs.uk/StructureDefinition/extension-gpconnect-practitioner-1">
    <valueReference>
      <reference value="Practitioner/97f9f119-1809-4300-aabb-ca23ab280181" />
      <display value="Dr. Bob Jones" />
    </valueReference>
  </extension>
  <identifier>
    <system value="https://fhir.nhs.uk/Id/gpconnect-schedule-identifier" />
    <value value="Schedule001" />
  </identifier>
  <type>
    <text value="General Practice" />
  </type>
  <actor>
    <reference value="Location/328cce0d-e1ff-454f-9652-2586355bae46" />
    <display value="Out of Hours GP Clinic - Bridge Street Medical Practice" />
  </actor>
  <planningHorizon>
    <start value="2014-12-11T18:00:00+00:00" />
    <end value="2014-12-11T21:00:00+00:00" />
  </planningHorizon>
  <comment value="This schedule is for out of hours GP appointments at Bridge Street Medical Practice." />
</Schedule>