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 Un Diagnóstico de hipertensión - XML Representation

Raw xml | Download



<Condition xmlns="http://hl7.org/fhir">
  <id value="DiagnosticoEj"/>
  <meta>
    <profile
             value="https://hl7chile.cl/fhir/ig/clcore2/StructureDefinition/CoreDiagnosticoCl"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition DiagnosticoEj</b></p><a name="DiagnosticoEj"> </a><a name="hcDiagnosticoEj"> </a><a name="DiagnosticoEj-es-CL"> </a><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}">Activo</span></p><p><b>verificationStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}">Confirmado</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 38341003}">Diagnóstico de Hipertensión Confirmada</span></p><p><b>subject</b>: <a href="Patient-PacienteCL.html">Xime  Female, DoB: 1983-03-24 ( RUN: 15236327 (use: official, ))</a></p><p><b>onset</b>: 2022-08-07</p></div>
  </text>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="active"/>
      <display value="Active"/>
    </coding>
    <text value="Activo"/>
  </clinicalStatus>
  <verificationStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
      <code value="confirmed"/>
      <display value="Confirmed"/>
    </coding>
    <text value="Confirmado"/>
  </verificationStatus>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="38341003"/>
      <display value="High blood pressure"/>
    </coding>
    <text value="Diagnóstico de Hipertensión Confirmada"/>
  </code>
  <subject>🔗 
    <reference value="Patient/PacienteCL"/>
  </subject>
  <onsetDateTime value="2022-08-07"/>
</Condition>