GI CORE FALP
0.1.0 - ci-build Chile flag

GI CORE FALP, published by Esteban Fredes. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Chile-BiomedicaUv/FALP-CORE/ and changes regularly. See the Directory of published versions

: Example-HistoriaClínica - XML Representation

Raw xml | Download


<Condition xmlns="http://hl7.org/fhir">
  <id value="EjCondicionClinica"/>
  <meta>
    <profile value="https://FALP.cl/StructureDefinition/CondicionClinica"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition EjCondicionClinica</b></p><a name="EjCondicionClinica"> </a><a name="hcEjCondicionClinica"> </a><a name="EjCondicionClinica-es-CL"> </a><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}">Active</span></p><p><b>verificationStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}">Confirmed</span></p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}">Problem List Item</span></p><p><b>severity</b>: <span title="Codes:{https://FALP.cl/CodeSystem/CSseveridadDiagnostica MODERADO}">MODERADO</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 1648002}">Lymphocytic pseudotumor of lung</span></p><p><b>subject</b>: <a href="Patient-EjPaciente.html">Franchesco Perez (official) (no stated gender), DoB: 1980-01-01 ( RUN: 30.696.558-7 (use: secondary, ))</a></p><p><b>onset</b>: 2024-08-02</p><p><b>note</b>: Pulmón derecho</p></div>
  </text>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="active"/>
    </coding>
  </clinicalStatus>
  <verificationStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
      <code value="confirmed"/>
    </coding>
  </verificationStatus>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-category"/>
      <code value="problem-list-item"/>
    </coding>
  </category>
  <severity>
    <coding>
      <system value="https://FALP.cl/CodeSystem/CSseveridadDiagnostica"/>
      <code value="MODERADO"/>
    </coding>
  </severity>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="1648002"/>
      <display value="Lymphocytic pseudotumor of lung"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/EjPaciente"/>
  </subject>
  <onsetDateTime value="2024-08-02"/>
  <note>
    <text value="Pulmón derecho"/>
  </note>
</Condition>