FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagebr.ufpb.cardioremoto
Resource TypeCommunication
IdCommunication-CardioRemotoCommunicationExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Comunicação enviada ao paciente com orientações sobre a continuidade do tratamento e do monitoramento remoto.

Source1

{
  "resourceType": "Communication",
  "id": "CardioRemotoCommunicationExample",
  "meta": {
    "profile": [
      "http://example.org/fhir/CardioRemotoIG/StructureDefinition/cardio-remoto-communication"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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."
    }
  ]
}