<?xml version="1.0" encoding="UTF-8"?>

<Appointment xmlns="http://hl7.org/fhir">
  <id value="NgAppointment-001"/>
  <meta>
    <profile value="https://fhir-ig.digitalhealth.gov.ng/StructureDefinition/ng-appointment"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Appointment NgAppointment-001</b></p><a name="NgAppointment-001"> </a><a name="hcNgAppointment-001"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ng-appointment.html">NG Appointment</a></p></div><p><b>status</b>: Booked</p><p><b>description</b>: Child immunization visit (MCV1)</p><p><b>start</b>: 2025-11-06 10:30:00+0100</p><p><b>end</b>: 2025-11-06 10:45:00+0100</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="Patient-00114455-e5f6-4789-a123-456789abcdef.html">Kemi Adebayo  Female, DoB: 1995-02-14 ( nin)</a></p><p><b>required</b>: Required</p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="Practitioner-00124455-e5f6-4789-a123-456789abcdef.html">Practitioner Kehinde Adebayo </a></p><p><b>required</b>: Required</p><p><b>status</b>: Accepted</p></blockquote></div>
  </text>
  <status value="booked"/>
  <description value="Child immunization visit (MCV1)"/>
  <start value="2025-11-06T10:30:00+01:00"/>
  <end value="2025-11-06T10:45:00+01:00"/>
  <participant>
    <actor>
      <reference value="Patient/00114455-e5f6-4789-a123-456789abcdef"/>
    </actor>
    <required value="required"/>
    <status value="accepted"/>
  </participant>
  <participant>
    <actor>
      <reference value="Practitioner/00124455-e5f6-4789-a123-456789abcdef"/>
    </actor>
    <required value="required"/>
    <status value="accepted"/>
  </participant>
</Appointment>