Guía de Implementación Hackathon HLF 2023
1.0.1 - release

Guía de Implementación Hackathon HLF 2023 - Local Development build (v1.0.1). See the Directory of published versions

: Ejemplo de Recurso Cita Hackathon - XML Representation

Raw xml | Download



<Appointment xmlns="http://hl7.org/fhir">
  <id value="EjCitaHack"/>
  <meta>
    <profile
             value="https://hlf.cl/fhir/ig/hackaton/StructureDefinition/CitasHackaton"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Appointment</b><a name="EjCitaHack"> </a></p><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">Resource Appointment &quot;EjCitaHack&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-CitasHackaton.html">CitasHackaton</a></p></div><p><b>status</b>: booked</p><p><b>serviceCategory</b>: Cerrada <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-TipoAtencionCS.html">Códigos para Tipo de Atención</a>#2)</span></p><p><b>specialty</b>: DERMATOLOGÍA <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-EspecialidadMedicaCS.html">Códigos para Especialidades Médicas</a>#12)</span></p><p><b>start</b>: 22-08-2023 16:00:00</p><p><b>end</b>: 22-08-2023 16:30:00</p><p><b>subject</b>: <a href="Patient-Pac007.html">Patient/Pac007</a> &quot; SKYDANCER&quot;</p><h3>Participants</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Actor</b></td><td><b>Status</b></td></tr><tr><td style="display: none">*</td><td><a href="Practitioner-PR1.html">Practitioner/PR1</a> &quot; PLISKIN&quot;</td><td>accepted</td></tr></table></div>
  </text>
  <status value="booked"/>
  <serviceCategory>
    <coding>
      <system
              value="https://hlf.cl/fhir/ig/hackaton/CodeSystem/TipoAtencionCS"/>
      <code value="2"/>
      <display value="Cerrada"/>
    </coding>
  </serviceCategory>
  <specialty>
    <coding>
      <system
              value="https://hlf.cl/fhir/ig/hackaton/CodeSystem/EspecialidadMedicaCS"/>
      <code value="12"/>
      <display value="DERMATOLOGÍA"/>
    </coding>
  </specialty>
  <start value="2023-08-22T16:00:00-04:00"/>
  <end value="2023-08-22T16:30:00-04:00"/>
  <subject>
    <reference value="Patient/Pac007"/>
  </subject>
  <participant>
    <actor>
      <reference value="Practitioner/PR1"/>
    </actor>
    <status value="accepted"/>
  </participant>
</Appointment>