GI Resumen IPS FALP
0.1.0 - ci-build Chile flag

GI Resumen IPS FALP, published by EstebanFredes. 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/SIMSADIs/GI_IPS_FALP/ and changes regularly. See the Directory of published versions

: Ejemplo alergías - XML Representation

Raw xml | Download


<AllergyIntolerance xmlns="http://hl7.org/fhir">
  <id value="EjAlergia"/>
  <meta>
    <profile
             value="https://falp.cl/fhir/ig/IPSFalp/StructureDefinition/AlergiasFalp"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: AllergyIntolerance EjAlergia</b></p><a name="EjAlergia"> </a><a name="hcEjAlergia"> </a><a name="EjAlergia-es-CL"> </a><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}">Active</span></p><p><b>verificationStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}">Confirmed</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 1557002}">Talc</span></p><p><b>patient</b>: <a href="Patient-EjPacienteinline.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><h3>Reactions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Manifestation</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 39579001}">Anaphylactic reaction</span></td></tr></table></div>
  </text>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/>
      <code value="active"/>
    </coding>
  </clinicalStatus>
  <verificationStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"/>
      <code value="confirmed"/>
    </coding>
  </verificationStatus>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="1557002"/>
      <display value="Talc"/>
    </coding>
  </code>
  <patient>🔗 
    <reference value="Patient/EjPacienteinline"/>
  </patient>
  <onsetDateTime value="2024-08-02"/>
  <reaction>
    <manifestation>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="39579001"/>
        <display value="Anaphylactic reaction"/>
      </coding>
    </manifestation>
  </reaction>
</AllergyIntolerance>