FHIR IG analytics| Package | br.ufpb.cardioremoto |
| Resource Type | CodeSystem |
| Id | CodeSystem-cardioremoto-alert-level.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/clauirton/CardioRemotoIG/CodeSystem-cardioremoto-alert-level.html |
| URL | http://example.org/fhir/CardioRemotoIG/CodeSystem/cardioremoto-alert-level |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-07-17T13:36:16+00:00 |
| Name | CardioRemotoAlertLevel |
| Title | Nível de Alerta |
| Realm | uv |
| Description | Níveis de alerta clínico utilizados pela plataforma CardioRemoto. |
| Content | complete |
| ValueSet | ||
| br.ufpb.cardioremoto#current | cardioremoto-alert-level-vs | Nível do Alerta |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem cardioremoto-alert-level
This case-sensitive code system http://example.org/fhir/CardioRemotoIG/CodeSystem/cardioremoto-alert-level defines the following codes:
| Code | Display |
| low | Baixo |
| medium | Médio |
| high | Alto |
| critical | Critico |
{
"resourceType": "CodeSystem",
"id": "cardioremoto-alert-level",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://example.org/fhir/CardioRemotoIG/CodeSystem/cardioremoto-alert-level",
"version": "0.1.0",
"name": "CardioRemotoAlertLevel",
"title": "Nível de Alerta",
"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": "Níveis de alerta clínico utilizados pela plataforma CardioRemoto.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"count": 4,
"concept": [
{
"code": "low",
"display": "Baixo"
},
{
"code": "medium",
"display": "Médio"
},
{
"code": "high",
"display": "Alto"
},
{
"code": "critical",
"display": "Critico"
}
]
}