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
| Active as of 2026-07-17 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/cardio-remoto-flag-codes> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "cardio-remoto-flag-codes"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cardio-remoto-flag-codes</b></p><a name=\"cardio-remoto-flag-codes\"> </a><a name=\"hccardio-remoto-flag-codes\"> </a><p>This case-sensitive code system <code>http://example.org/fhir/CardioRemotoIG/CodeSystem/cardio-remoto-flag-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">high-risk<a name=\"cardio-remoto-flag-codes-high-risk\"> </a></td><td>Alto risco cardiovascular</td><td>Paciente identificado como apresentando alto risco cardiovascular.</td></tr><tr><td style=\"white-space:nowrap\">uncontrolled-bp<a name=\"cardio-remoto-flag-codes-uncontrolled-bp\"> </a></td><td>Pressão arterial não controlada</td><td>O paciente apresenta níveis de pressão arterial não controlados.</td></tr><tr><td style=\"white-space:nowrap\">medication-review<a name=\"cardio-remoto-flag-codes-medication-review\"> </a></td><td>Revisão de medicamentos necessária</td><td>O paciente necessita de revisão da medicação.</td></tr><tr><td style=\"white-space:nowrap\">missed-followup<a name=\"cardio-remoto-flag-codes-missed-followup\"> </a></td><td>Acompanhamento não realizado</td><td>O paciente faltou a uma consulta de acompanhamento agendada.</td></tr><tr><td style=\"white-space:nowrap\">urgent-contact<a name=\"cardio-remoto-flag-codes-urgent-contact\"> </a></td><td>Contato urgente necessário</td><td>O paciente requer contato imediato da equipe de saúde.</td></tr><tr><td style=\"white-space:nowrap\">heart-failure<a name=\"cardio-remoto-flag-codes-heart-failure\"> </a></td><td>Heart failure monitoring</td><td>O paciente está sob monitoramento por insuficiência cardíaca.</td></tr><tr><td style=\"white-space:nowrap\">arrhythmia<a name=\"cardio-remoto-flag-codes-arrhythmia\"> </a></td><td>Monitoramento de arritmia</td><td>O paciente está sob monitoramento por arritmia cardíaca.</td></tr><tr><td style=\"white-space:nowrap\">abnormal-laboratory<a name=\"cardio-remoto-flag-codes-abnormal-laboratory\"> </a></td><td>Resultado de exame laboratorial anormal</td><td>O paciente apresenta resultados laboratoriais que requerem atenção clínica.</td></tr></table></div>"
] ;
fhir:CodeSystem.url [ fhir:value "http://example.org/fhir/CardioRemotoIG/CodeSystem/cardio-remoto-flag-codes"] ;
fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
fhir:CodeSystem.name [ fhir:value "CardioRemotoFlagCodeSystem"] ;
fhir:CodeSystem.title [ fhir:value "Códigos de alerta"] ;
fhir:CodeSystem.status [ fhir:value "active"] ;
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
fhir:CodeSystem.date [ fhir:value "2026-07-17T13:36:16+00:00"^^xsd:dateTime] ;
fhir:CodeSystem.publisher [ fhir:value "Universidade Federal da Paraíba (UFPB)"] ;
fhir:CodeSystem.contact [
fhir:index 0 ;
fhir:ContactDetail.name [ fhir:value "Universidade Federal da Paraíba (UFPB)" ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://www.ufpb.br" ]
], [
fhir:index 1 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "clauirton@ci.ufpb.br" ]
]
] ;
fhir:CodeSystem.description [ fhir:value "Códigos de alerta utilizados no programa de assistência cardiovascular remota CardioRemoto.\n"] ;
fhir:CodeSystem.jurisdiction [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
fhir:Coding.code [ fhir:value "001" ]
]
] ;
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
fhir:CodeSystem.content [ fhir:value "complete"] ;
fhir:CodeSystem.count [ fhir:value "8"^^xsd:nonNegativeInteger] ;
fhir:CodeSystem.concept [
fhir:index 0 ;
fhir:CodeSystem.concept.code [ fhir:value "high-risk" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Alto risco cardiovascular" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Paciente identificado como apresentando alto risco cardiovascular." ]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.code [ fhir:value "uncontrolled-bp" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Pressão arterial não controlada" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "O paciente apresenta níveis de pressão arterial não controlados." ]
], [
fhir:index 2 ;
fhir:CodeSystem.concept.code [ fhir:value "medication-review" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Revisão de medicamentos necessária" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "O paciente necessita de revisão da medicação." ]
], [
fhir:index 3 ;
fhir:CodeSystem.concept.code [ fhir:value "missed-followup" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Acompanhamento não realizado" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "O paciente faltou a uma consulta de acompanhamento agendada." ]
], [
fhir:index 4 ;
fhir:CodeSystem.concept.code [ fhir:value "urgent-contact" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Contato urgente necessário" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "O paciente requer contato imediato da equipe de saúde." ]
], [
fhir:index 5 ;
fhir:CodeSystem.concept.code [ fhir:value "heart-failure" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Heart failure monitoring" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "O paciente está sob monitoramento por insuficiência cardíaca." ]
], [
fhir:index 6 ;
fhir:CodeSystem.concept.code [ fhir:value "arrhythmia" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Monitoramento de arritmia" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "O paciente está sob monitoramento por arritmia cardíaca." ]
], [
fhir:index 7 ;
fhir:CodeSystem.concept.code [ fhir:value "abnormal-laboratory" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Resultado de exame laboratorial anormal" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "O paciente apresenta resultados laboratoriais que requerem atenção clínica." ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/cardio-remoto-flag-codes.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CodeSystem/cardio-remoto-flag-codes.ttl> .
IG © 2026 Universidade Federal da Paraíba (UFPB). Package br.ufpb.cardioremoto#0.1.0 based on FHIR 4.0.1. Generated 2026-07-17
Links: Table of Contents |
QA Report
| Issues | New Issue | Change Log
| Version History | License