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 Recurso AllergyIntolerance Core - XML Representation

Raw xml | Download



<AllergyIntolerance xmlns="http://hl7.org/fhir">
  <id value="AllergyIntoleranceEj"/>
  <meta>
    <profile
             value="https://hl7chile.cl/fhir/ig/clcore2/StructureDefinition/CoreAletgiaIntCl"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: AllergyIntolerance AllergyIntoleranceEj</b></p><a name="AllergyIntoleranceEj"> </a><a name="hcAllergyIntoleranceEj"> </a><a name="AllergyIntoleranceEj-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>type</b>: Allergy</p><p><b>category</b>: Medication</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 387517004}">Paracetamol</span></p><p><b>patient</b>: <a href="Patient-PacienteCL.html">Xime  Female, DoB: 1983-03-24 ( RUN: 15236327 (use: official, ))</a></p><p><b>onset</b>: 2014-10-08</p><h3>Reactions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Manifestation</b></td><td><b>Severity</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 15919481000119106}">anafilaxis causada por analgésico</span></td><td>Severe</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>
  <type value="allergy"/>
  <category value="medication"/>
  <criticality value="high"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="387517004"/>
    </coding>
    <text value="Paracetamol"/>
  </code>
  <patient>🔗 
    <reference value="Patient/PacienteCL"/>
  </patient>
  <onsetDateTime value="2014-10-08"/>
  <reaction>
    <manifestation>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="15919481000119106"/>
      </coding>
      <text value="anafilaxis causada por analgésico"/>
    </manifestation>
    <severity value="severe"/>
  </reaction>
</AllergyIntolerance>