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/cardioremoto-observation-type> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "cardioremoto-observation-type"] ;
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 cardioremoto-observation-type</b></p><a name=\"cardioremoto-observation-type\"> </a><a name=\"hccardioremoto-observation-type\"> </a><p>This case-sensitive code system <code>http://example.org/fhir/CardioRemotoIG/CodeSystem/cardioremoto-observation-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">blood-pressure<a name=\"cardioremoto-observation-type-blood-pressure\"> </a></td><td>Pressão sanguínea</td></tr><tr><td style=\"white-space:nowrap\">heart-rate<a name=\"cardioremoto-observation-type-heart-rate\"> </a></td><td>Frequência cardíaca</td></tr><tr><td style=\"white-space:nowrap\">respiratory-rate<a name=\"cardioremoto-observation-type-respiratory-rate\"> </a></td><td>Frequência respiratória</td></tr><tr><td style=\"white-space:nowrap\">oxygen-saturation<a name=\"cardioremoto-observation-type-oxygen-saturation\"> </a></td><td>Saturação de oxigênio</td></tr><tr><td style=\"white-space:nowrap\">body-temperature<a name=\"cardioremoto-observation-type-body-temperature\"> </a></td><td>Temperatura corporal</td></tr><tr><td style=\"white-space:nowrap\">body-weight<a name=\"cardioremoto-observation-type-body-weight\"> </a></td><td>Peso</td></tr><tr><td style=\"white-space:nowrap\">body-height<a name=\"cardioremoto-observation-type-body-height\"> </a></td><td>Altura</td></tr><tr><td style=\"white-space:nowrap\">body-mass-index<a name=\"cardioremoto-observation-type-body-mass-index\"> </a></td><td>Índice de Massa Corporal</td></tr><tr><td style=\"white-space:nowrap\">blood-glucose<a name=\"cardioremoto-observation-type-blood-glucose\"> </a></td><td>Blood Glucose</td></tr><tr><td style=\"white-space:nowrap\">cholesterol<a name=\"cardioremoto-observation-type-cholesterol\"> </a></td><td>Colesterol</td></tr><tr><td style=\"white-space:nowrap\">creatinine<a name=\"cardioremoto-observation-type-creatinine\"> </a></td><td>Creatina</td></tr><tr><td style=\"white-space:nowrap\">troponin<a name=\"cardioremoto-observation-type-troponin\"> </a></td><td>Troponina</td></tr><tr><td style=\"white-space:nowrap\">bnp<a name=\"cardioremoto-observation-type-bnp\"> </a></td><td>Peptídeo natriurético tipo B</td></tr><tr><td style=\"white-space:nowrap\">hba1c<a name=\"cardioremoto-observation-type-hba1c\"> </a></td><td>Hemoglobina A1c</td></tr></table></div>"
] ;
fhir:CodeSystem.url [ fhir:value "http://example.org/fhir/CardioRemotoIG/CodeSystem/cardioremoto-observation-type"] ;
fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
fhir:CodeSystem.name [ fhir:value "CardioRemotoObservationType"] ;
fhir:CodeSystem.title [ fhir:value "Tipo de Observação"] ;
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 "Types of clinical observations collected by the CardioRemoto platform."] ;
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 "14"^^xsd:nonNegativeInteger] ;
fhir:CodeSystem.concept [
fhir:index 0 ;
fhir:CodeSystem.concept.code [ fhir:value "blood-pressure" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Pressão sanguínea" ]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.code [ fhir:value "heart-rate" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Frequência cardíaca" ]
], [
fhir:index 2 ;
fhir:CodeSystem.concept.code [ fhir:value "respiratory-rate" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Frequência respiratória" ]
], [
fhir:index 3 ;
fhir:CodeSystem.concept.code [ fhir:value "oxygen-saturation" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Saturação de oxigênio" ]
], [
fhir:index 4 ;
fhir:CodeSystem.concept.code [ fhir:value "body-temperature" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Temperatura corporal" ]
], [
fhir:index 5 ;
fhir:CodeSystem.concept.code [ fhir:value "body-weight" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Peso" ]
], [
fhir:index 6 ;
fhir:CodeSystem.concept.code [ fhir:value "body-height" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Altura" ]
], [
fhir:index 7 ;
fhir:CodeSystem.concept.code [ fhir:value "body-mass-index" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Índice de Massa Corporal" ]
], [
fhir:index 8 ;
fhir:CodeSystem.concept.code [ fhir:value "blood-glucose" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Blood Glucose" ]
], [
fhir:index 9 ;
fhir:CodeSystem.concept.code [ fhir:value "cholesterol" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Colesterol" ]
], [
fhir:index 10 ;
fhir:CodeSystem.concept.code [ fhir:value "creatinine" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Creatina" ]
], [
fhir:index 11 ;
fhir:CodeSystem.concept.code [ fhir:value "troponin" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Troponina" ]
], [
fhir:index 12 ;
fhir:CodeSystem.concept.code [ fhir:value "bnp" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Peptídeo natriurético tipo B" ]
], [
fhir:index 13 ;
fhir:CodeSystem.concept.code [ fhir:value "hba1c" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Hemoglobina A1c" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/cardioremoto-observation-type.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CodeSystem/cardioremoto-observation-type.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