Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva)
2.0.0 - draft Chile flag

Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva), published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Chile/clcore_2.0/ and changes regularly. See the Directory of published versions

: Ejemplo de Recurso Encuentro - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="EjemploEncounterCL"/>
  <meta>
    <profile
             value="https://hl7chile.cl/fhir/ig/clcore2/StructureDefinition/EncounterCL"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter EjemploEncounterCL</b></p><a name="EjemploEncounterCL"> </a><a name="hcEjemploEncounterCL"> </a><a name="EjemploEncounterCL-es-CL"> </a><p><b>status</b>: Planned</p><p><b>class</b>: <a href="http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html#v3-ActCode-VR">ActCode</a> VR: Virtual</p><p><b>type</b>: <span title="Codes:{https://hl7chile.cl/fhir/ig/clcore2/CodeSystem/CSTiposEncuentroCL PR}">Programada</span></p><p><b>serviceType</b>: <span title="Codes:{https://hl7chile.cl/fhir/ig/clcore2/CodeSystem/CSCodigoServicio medGen}">Medicina General</span></p><p><b>subject</b>: <a href="Patient-PacienteCL.html">Xime  Female, DoB: 1983-03-24 ( RUN: 15236327 (use: official, ))</a></p><h3>Participants</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType ATND}">Atendedor</span></td><td><a href="PractitionerRole-EjemploEspecialidadCL2.html">PractitionerRole: specialty = Medicina Familiar</a></td></tr></table><p><b>period</b>: 2022-06-23 00:00:00-0300 --&gt; 2022-06-23 00:50: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-DiagnosticoEj2.html">Condition Pharyngotonsillitis</a></td></tr></table><p><b>serviceProvider</b>: <a href="Organization-OrganizacionClEjemplo1.html">Organization Centro de Salud Familiar Arauco</a></p></div>
  </text>
  <status value="planned"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="VR"/>
    <display value="Virtual"/>
  </class>
  <type>
    <coding>
      <system
              value="https://hl7chile.cl/fhir/ig/clcore2/CodeSystem/CSTiposEncuentroCL"/>
      <code value="PR"/>
      <display value="Programada"/>
    </coding>
    <text value="Programada"/>
  </type>
  <serviceType>
    <coding>
      <system
              value="https://hl7chile.cl/fhir/ig/clcore2/CodeSystem/CSCodigoServicio"/>
      <code value="medGen"/>
      <display value="Medicina General"/>
    </coding>
    <text value="Medicina General"/>
  </serviceType>
  <subject>🔗 
    <reference value="Patient/PacienteCL"/>
  </subject>
  <participant>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
        <code value="ATND"/>
        <display value="attender"/>
      </coding>
      <text value="Atendedor"/>
    </type>
    <individual>🔗 
      <reference value="PractitionerRole/EjemploEspecialidadCL2"/>
    </individual>
  </participant>
  <period>
    <start value="2022-06-23T00:00:00-03:00"/>
    <end value="2022-06-23T00:50:00-03:00"/>
  </period>
  <diagnosis>
    <condition>🔗 
      <reference value="Condition/DiagnosticoEj2"/>
    </condition>
  </diagnosis>
  <serviceProvider>🔗 
    <reference value="Organization/OrganizacionClEjemplo1"/>
  </serviceProvider>
</Encounter>