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 - JSON Representation

Active as of 2026-07-17

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "cardioremoto-alert-level",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "http://example.org/fhir/CardioRemotoIG/CodeSystem/cardioremoto-alert-level",
  "version" : "0.1.0",
  "name" : "CardioRemotoAlertLevel",
  "title" : "Nível de Alerta",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-07-17T13:36:16+00:00",
  "publisher" : "Universidade Federal da Paraíba (UFPB)",
  "contact" : [
    {
      "name" : "Universidade Federal da Paraíba (UFPB)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.ufpb.br"
        },
        {
          "system" : "email",
          "value" : "clauirton@ci.ufpb.br"
        }
      ]
    }
  ],
  "description" : "Níveis de alerta clínico utilizados pela plataforma CardioRemoto.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "low",
      "display" : "Baixo"
    },
    {
      "code" : "medium",
      "display" : "Médio"
    },
    {
      "code" : "high",
      "display" : "Alto"
    },
    {
      "code" : "critical",
      "display" : "Critico"
    }
  ]
}