Tiempos de Espera Interoperable
0.2.1 - draft Chile flag

Tiempos de Espera Interoperable, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.2.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/SIGTEv2-IG/ and changes regularly. See the Directory of published versions

: Ejemplo Agenda - XML Representation

Raw xml | Download



<Appointment xmlns="http://hl7.org/fhir">
  <id value="AgendaEjemplo"/>
  <meta>
    <profile
             value="https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/AppointmentAgendarLE"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Appointment AgendaEjemplo</b></p><a name="AgendaEjemplo"> </a><a name="hcAgendaEjemplo"> </a><a name="AgendaEjemplo-es-CL"> </a><p><b>identifier</b>: 123</p><p><b>status</b>: Booked</p><p><b>start</b>: 2024-02-22 08:00:00-0300</p><p><b>end</b>: 2024-02-22 08:30:00-0300</p><p><b>created</b>: 2024-02-20 16:00:00-0300</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="PractitionerRole-PractitionerRoleAtendedor.html">PractitionerRole Atendedor</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="Patient-EjemploPatientLE.html">María Josefina Gonzalez (official) Male, DoB: 1974-12-25 ( Rol Único Nacional: 90000000-6 (use: official, ))</a></p><p><b>status</b>: Accepted</p></blockquote></div>
  </text>
  <extension
             url="https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ExtensionMediodeContacto">
    <valueCodeableConcept>
      <coding>
        <system
                value="https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSMediodeContacto"/>
        <code value="3"/>
        <display value="Llamada"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/Contactado">
    <extension url="Contactado">
      <valueBoolean value="true"/>
    </extension>
  </extension>
  <identifier>
    <value value="123"/>
  </identifier>
  <status value="booked"/>
  <start value="2024-02-22T08:00:00-03:00"/>
  <end value="2024-02-22T08:30:00-03:00"/>
  <created value="2024-02-20T16:00:00-03:00"/>
  <participant>
    <actor>🔗 
      <reference value="PractitionerRole/PractitionerRoleAtendedor"/>
      <type value="PractitionerRole"/>
    </actor>
    <status value="accepted"/>
  </participant>
  <participant>
    <actor>🔗 
      <reference value="Patient/EjemploPatientLE"/>
      <type value="Patient"/>
    </actor>
    <status value="accepted"/>
  </participant>
</Appointment>