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

: Consulta Inicial de Monitoramento - XML Representation

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="CardioRemotoEncounterExample"/>
  <meta>
    <profile
             value="http://example.org/fhir/CardioRemotoIG/StructureDefinition/cardioremoto-encounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Consulta inicial para inclusão do paciente no programa CardioRemoto.</div>
  </text>
  <identifier>
    <use value="official"/>
    <system
            value="https://cardioremoto.ufpb.br/fhir/NamingSystem/encounter-id"/>
    <value value="ENC-000001"/>
  </identifier>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="VR"/>
    <display value="Virtual"/>
  </class>
  <type>
    <text value="Consulta inicial de monitoramento remoto"/>
  </type>
  <subject>🔗 
    <reference value="Patient/CardioRemotoPatientExample"/>
  </subject>
  <participant>
    <individual>🔗 
      <reference value="Practitioner/CardioRemotoPractitionerExample"/>
    </individual>
  </participant>
  <period>
    <start value="2026-07-10T09:00:00Z"/>
    <end value="2026-07-10T09:30:00Z"/>
  </period>
  <reasonCode>
    <text value="Inclusão no programa CardioRemoto"/>
  </reasonCode>
</Encounter>