@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 -------------------------------------------------------------------

<https://jefersonrl.github.io/AgroSUS-FHIR/CodeSystem/agrosus-historico-intoxicacao> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "agrosus-historico-intoxicacao"] ;
  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>Narrativa gerada: CodeSystem agrosus-historico-intoxicacao</b></p><a name=\"agrosus-historico-intoxicacao\"> </a><a name=\"hcagrosus-historico-intoxicacao\"> </a><p>Este case-sensitive sistema de código <code>https://jefersonrl.github.io/AgroSUS-FHIR/CodeSystem/agrosus-historico-intoxicacao</code> define o seguinte códigos:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Código</b></td><td><b>Ecrã</b></td><td><b>Definição</b></td></tr><tr><td style=\"white-space:nowrap\">nenhuma<a name=\"agrosus-historico-intoxicacao-nenhuma\"> </a></td><td>Nenhuma</td><td>O trabalhador não refere episódio anterior de intoxicação aguda.</td></tr><tr><td style=\"white-space:nowrap\">uma-vez<a name=\"agrosus-historico-intoxicacao-uma-vez\"> </a></td><td>1 vez</td><td>O trabalhador refere um episódio anterior de intoxicação aguda.</td></tr><tr><td style=\"white-space:nowrap\">duas-tres-vezes<a name=\"agrosus-historico-intoxicacao-duas-tres-vezes\"> </a></td><td>2–3 vezes</td><td>O trabalhador refere entre dois e três episódios anteriores de intoxicação aguda.</td></tr><tr><td style=\"white-space:nowrap\">quatro-ou-mais<a name=\"agrosus-historico-intoxicacao-quatro-ou-mais\"> </a></td><td>4 ou mais vezes</td><td>O trabalhador refere quatro ou mais episódios anteriores de intoxicação aguda.</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://jefersonrl.github.io/AgroSUS-FHIR/CodeSystem/agrosus-historico-intoxicacao"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "AgroSUSHistoricoIntoxicacaoCS"] ;
  fhir:CodeSystem.title [ fhir:value "Histórico de intoxicação AgroSUS"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-07-27T16:20:32+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "Fatec Ferraz de Vasconcelos"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Fatec Ferraz de Vasconcelos" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.fatecferraz.edu.br" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "Terminologia para registrar a quantidade autorreferida de episódios anteriores de intoxicação aguda por defensivos agrícolas."] ;
  fhir:CodeSystem.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "BR" ] ;
       fhir:Coding.display [ fhir:value "Brazil" ]
     ]
  ] ;
  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 "nenhuma" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Nenhuma" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "O trabalhador não refere episódio anterior de intoxicação aguda." ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "uma-vez" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "1 vez" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "O trabalhador refere um episódio anterior de intoxicação aguda." ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "duas-tres-vezes" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "2–3 vezes" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "O trabalhador refere entre dois e três episódios anteriores de intoxicação aguda." ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "quatro-ou-mais" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "4 ou mais vezes" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "O trabalhador refere quatro ou mais episódios anteriores de intoxicação aguda." ]
  ] .

# - ontology header ------------------------------------------------------------

<https://jefersonrl.github.io/AgroSUS-FHIR/CodeSystem/agrosus-historico-intoxicacao.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

