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

: Orientação ao paciente - JSON Representation

Raw json | Download

{
  "resourceType" : "Communication",
  "id" : "CardioRemotoCommunicationExample",
  "meta" : {
    "profile" : [
      🔗 "http://example.org/fhir/CardioRemotoIG/StructureDefinition/cardio-remoto-communication"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Comunicação enviada ao paciente com orientações sobre a continuidade do tratamento e do monitoramento remoto.</div>"
  },
  "status" : "completed",
  "category" : [
    {
      "text" : "Monitoramento remoto"
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/CardioRemotoPatientExample"
  },
  "sent" : "2026-07-12T09:35:00Z",
  "received" : "2026-07-12T09:36:15Z",
  "recipient" : [
    {
      🔗 "reference" : "Patient/CardioRemotoPatientExample"
    }
  ],
  "sender" : {
    🔗 "reference" : "Practitioner/CardioRemotoPractitionerExample"
  },
  "payload" : [
    {
      "contentString" : "Seus sinais vitais e exames laboratoriais permanecem dentro da faixa esperada. Continue utilizando a medicação conforme prescrição, mantenha o monitoramento diário da pressão arterial e compareça ao retorno agendado."
    }
  ],
  "note" : [
    {
      "text" : "Mensagem enviada automaticamente após validação do profissional responsável."
    }
  ]
}