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

: Tipo de Comunicação - 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-communication-type> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "cardioremoto-communication-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-communication-type</b></p><a name=\"cardioremoto-communication-type\"> </a><a name=\"hccardioremoto-communication-type\"> </a><p>This case-sensitive code system <code>http://example.org/fhir/CardioRemotoIG/CodeSystem/cardioremoto-communication-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\">teleconsultation<a name=\"cardioremoto-communication-type-teleconsultation\"> </a></td><td>Teleconsulta</td></tr><tr><td style=\"white-space:nowrap\">telephone-call<a name=\"cardioremoto-communication-type-telephone-call\"> </a></td><td>Ligaçõa telefônica</td></tr><tr><td style=\"white-space:nowrap\">video-call<a name=\"cardioremoto-communication-type-video-call\"> </a></td><td>Chamada de vídeo</td></tr><tr><td style=\"white-space:nowrap\">text-message<a name=\"cardioremoto-communication-type-text-message\"> </a></td><td>Mensagem de texto</td></tr><tr><td style=\"white-space:nowrap\">email<a name=\"cardioremoto-communication-type-email\"> </a></td><td>Email</td></tr><tr><td style=\"white-space:nowrap\">mobile-notification<a name=\"cardioremoto-communication-type-mobile-notification\"> </a></td><td>Notificação móvel</td></tr><tr><td style=\"white-space:nowrap\">clinical-alert<a name=\"cardioremoto-communication-type-clinical-alert\"> </a></td><td>Alerta Clínico</td></tr><tr><td style=\"white-space:nowrap\">appointment-reminder<a name=\"cardioremoto-communication-type-appointment-reminder\"> </a></td><td>Lembrete de consulta</td></tr><tr><td style=\"white-space:nowrap\">medication-reminder<a name=\"cardioremoto-communication-type-medication-reminder\"> </a></td><td>Lembrete de medicação</td></tr><tr><td style=\"white-space:nowrap\">educational-message<a name=\"cardioremoto-communication-type-educational-message\"> </a></td><td>Mensagem Educativa</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://example.org/fhir/CardioRemotoIG/CodeSystem/cardioremoto-communication-type"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "CardioRemotoCommunicationType"] ;
  fhir:CodeSystem.title [ fhir:value "Tipo de Comunicaçã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 "Tipos de comunicação 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 "10"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "teleconsultation" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Teleconsulta" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "telephone-call" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Ligaçõa telefônica" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "video-call" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Chamada de vídeo" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "text-message" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Mensagem de texto" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "email" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Email" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "mobile-notification" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Notificação móvel" ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "clinical-alert" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Alerta Clínico" ]
  ], [
     fhir:index 7 ;
     fhir:CodeSystem.concept.code [ fhir:value "appointment-reminder" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Lembrete de consulta" ]
  ], [
     fhir:index 8 ;
     fhir:CodeSystem.concept.code [ fhir:value "medication-reminder" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Lembrete de medicação" ]
  ], [
     fhir:index 9 ;
     fhir:CodeSystem.concept.code [ fhir:value "educational-message" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Mensagem Educativa" ]
  ] .

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

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