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 de un Encuentro - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="AtencionEjemplo"/>
  <meta>
    <profile
             value="https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/EncounterAtenderLE"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter AtencionEjemplo</b></p><a name="AtencionEjemplo"> </a><a name="hcAtencionEjemplo"> </a><a name="AtencionEjemplo-es-CL"> </a><p><b>identifier</b>: 123</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href="CodeSystem-CSModalidadAtencionCodigo.html#CSModalidadAtencionCodigo-1">Modalidad Atencion Codigo</a> 1: Presencial</p><p><b>type</b>: <span title="Codes:{https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSTipoConsulta 1}">Nueva</span></p><p><b>subject</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>basedOn</b>: <a href="ServiceRequest-EjemploSolicitudInterconsultaFinalizada.html">ServiceRequest Patient referral to specialist</a></p><h3>Participants</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Individual</b></td></tr><tr><td style="display: none">*</td><td><a href="PractitionerRole-PractitionerRoleAtendedor.html">PractitionerRole Atendedor</a></td></tr></table><p><b>period</b>: 2024-02-22 08:00:00-0300 --&gt; 2024-02-22 08:30:00-0300</p><h3>Diagnoses</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Condition</b></td></tr><tr><td style="display: none">*</td><td><a href="Condition-ConditionAtencionejemplo.html">Condition Severe adrenal insufficiency</a></td></tr></table></div>
  </text>
  <extension
             url="https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ExtensionPertinenciaAtencionBox">
    <valueBoolean value="true"/>
  </extension>
  <identifier>
    <value value="123"/>
  </identifier>
  <status value="finished"/>
  <class>
    <system
            value="https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSModalidadAtencionCodigo"/>
    <code value="1"/>
    <display value="Presencial"/>
  </class>
  <type>
    <coding>
      <system
              value="https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSTipoConsulta"/>
      <code value="1"/>
      <display value="Nueva"/>
    </coding>
  </type>
  <subject>🔗 
    <reference value="Patient/EjemploPatientLE"/>
  </subject>
  <basedOn>🔗 
    <reference
               value="ServiceRequest/EjemploSolicitudInterconsultaFinalizada"/>
  </basedOn>
  <participant>
    <individual>🔗 
      <reference value="PractitionerRole/PractitionerRoleAtendedor"/>
    </individual>
  </participant>
  <period>
    <start value="2024-02-22T08:00:00-03:00"/>
    <end value="2024-02-22T08:30:00-03:00"/>
  </period>
  <diagnosis>
    <condition>🔗 
      <reference value="Condition/ConditionAtencionejemplo"/>
    </condition>
  </diagnosis>
</Encounter>