EMA Scheduling Implementation Guide
0.1.0 - ci-build Chile flag

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

: Cita María Fernández con Dr. Muñoz - XML Representation

Raw xml | Download


<Appointment xmlns="http://hl7.org/fhir">
  <id value="EjemploEmaAppointment"/>
  <meta>
    <profile
             value="https://emahealth.io/fhir/scheduling/StructureDefinition/ema-appointment"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <status value="booked"/>
  <serviceType>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/service-type"/>
      <code value="124"/>
      <display value="General Practice"/>
    </coding>
  </serviceType>
  <description value="Control medicina general"/>
  <start value="2026-03-15T09:00:00-03:00"/>
  <end value="2026-03-15T09:30:00-03:00"/>
  <slot>🔗 
    <reference value="Slot/EjemploEmaSlot"/>
  </slot>
  <participant>
    <actor>
      <reference value="Patient/ejemplo-patient"/>
      <display value="María Fernández"/>
    </actor>
    <status value="accepted"/>
  </participant>
  <participant>
    <actor>
      <reference value="PractitionerRole/ejemplo-practitioner-role"/>
      <display value="Dr. Carlos Muñoz"/>
    </actor>
    <status value="accepted"/>
  </participant>
</Appointment>