@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://example.org/fhir/CardioRemotoIG/CodeSystem/cardioremoto-remote-monitoring-status> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "cardioremoto-remote-monitoring-status"] ;
  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-remote-monitoring-status</b></p><a name=\"cardioremoto-remote-monitoring-status\"> </a><a name=\"hccardioremoto-remote-monitoring-status\"> </a><p>This case-sensitive code system <code>http://example.org/fhir/CardioRemotoIG/CodeSystem/cardioremoto-remote-monitoring-status</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\">active<a name=\"cardioremoto-remote-monitoring-status-active\"> </a></td><td>Ativo</td><td>O paciente está ativamente inscrito no programa de monitoramento remoto.</td></tr><tr><td style=\"white-space:nowrap\">paused<a name=\"cardioremoto-remote-monitoring-status-paused\"> </a></td><td>Pausado</td><td>O monitoramento remoto está temporariamente suspenso.</td></tr><tr><td style=\"white-space:nowrap\">completed<a name=\"cardioremoto-remote-monitoring-status-completed\"> </a></td><td>Completo</td><td>O programa de monitoramento remoto foi concluído com sucesso.</td></tr><tr><td style=\"white-space:nowrap\">cancelled<a name=\"cardioremoto-remote-monitoring-status-cancelled\"> </a></td><td>Cancelado</td><td>O paciente foi removido do programa de monitoramento remoto antes da conclusão.</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://example.org/fhir/CardioRemotoIG/CodeSystem/cardioremoto-remote-monitoring-status"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "CardioRemotoRemoteMonitoringStatus"] ;
  fhir:CodeSystem.title [ fhir:value "Status de Monitoramento Remoto"] ;
  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 "Status de um paciente inscrito no programa de monitoramento remoto 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 "4"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "active" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Ativo" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "O paciente está ativamente inscrito no programa de monitoramento remoto." ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "paused" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Pausado" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "O monitoramento remoto está temporariamente suspenso." ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "completed" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Completo" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "O programa de monitoramento remoto foi concluído com sucesso." ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "cancelled" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Cancelado" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "O paciente foi removido do programa de monitoramento remoto antes da conclusão." ]
  ] .

# - ontology header ------------------------------------------------------------

<http://example.org/fhir/CardioRemotoIG/CodeSystem/cardioremoto-remote-monitoring-status.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

