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

: Agenda Dr. Carlos Muñoz - XML Representation

Raw xml | Download


<Schedule xmlns="http://hl7.org/fhir">
  <id value="EjemploEmaSchedule"/>
  <meta>
    <profile
             value="https://emahealth.io/fhir/scheduling/StructureDefinition/ema-schedule"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Agenda EjemploEmaSchedule</b></p><a name="EjemploEmaSchedule"> </a><a name="hcEjemploEmaSchedule"> </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-schedule.html">EMA Schedule</a></p></div><p><b>active</b>: true</p><p><b>serviceType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/service-type 124}">General Practice</span></p><p><b>actor</b>: </p><ul><li><a href="PractitionerRole/ejemplo-practitioner-role">Dr. Carlos Muñoz – Médico General</a></li><li><a href="Location/ejemplo-location">CESFAM Los Olivos, Santiago</a></li></ul><p><b>planningHorizon</b>: 2026-03-10 08:00:00-0300 --&gt; 2026-03-14 18:00:00-0300</p></div>
  </text>
  <active value="true"/>
  <serviceType>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/service-type"/>
      <code value="124"/>
      <display value="General Practice"/>
    </coding>
  </serviceType>
  <actor>
    <reference value="PractitionerRole/ejemplo-practitioner-role"/>
    <display value="Dr. Carlos Muñoz – Médico General"/>
  </actor>
  <actor>
    <reference value="Location/ejemplo-location"/>
    <display value="CESFAM Los Olivos, Santiago"/>
  </actor>
  <planningHorizon>
    <start value="2026-03-10T08:00:00-03:00"/>
    <end value="2026-03-14T18:00:00-03:00"/>
  </planningHorizon>
</Schedule>