{
  "resourceType" : "Appointment",
  "id" : "EjemploEmaCoreAppointment",
  "meta" : {
    "profile" : ["https://emahealth.io/fhir/core/StructureDefinition/ema-core-appointment"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment EjemploEmaCoreAppointment</b></p><a name=\"EjemploEmaCoreAppointment\"> </a><a name=\"hcEjemploEmaCoreAppointment\"> </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-ema-core-appointment.html\">EMA Core Appointment</a></p></div><p><b>status</b>: Fulfilled</p><p><b>serviceType</b>: <span title=\"Codes:\">Consulta de medicina interna</span></p><p><b>description</b>: Control de diabetes tipo 2</p><p><b>start</b>: 2026-08-18 09:00:00-0400</p><p><b>end</b>: 2026-08-18 09:30:00-0400</p><p><b>slot</b>: <a href=\"Slot-EjemploEmaCoreSlot.html\">Slot: status = busy; start = 2026-08-18 09:00:00-0400; end = 2026-08-18 09:30:00-0400</a></p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient-EjemploEmaCorePatient.html\">Carmen Díaz (official) Female, DoB: 1969-04-22 ( Medical record number\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"PractitionerRole-EjemploEmaCorePractitionerRole.html\">PractitionerRole: specialty = ; telecom = ph: +00 2 2345 6790</a></p><p><b>status</b>: Accepted</p></blockquote></div>"
  },
  "status" : "fulfilled",
  "serviceType" : [{
    "text" : "Consulta de medicina interna"
  }],
  "description" : "Control de diabetes tipo 2",
  "start" : "2026-08-18T09:00:00-04:00",
  "end" : "2026-08-18T09:30:00-04:00",
  "slot" : [{
    "reference" : "Slot/EjemploEmaCoreSlot"
  }],
  "participant" : [{
    "actor" : {
      "reference" : "Patient/EjemploEmaCorePatient"
    },
    "status" : "accepted"
  },
  {
    "actor" : {
      "reference" : "PractitionerRole/EjemploEmaCorePractitionerRole"
    },
    "status" : "accepted"
  }]
}