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 Cabecera de Documento - XML Representation

Raw xml | Download



<Composition xmlns="http://hl7.org/fhir">
  <id value="DocumentoEjemplo1"/>
  <meta>
    <profile
             value="https://hl7chile.cl/fhir/ig/clcore2/StructureDefinition/DocumentoCl"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Composition DocumentoEjemplo1</b></p><a name="DocumentoEjemplo1"> </a><a name="hcDocumentoEjemplo1"> </a><a name="DocumentoEjemplo1-es-CL"> </a><p><b>identifier</b>: 2b2f3f16-12c4-40b1-97ec-c0e091412960</p><p><b>status</b>: Preliminary</p><p><b>type</b>: <span title="Codes:{http://loinc.org 11503-0}">Registro Médico</span></p><p><b>encounter</b>: <a href="Encounter-EjemploEncounterCL.html">Encounter: status = planned; class = Virtual (ActCode#VR); type = Programada; serviceType = Medicina General; period = 2022-06-23 00:00:00-0300 --&gt; 2022-06-23 00:50:00-0300</a></p><p><b>date</b>: 2022-08-07 10:30:00-0300</p><p><b>author</b>: <a href="PractitionerRole-EjemploEspecialidadCL2.html">PractitionerRole: specialty = Medicina Familiar</a></p><p><b>title</b>: Registro Médico de Una Condición al Paciente</p><p><b>custodian</b>: <a href="Organization-OrganizacionClEjemplo1.html">Organization Centro de Salud Familiar Arauco</a></p></div>
  </text>
  <identifier>
    <value value="2b2f3f16-12c4-40b1-97ec-c0e091412960"/>
  </identifier>
  <status value="preliminary"/>
  <type>
    <coding>
      <system value="http://loinc.org"/>
      <code value="11503-0"/>
      <display value="Medical records"/>
    </coding>
    <text value="Registro Médico"/>
  </type>
  <subject>🔗 
    <reference value="Patient/PacienteCL"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/EjemploEncounterCL"/>
  </encounter>
  <date value="2022-08-07T10:30:00-03:00"/>
  <author>🔗 
    <reference value="PractitionerRole/EjemploEspecialidadCL2"/>
  </author>
  <title value="Registro Médico de Una Condición al Paciente"/>
  <custodian>🔗 
    <reference value="Organization/OrganizacionClEjemplo1"/>
  </custodian>
  <section>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="70004-7"/>
        <display value="Diagnostic study note"/>
      </coding>
      <text value="Diagnostico Estudio"/>
    </code>
    <text>
      <status value="additional"/>
      <div xmlns="http://www.w3.org/1999/xhtml"><p>Paciente presenta recaída sin confirmar de faringoamigdalitis, se realizará más estudios para confirmar</p></div>
    </text>
    <entry>🔗 
      <reference value="Condition/DiagnosticoEj2"/>
    </entry>
  </section>
  <section>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="57852-6"/>
        <display value="Problem list Narrative - Reported"/>
      </coding>
      <text value="Listado de problemas"/>
    </code>
    <text>
      <status value="additional"/>
      <div xmlns="http://www.w3.org/1999/xhtml"><p>Adicionalmente el paciente ya poseía un diagnostico prevío de hipertensión</p></div>
    </text>
    <entry>🔗 
      <reference value="Condition/DiagnosticoEj"/>
    </entry>
  </section>
</Composition>