FHIR IG analytics| Package | br.ufpb.cardioremoto |
| Resource Type | Communication |
| Id | Communication-CardioRemotoCommunicationExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"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."
}
]
}