@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-tipo-coleta> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "agrosus-tipo-coleta"] ;
  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-tipo-coleta</b></p><a name=\"agrosus-tipo-coleta\"> </a><a name=\"hcagrosus-tipo-coleta\"> </a><p>Este case-sensitive sistema de código <code>https://jefersonrl.github.io/AgroSUS-FHIR/CodeSystem/agrosus-tipo-coleta</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\">cadastro-inicial<a name=\"agrosus-tipo-coleta-cadastro-inicial\"> </a></td><td>Cadastro inicial</td><td>Primeira aplicação do formulário ao trabalhador rural.</td></tr><tr><td style=\"white-space:nowrap\">acompanhamento-semestral<a name=\"agrosus-tipo-coleta-acompanhamento-semestral\"> </a></td><td>Acompanhamento semestral</td><td>Aplicação periódica semestral para acompanhamento do trabalhador rural.</td></tr><tr><td style=\"white-space:nowrap\">visita-alerta<a name=\"agrosus-tipo-coleta-visita-alerta\"> </a></td><td>Visita de alerta</td><td>Aplicação motivada por alerta, alteração clínica ou necessidade de reavaliação.</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://jefersonrl.github.io/AgroSUS-FHIR/CodeSystem/agrosus-tipo-coleta"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "AgroSUSTipoColetaCS"] ;
  fhir:CodeSystem.title [ fhir:value "Tipos de Coleta AgroSUS"] ;
  fhir:CodeSystem.status [ fhir:value "draft"] ;
  fhir:CodeSystem.experimental [ fhir:value "true"^^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 "Modalidades de aplicação do formulário de anamnese ocupacional e ambiental do AgroSUS."] ;
  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 "3"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "cadastro-inicial" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Cadastro inicial" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Primeira aplicação do formulário ao trabalhador rural." ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "acompanhamento-semestral" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Acompanhamento semestral" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Aplicação periódica semestral para acompanhamento do trabalhador rural." ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "visita-alerta" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Visita de alerta" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Aplicação motivada por alerta, alteração clínica ou necessidade de reavaliação." ]
  ] .

# - ontology header ------------------------------------------------------------

<https://jefersonrl.github.io/AgroSUS-FHIR/CodeSystem/agrosus-tipo-coleta.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

