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

: Observação de Monitoramento Remoto - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="CardioRemotoObservationExample"/>
  <meta>
    <profile
             value="http://example.org/fhir/CardioRemotoIG/StructureDefinition/cardioremoto-observation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Observação de monitoramento remoto registrada na plataforma CardioRemoto.</div>
  </text>
  <identifier>
    <use value="official"/>
    <system
            value="http://example.org/fhir/CardioRemotoIG/identifier/observation"/>
    <value value="OBS-000001"/>
  </identifier>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="survey"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="75325-1"/>
      <display value="Symptom"/>
    </coding>
    <text value="Observação de monitoramento remoto"/>
  </code>
  <subject>🔗 
    <reference value="Patient/CardioRemotoPatientExample"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/CardioRemotoEncounterExample"/>
  </encounter>
  <effectiveDateTime value="2026-07-12T08:30:00Z"/>
  <issued value="2026-07-12T08:35:00Z"/>
  <performer>🔗 
    <reference value="Practitioner/CardioRemotoPractitionerExample"/>
  </performer>
  <valueString value="Paciente acompanhado em monitoramento remoto."/>
  <interpretation>
    <text value="Observação registrada durante acompanhamento."/>
  </interpretation>
  <note>
    <text
          value="Registro utilizado para acompanhamento longitudinal do paciente."/>
  </note>
</Observation>