@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-ocupacao-acs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "agrosus-ocupacao-acs"] ;
  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-ocupacao-acs</b></p><a name=\"agrosus-ocupacao-acs\"> </a><a name=\"hcagrosus-ocupacao-acs\"> </a><ul><li>Include estes códigos, tal como definidos em <a href=\"https://terminologia.saude.gov.br/fhir/v1.0.0/CodeSystem-BRCBO.html\"><code>https://terminologia.saude.gov.br/fhir/CodeSystem/BRCBO</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> versão Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Código</b></td><td><b>Ecrã</b></td></tr><tr><td>515105</td><td>Agente comunitário de saúde</td></tr><tr><td>322255</td><td>Técnico em agente comunitário de saúde</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://jefersonrl.github.io/AgroSUS-FHIR/ValueSet/agrosus-ocupacao-acs"] ;
  fhir:ValueSet.version [ fhir:value "0.1.0"] ;
  fhir:ValueSet.name [ fhir:value "AgroSUSOcupacaoACSVS"] ;
  fhir:ValueSet.title [ fhir:value "Ocupações permitidas para o ACS no AgroSUS"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^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 "Ocupações da Classificação Brasileira de Ocupações permitidas para o profissional que aplica a anamnese AgroSUS."] ;
  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://terminologia.saude.gov.br/fhir/CodeSystem/BRCBO" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "515105" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Agente comunitário de saúde" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "322255" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Técnico em agente comunitário de saúde" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://jefersonrl.github.io/AgroSUS-FHIR/ValueSet/agrosus-ocupacao-acs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

