{
  "resourceType" : "Appointment",
  "id" : "EjemploEmaAppointment",
  "meta" : {
    "profile" : ["https://emahealth.io/fhir/scheduling/StructureDefinition/ema-appointment"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Cita EjemploEmaAppointment</b></p><a name=\"EjemploEmaAppointment\"> </a><a name=\"hcEjemploEmaAppointment\"> </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-appointment.html\">EMA Appointment</a></p></div><p><b>status</b>: Booked</p><p><b>serviceType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-type 124}\">General Practice</span></p><p><b>description</b>: Control medicina general</p><p><b>start</b>: 2026-03-15 09:00:00-0300</p><p><b>end</b>: 2026-03-15 09:30:00-0300</p><p><b>slot</b>: <a href=\"Slot-EjemploEmaSlot.html\">Slot: status = free; start = 2026-03-15 09:00:00-0300; end = 2026-03-15 09:30:00-0300</a></p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient/ejemplo-patient\">María Fernández</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"PractitionerRole/ejemplo-practitioner-role\">Dr. Carlos Muñoz</a></p><p><b>status</b>: Accepted</p></blockquote></div>"
  },
  "status" : "booked",
  "serviceType" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/service-type",
      "code" : "124",
      "display" : "General Practice"
    }]
  }],
  "description" : "Control medicina general",
  "start" : "2026-03-15T09:00:00-03:00",
  "end" : "2026-03-15T09:30:00-03:00",
  "slot" : [{
    "reference" : "Slot/EjemploEmaSlot"
  }],
  "participant" : [{
    "actor" : {
      "reference" : "Patient/ejemplo-patient",
      "display" : "María Fernández"
    },
    "status" : "accepted"
  },
  {
    "actor" : {
      "reference" : "PractitionerRole/ejemplo-practitioner-role",
      "display" : "Dr. Carlos Muñoz"
    },
    "status" : "accepted"
  }]
}