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

: Alerta Clínico - XML Representation

Raw xml | Download


<Flag xmlns="http://hl7.org/fhir">
  <id value="CardioRemotoFlagExample"/>
  <meta>
    <profile
             value="http://example.org/fhir/CardioRemotoIG/StructureDefinition/cardio-remoto-flag"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Alerta clínico indicando manutenção do monitoramento remoto devido ao baixo risco cardiovascular identificado.</div>
  </text>
  <status value="active"/>
  <category>
    <text value="Monitoramento Remoto"/>
  </category>
  <code>
    <text value="Paciente em acompanhamento com baixo risco cardiovascular"/>
  </code>
  <subject>🔗 
    <reference value="Patient/CardioRemotoPatientExample"/>
  </subject>
  <period>
    <start value="2026-07-12T09:20:00Z"/>
  </period>
  <author>🔗 
    <reference value="Practitioner/CardioRemotoPractitionerExample"/>
  </author>
</Flag>