@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/ValueSet/agrosus-formacao-responsavel-tecnico> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "agrosus-formacao-responsavel-tecnico"] ;
  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: ValueSet agrosus-formacao-responsavel-tecnico</b></p><a name=\"agrosus-formacao-responsavel-tecnico\"> </a><a name=\"hcagrosus-formacao-responsavel-tecnico\"> </a><ul><li>Include estes códigos, tal como definidos em <a href=\"CodeSystem-agrosus-assistencia-tecnica.html\"><code>https://jefersonrl.github.io/AgroSUS-FHIR/CodeSystem/agrosus-assistencia-tecnica</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> versão ?0.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Código</b></td><td><b>Ecrã</b></td></tr><tr><td><a href=\"CodeSystem-agrosus-assistencia-tecnica.html#agrosus-assistencia-tecnica-formacao-engenheiro-agronomo\">formacao-engenheiro-agronomo</a></td><td style=\"color: #cccccc\">Engenheiro agrônomo</td></tr><tr><td><a href=\"CodeSystem-agrosus-assistencia-tecnica.html#agrosus-assistencia-tecnica-formacao-tecnico-agricola\">formacao-tecnico-agricola</a></td><td style=\"color: #cccccc\">Técnico agrícola</td></tr><tr><td><a href=\"CodeSystem-agrosus-assistencia-tecnica.html#agrosus-assistencia-tecnica-formacao-outro-habilitado\">formacao-outro-habilitado</a></td><td style=\"color: #cccccc\">Outro profissional habilitado</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://jefersonrl.github.io/AgroSUS-FHIR/ValueSet/agrosus-formacao-responsavel-tecnico"] ;
  fhir:ValueSet.version [ fhir:value "0.1.0"] ;
  fhir:ValueSet.name [ fhir:value "AgroSUSFormacaoResponsavelTecnicoVS"] ;
  fhir:ValueSet.title [ fhir:value "Formação do Responsável Técnico"] ;
  fhir:ValueSet.status [ fhir:value "draft"] ;
  fhir:ValueSet.experimental [ fhir:value "true"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-07-27T16:20:32+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "Fatec Ferraz de Vasconcelos"] ;
  fhir:ValueSet.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:ValueSet.description [ fhir:value "Formações profissionais previstas para o responsável técnico da produção."] ;
  fhir:ValueSet.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:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "https://jefersonrl.github.io/AgroSUS-FHIR/CodeSystem/agrosus-assistencia-tecnica" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "formacao-engenheiro-agronomo" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "formacao-tecnico-agricola" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "formacao-outro-habilitado" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://jefersonrl.github.io/AgroSUS-FHIR/ValueSet/agrosus-formacao-responsavel-tecnico.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

