FHIR IG analytics| Package | br.ufpb.cardioremoto |
| Resource Type | CodeSystem |
| Id | CodeSystem-cardioremoto-communication-type.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/clauirton/CardioRemotoIG/CodeSystem-cardioremoto-communication-type.html |
| URL | http://example.org/fhir/CardioRemotoIG/CodeSystem/cardioremoto-communication-type |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-07-17T13:36:16+00:00 |
| Name | CardioRemotoCommunicationType |
| Title | Tipo de Comunicação |
| Realm | uv |
| Description | Tipos de comunicação suportados pela plataforma CardioRemoto. |
| Content | complete |
| ValueSet | ||
| br.ufpb.cardioremoto#current | communication-type-vs | Conjunto de Valores de Tipo de Comunicação |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem cardioremoto-communication-type
This case-sensitive code system http://example.org/fhir/CardioRemotoIG/CodeSystem/cardioremoto-communication-type defines the following codes:
{
"resourceType": "CodeSystem",
"id": "cardioremoto-communication-type",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://example.org/fhir/CardioRemotoIG/CodeSystem/cardioremoto-communication-type",
"version": "0.1.0",
"name": "CardioRemotoCommunicationType",
"title": "Tipo de Comunicação",
"status": "active",
"experimental": false,
"date": "2026-07-17T13:36:16+00:00",
"publisher": "Universidade Federal da Paraíba (UFPB)",
"contact": [
{
"name": "Universidade Federal da Paraíba (UFPB)",
"telecom": [
{
"system": "url",
"value": "https://www.ufpb.br"
},
{
"system": "email",
"value": "clauirton@ci.ufpb.br"
}
]
}
],
"description": "Tipos de comunicação suportados pela plataforma CardioRemoto.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"count": 10,
"concept": [
{
"code": "teleconsultation",
"display": "Teleconsulta"
},
{
"code": "telephone-call",
"display": "Ligaçõa telefônica"
},
{
"code": "video-call",
"display": "Chamada de vídeo"
},
{
"code": "text-message",
"display": "Mensagem de texto"
},
{
"code": "email",
"display": "Email"
},
{
"code": "mobile-notification",
"display": "Notificação móvel"
},
{
"code": "clinical-alert",
"display": "Alerta Clínico"
},
{
"code": "appointment-reminder",
"display": "Lembrete de consulta"
},
{
"code": "medication-reminder",
"display": "Lembrete de medicação"
},
{
"code": "educational-message",
"display": "Mensagem Educativa"
}
]
}