🌐 EMA Health Core Implementation Guide
0.10.0 - ci-build

🌐 EMA Health Core Implementation Guide - Local Development build (v0.10.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ejemplo Cita - XML Representation

Raw xml | Download


<Appointment xmlns="http://hl7.org/fhir">
  <id value="EjemploEmaCoreAppointment"/>
  <meta>
    <profile
             value="https://emahealth.io/fhir/core/StructureDefinition/ema-core-appointment"/>
  </meta>
  <text>
    <status value="generated"/>
    <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 (use: usual, ))</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>
  </text>
  <status value="fulfilled"/>
  <serviceType>
    <text value="Consulta de medicina interna"/>
  </serviceType>
  <description value="Control de diabetes tipo 2"/>
  <start value="2026-08-18T09:00:00-04:00"/>
  <end value="2026-08-18T09:30:00-04:00"/>
  <slot>🔗 
    <reference value="Slot/EjemploEmaCoreSlot"/>
  </slot>
  <participant>
    <actor>🔗 
      <reference value="Patient/EjemploEmaCorePatient"/>
    </actor>
    <status value="accepted"/>
  </participant>
  <participant>
    <actor>🔗 
      <reference value="PractitionerRole/EjemploEmaCorePractitionerRole"/>
    </actor>
    <status value="accepted"/>
  </participant>
</Appointment>