Guia de Implementação do CardioRemoto
0.1.0 - release International flag

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

: Categoria de Plano de Cuidados CardioRemoto - TTL Representation

Active as of 2026-07-17

Raw ttl | Download


@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-careplan-category> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "cardioremoto-careplan-category"] ;
  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-careplan-category</b></p><a name=\"cardioremoto-careplan-category\"> </a><a name=\"hccardioremoto-careplan-category\"> </a><p>This case-sensitive code system <code>http://example.org/fhir/CardioRemotoIG/CodeSystem/cardioremoto-careplan-category</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\">monitoring<a name=\"cardioremoto-careplan-category-monitoring\"> </a></td><td>Monitoramento</td></tr><tr><td style=\"white-space:nowrap\">medication<a name=\"cardioremoto-careplan-category-medication\"> </a></td><td>Medicação</td></tr><tr><td style=\"white-space:nowrap\">lifestyle<a name=\"cardioremoto-careplan-category-lifestyle\"> </a></td><td>Estilo de vida</td></tr><tr><td style=\"white-space:nowrap\">nutrition<a name=\"cardioremoto-careplan-category-nutrition\"> </a></td><td>Nutrição</td></tr><tr><td style=\"white-space:nowrap\">physical-activity<a name=\"cardioremoto-careplan-category-physical-activity\"> </a></td><td>Atividade física</td></tr><tr><td style=\"white-space:nowrap\">education<a name=\"cardioremoto-careplan-category-education\"> </a></td><td>Educação do paciente</td></tr><tr><td style=\"white-space:nowrap\">follow-up<a name=\"cardioremoto-careplan-category-follow-up\"> </a></td><td>Acompanhamento</td></tr><tr><td style=\"white-space:nowrap\">rehabilitation<a name=\"cardioremoto-careplan-category-rehabilitation\"> </a></td><td>Reabilitação Cardíaca</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://example.org/fhir/CardioRemotoIG/CodeSystem/cardioremoto-careplan-category"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "CardioRemotoCarePlanCategory"] ;
  fhir:CodeSystem.title [ fhir:value "Categoria de Plano de Cuidados CardioRemoto"] ;
  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 "Categorias de planos de cuidados suportados pela plataforma CardioRemoto."] ;
  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 "monitoring" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Monitoramento" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "medication" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Medicação" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "lifestyle" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Estilo de vida" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "nutrition" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Nutrição" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "physical-activity" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Atividade física" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "education" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Educação do paciente" ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "follow-up" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Acompanhamento" ]
  ], [
     fhir:index 7 ;
     fhir:CodeSystem.concept.code [ fhir:value "rehabilitation" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Reabilitação Cardíaca" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/cardioremoto-careplan-category.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/cardioremoto-careplan-category.ttl> .