Tiempos de Espera Interoperable
0.1.5 - draft Chile flag

Tiempos de Espera Interoperable - Local Development build (v0.1.5). See the Directory of published versions

: Encounter Evento de Inicio - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="EjemploEncounter"/>
  <meta>
    <profile
             value="https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/EncounterInicioLE"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Encounter</b><a name="EjemploEncounter"> </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 Encounter &quot;EjemploEncounter&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-EncounterInicioLE.html">Encounter Inicio LE</a></p></div><p><b>identifier</b>: Filler Identifier: 1</p><p><b>status</b>: finished</p><p><b>class</b>: Presencial (Details: https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSModalidadAtencionCodigo code 1 = 'Presencial', stated as 'null')</p><p><b>subject</b>: <a href="Bundle-EjemploBundleAtender.html#http-//acme.com/ehr/fhir/Patient/EjemploPatient">http://acme.com/ehr/fhir/Patient/EjemploPatient</a></p><p><b>period</b>: 2023-01-22 09:00:00+0000 --&gt; 2023-01-22 09:00:00+0000</p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="FILL"/>
      </coding>
    </type>
    <value value="1"/>
  </identifier>
  <status value="finished"/>
  <class>
    <system
            value="https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSModalidadAtencionCodigo"/>
    <code value="1"/>
  </class>
  <subject>
    <reference value="http://acme.com/ehr/fhir/Patient/EjemploPatient"/>
  </subject>
  <period>
    <start value="2023-01-22T09:00:00Z"/>
    <end value="2023-01-22T09:00:00Z"/>
  </period>
</Encounter>