🌐 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 Agenda — medicina interna - JSON Representation

Raw json | Download

{
  "resourceType" : "Schedule",
  "id" : "EjemploEmaCoreSchedule",
  "meta" : {
    "profile" : [
      🔗 "https://emahealth.io/fhir/core/StructureDefinition/ema-core-schedule"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Schedule EjemploEmaCoreSchedule</b></p><a name=\"EjemploEmaCoreSchedule\"> </a><a name=\"hcEjemploEmaCoreSchedule\"> </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-schedule.html\">EMA Core Schedule</a></p></div><p><b>active</b>: true</p><p><b>serviceType</b>: <span title=\"Codes:\">Consulta de medicina interna</span></p><p><b>actor</b>: <a href=\"PractitionerRole-EjemploEmaCorePractitionerRole.html\">PractitionerRole: specialty = ; telecom = ph: +00 2 2345 6790</a></p><p><b>planningHorizon</b>: 2026-08-01 08:00:00-0400 --&gt; 2026-08-31 18:00:00-0400</p><p><b>comment</b>: Agenda ambulatoria de lunes a viernes</p></div>"
  },
  "active" : true,
  "serviceType" : [
    {
      "text" : "Consulta de medicina interna"
    }
  ],
  "actor" : [
    {
      🔗 "reference" : "PractitionerRole/EjemploEmaCorePractitionerRole"
    }
  ],
  "planningHorizon" : {
    "start" : "2026-08-01T08:00:00-04:00",
    "end" : "2026-08-31T18:00:00-04:00"
  },
  "comment" : "Agenda ambulatoria de lunes a viernes"
}