Guia de Implementação da SES GO - CORE
1.1.0 - draft Brazil flag

Guia de Implementação da SES GO - CORE - Downloaded Version 1.1.0 See the Directory of published versions

: Tipo de Local da Ocorrência do Nascimento - TTL Representation

Active as of 2025-11-26

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "tipo-local-ocorrencia-nascimento"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: CodeSystem tipo-local-ocorrencia-nascimento</b></p><a name=\"tipo-local-ocorrencia-nascimento\"> </a><a name=\"hctipo-local-ocorrencia-nascimento\"> </a><p>Este case-sensitive sistema de código <code>https://fhir.saude.go.gov.br/r4/core/CodeSystem/tipo-local-ocorrencia-nascimento</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\">1<a name=\"tipo-local-ocorrencia-nascimento-1\"> </a></td><td>Hospital</td><td>Nascimento ocorrido em hospital</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"tipo-local-ocorrencia-nascimento-2\"> </a></td><td>Outros Estabelecimentos de Saúde</td><td>Nascimento ocorrido em outros estabelecimentos de saúde</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"tipo-local-ocorrencia-nascimento-3\"> </a></td><td>Domicílio</td><td>Nascimento ocorrido no domicílio</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"tipo-local-ocorrencia-nascimento-4\"> </a></td><td>Outros</td><td>Nascimento ocorrido em outros locais</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"tipo-local-ocorrencia-nascimento-9\"> </a></td><td>Ignorado</td><td>Tipo de local ignorado ou não informado</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://fhir.saude.go.gov.br/r4/core/CodeSystem/tipo-local-ocorrencia-nascimento"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.1.0"] ; # 
  fhir:name [ fhir:v "TipoLocalOcorrenciaNascimento"] ; # 
  fhir:title [ fhir:v "Tipo de Local da Ocorrência do Nascimento"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-11-26T13:07:11+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "SES-GO"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "SES-GO" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://fhir.saude.go.gov.br" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "ti-ses.saude@goias.gov.br" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Identifica o tipo de local onde o nascimento ocorreu"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BRA" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Hospital" ] ;
fhir:definition [ fhir:v "Nascimento ocorrido em hospital" ]
  ] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Outros Estabelecimentos de Saúde" ] ;
fhir:definition [ fhir:v "Nascimento ocorrido em outros estabelecimentos de saúde" ]
  ] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Domicílio" ] ;
fhir:definition [ fhir:v "Nascimento ocorrido no domicílio" ]
  ] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Outros" ] ;
fhir:definition [ fhir:v "Nascimento ocorrido em outros locais" ]
  ] [
fhir:code [ fhir:v "9" ] ;
fhir:display [ fhir:v "Ignorado" ] ;
fhir:definition [ fhir:v "Tipo de local ignorado ou não informado" ]
  ] ) . #