Guia de Implementação da SES GO - Estatísticas Vitais
1.0.4 - draft Brazil flag

Guia de Implementação da SES GO - Estatísticas Vitais - Downloaded Version 1.0.4 See the Directory of published versions

: Tipo de Documento - TTL Representation

Active as of 2026-09-14

Raw ttl | Download


@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://hl7.org/fhir/ValueSet/tipo-documento-representado> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "tipo-documento-representado"] ;
  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 tipo-documento-representado</b></p><a name=\"tipo-documento-representado\"> </a><a name=\"hctipo-documento-representado\"> </a><ul><li>Include todos os códigos definidos em <a href=\"CodeSystem-tipo-documento-representado.html\"><code>https://fhir.saude.go.gov.br/r4/estatisticas-vitais/CodeSystem/tipo-documento-representado</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> versão ?1.0.4</span></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://fhir.saude.go.gov.br/r4/estatisticas-vitais/ValueSet/tipo-documento-representado"] ;
  fhir:ValueSet.version [ fhir:value "1.0.4"] ;
  fhir:ValueSet.name [ fhir:value "TipoDocumentoRepresentado"] ;
  fhir:ValueSet.title [ fhir:value "Tipo de Documento"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-09-14T14:03:41+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "SES-GO"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "SES-GO" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://fhir.saude.go.gov.br" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "ti-ses.saude@goias.gov.br" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "Define os tipos de documentos utilizados para identificação profissional ou pessoal do responsável pelo preenchimento da Declaração de Nascido Vivo (DNV). \nEste sistema de códigos classifica os diferentes documentos exigidos para validar a atuação do responsável pelo preenchimento."] ;
  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 "BRA" ]
     ]
  ] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "https://fhir.saude.go.gov.br/r4/estatisticas-vitais/CodeSystem/tipo-documento-representado" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/tipo-documento-representado.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/tipo-documento-representado.ttl> .