Guia de Implementação do CardioRemoto
0.1.0 - release International flag

Guia de Implementação do CardioRemoto, published by Universidade Federal da Paraíba (UFPB). 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/clauirton/CardioRemotoIG/ and changes regularly. See the Directory of published versions

: Nível de Alerta - XML Representation

Active as of 2026-07-17

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="cardioremoto-alert-level"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem cardioremoto-alert-level</b></p><a name="cardioremoto-alert-level"> </a><a name="hccardioremoto-alert-level"> </a><p>This case-sensitive code system <code>http://example.org/fhir/CardioRemotoIG/CodeSystem/cardioremoto-alert-level</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style="white-space:nowrap">low<a name="cardioremoto-alert-level-low"> </a></td><td>Baixo</td></tr><tr><td style="white-space:nowrap">medium<a name="cardioremoto-alert-level-medium"> </a></td><td>Médio</td></tr><tr><td style="white-space:nowrap">high<a name="cardioremoto-alert-level-high"> </a></td><td>Alto</td></tr><tr><td style="white-space:nowrap">critical<a name="cardioremoto-alert-level-critical"> </a></td><td>Critico</td></tr></table></div>
  </text>
  <url
       value="http://example.org/fhir/CardioRemotoIG/CodeSystem/cardioremoto-alert-level"/>
  <version value="0.1.0"/>
  <name value="CardioRemotoAlertLevel"/>
  <title value="Nível de Alerta"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2026-07-17T13:36:16+00:00"/>
  <publisher value="Universidade Federal da Paraíba (UFPB)"/>
  <contact>
    <name value="Universidade Federal da Paraíba (UFPB)"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.ufpb.br"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="clauirton@ci.ufpb.br"/>
    </telecom>
  </contact>
  <description
               value="Níveis de alerta clínico utilizados pela plataforma CardioRemoto."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="4"/>
  <concept>
    <code value="low"/>
    <display value="Baixo"/>
  </concept>
  <concept>
    <code value="medium"/>
    <display value="Médio"/>
  </concept>
  <concept>
    <code value="high"/>
    <display value="Alto"/>
  </concept>
  <concept>
    <code value="critical"/>
    <display value="Critico"/>
  </concept>
</CodeSystem>