Guía de Implementación cl core FHIR R4, (Versión Evolutiva)
2.0.0 - ci-build 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_ig/ and changes regularly. See the Directory of published versions

: Ejemplo de Reporte Diagnóstico de Laboratorio - XML Representation

Raw xml | Download


<DiagnosticReport xmlns="http://hl7.org/fhir">
  <id value="cl-core-reporte-diagnostico-ejemplo"/>
  <meta>
    <profile
             value="https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/cl-core-reporte-diagnostico"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: InformeDiagnostico cl-core-reporte-diagnostico-ejemplo</b></p><a name="cl-core-reporte-diagnostico-ejemplo"> </a><a name="hccl-core-reporte-diagnostico-ejemplo"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-cl-core-reporte-diagnostico.html">CL Perfil Reporte Diagnóstico para el Intercambio de Informes y Notas</a></p></div><h2><span title="Codes:{http://loinc.org 14868-4}">Informe del patólogo: Plasma o glóbulos rojos : Punto temporal: Impresión / interpretación del estudio: Nominal:</span> (<span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 HM}">Hematology</span>) </h2><table class="grid"><tr><td>Subject</td><td>Xime  Female, DoB: 1983-03-24 ( Chile: 15236327-k (use: official, ))</td></tr><tr><td>Reported</td><td>2025-07-01 10:00:00+0000</td></tr><tr><td>Performer</td><td> <a href="Organization-EjemploLaboratorio1.html">Organization Laboratorio ACME de Chile</a></td></tr><tr><td>Identifier</td><td> RD-12345</td></tr></table><p><b>Report Details</b></p><p>El paciente no presenta anormalidades significativas en los resultados de laboratorio.</p><p><b>Coded Conclusions:</b></p><ul><li><span title="Codes:{http://snomed.info/sct 23875004}">sin hallazgos patológicos (hallazgo)</span></li></ul></div>
  </text>
  <identifier>
    <value value="RD-12345"/>
  </identifier>
  <status value="final"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0074"/>
      <code value="HM"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="14868-4"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/PacienteCL"/>
  </subject>
  <issued value="2025-07-01T10:00:00Z"/>
  <performer>🔗 
    <reference value="Organization/EjemploLaboratorio1"/>
  </performer>
  <specimen>🔗 
    <reference value="Specimen/cl-core-specimen-ejemplo"/>
  </specimen>
  <conclusion
              value="El paciente no presenta anormalidades significativas en los resultados de laboratorio."/>
  <conclusionCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="23875004"/>
      <display value="sin hallazgos patológicos (hallazgo)"/>
    </coding>
  </conclusionCode>
</DiagnosticReport>