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

: Controle da Pressão Arterial - XML Representation

Raw xml | Download


<Goal xmlns="http://hl7.org/fhir">
  <id value="CardioRemotoGoalExample"/>
  <meta>
    <profile
             value="http://example.org/fhir/CardioRemotoIG/StructureDefinition/cardioremoto-goal"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Meta clínica para controle da pressão arterial.</div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="https://cardioremoto.ufpb.br/fhir/NamingSystem/goal-id"/>
    <value value="GOAL-000001"/>
  </identifier>
  <lifecycleStatus value="active"/>
  <category>
    <text value="Controle da Hipertensão"/>
  </category>
  <priority>
    <text value="Alta"/>
  </priority>
  <description>
    <text value="Manter pressão arterial abaixo de 130/80 mmHg."/>
  </description>
  <subject>🔗 
    <reference value="Patient/CardioRemotoPatientExample"/>
  </subject>
  <startDate value="2026-07-10"/>
  <target>
    <measure>
      <text value="Pressão arterial sistólica"/>
    </measure>
    <detailQuantity>
      <value value="130"/>
      <unit value="mm[Hg]"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mm[Hg]"/>
    </detailQuantity>
    <dueDate value="2026-10-10"/>
  </target>
  <statusDate value="2026-07-10"/>
  <statusReason value="Meta definida durante a consulta inicial."/>
  <expressedBy>🔗 
    <reference value="Practitioner/CardioRemotoPractitionerExample"/>
  </expressedBy>
  <addresses>🔗 
    <reference value="Condition/CardioRemotoConditionExample"/>
  </addresses>
  <note>
    <text
          value="Paciente orientado a realizar aferição diária da pressão arterial."/>
  </note>
</Goal>