Guías de Implementación FHIR Receta Digital | Ministerio de Salud
1.1.0-ballot - ci-build Costa Rica flag

Guías de Implementación FHIR Receta Digital | Ministerio de Salud - Local Development build (v1.1.0-ballot) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Listado de estados de condiciones - XML Representation

Page standards status: Draft Maturity Level: 0

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="conditionStatus"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet conditionStatus</b></p><a name="conditionStatus"> </a><a name="hcconditionStatus"> </a><ul><li>Include these codes as defined in <a href="http://terminology.hl7.org/6.5.0/CodeSystem-condition-clinical.html"><code>http://terminology.hl7.org/CodeSystem/condition-clinical</code></a><span title="Version is not explicitly stated, which means it is fixed to 3.0.0, the version found through the package references"> version &#x1F4E6;3.0.0</span><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://terminology.hl7.org/6.5.0/CodeSystem-condition-clinical.html#condition-clinical-active">active</a></td><td>Activo</td><td>The subject is currently experiencing the condition or situation, there is evidence of the condition or situation, or considered to be a significant risk.</td></tr><tr><td><a href="http://terminology.hl7.org/6.5.0/CodeSystem-condition-clinical.html#condition-clinical-recurrence">recurrence</a></td><td>Reaparición</td><td>The subject is experiencing a reoccurence or repeating of a previously resolved condition or situation, e.g. urinary tract infection, food insecurity.</td></tr><tr><td><a href="http://terminology.hl7.org/6.5.0/CodeSystem-condition-clinical.html#condition-clinical-relapse">relapse</a></td><td>Recaída</td><td>The subject is experiencing a return of a condition or situation after a period of improvement or remission, e.g. relapse of cancer, alcoholism.</td></tr><tr><td><a href="http://terminology.hl7.org/6.5.0/CodeSystem-condition-clinical.html#condition-clinical-inactive">inactive</a></td><td>Inactivo</td><td>The subject is no longer experiencing the condition or situation and there is no longer evidence or appreciable risk of the condition or situation.</td></tr><tr><td><a href="http://terminology.hl7.org/6.5.0/CodeSystem-condition-clinical.html#condition-clinical-remission">remission</a></td><td>Remisión</td><td>The subject is not presently experiencing the condition or situation, but there is a risk of the condition or situation returning.</td></tr><tr><td><a href="http://terminology.hl7.org/6.5.0/CodeSystem-condition-clinical.html#condition-clinical-resolved">resolved</a></td><td>Resuelto</td><td>The subject is not presently experiencing the condition or situation and there is a negligible perceived risk of the condition or situation returning.</td></tr><tr><td><a href="http://terminology.hl7.org/6.5.0/CodeSystem-condition-clinical.html#condition-clinical-unknown">unknown</a></td><td>Desconocido</td><td>The authoring/source system does not know which of the status values currently applies for this condition. Note: This concept is not to be used for &quot;other&quot; - one of the listed statuses is presumed to apply, but the authoring/source system does not know which.</td></tr></table></li></ul></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="0"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="draft"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="cgp"/>
  </extension>
  <url
       value="https://ministeriodesalud.go.cr/fhir/receta/ValueSet/conditionStatus"/>
  <version value="1.1.0-ballot"/>
  <name value="ConditionStatus"/>
  <title value="Listado de estados de condiciones"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2025-03-03"/>
  <publisher value="Ministerio de Salud de Costa Rica"/>
  <contact>
    <name value="Ministerio de Salud de Costa Rica"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.ministeriodesalud.go.cr/fhir"/>
    </telecom>
  </contact>
  <description value="Listado de estados de condiciones en Receta Digital"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="CR"/>
      <display value="Costa Rica"/>
    </coding>
  </jurisdiction>
  <purpose value="Metadata de la definición de la estructura"/>
  <copyright
             value="Usado con el permiso de HL7 International, todos los derechos resevados en los Licencias de HL7 Internacional."/>
  <compose>
    <include>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <concept>
        <code value="active"/>
        <display value="Activo"/>
      </concept>
      <concept>
        <code value="recurrence"/>
        <display value="Reaparición"/>
      </concept>
      <concept>
        <code value="relapse"/>
        <display value="Recaída"/>
      </concept>
      <concept>
        <code value="inactive"/>
        <display value="Inactivo"/>
      </concept>
      <concept>
        <code value="remission"/>
        <display value="Remisión"/>
      </concept>
      <concept>
        <code value="resolved"/>
        <display value="Resuelto"/>
      </concept>
      <concept>
        <code value="unknown"/>
        <display value="Desconocido"/>
      </concept>
    </include>
  </compose>
</ValueSet>