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 Apresentação Fetal - 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/CodeSystem/tipo-apresentacao-fetal> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "tipo-apresentacao-fetal"] ;
  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 tipo-apresentacao-fetal</b></p><a name=\"tipo-apresentacao-fetal\"> </a><a name=\"hctipo-apresentacao-fetal\"> </a><p>Este case-sensitive sistema de código <code>https://fhir.saude.go.gov.br/r4/estatisticas-vitais/CodeSystem/tipo-apresentacao-fetal</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-apresentacao-fetal-1\"> </a></td><td>Cefálica</td><td>A cabeça do feto está voltada para a saída do útero (apresentação mais comum).</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"tipo-apresentacao-fetal-2\"> </a></td><td>Pélvica ou podálica</td><td>O feto apresenta a pelve/nádegas na saída do útero.</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"tipo-apresentacao-fetal-3\"> </a></td><td>Transversal</td><td>O feto está posicionado transversalmente ao canal de parto.</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"tipo-apresentacao-fetal-9\"> </a></td><td>Ignorado</td><td>Informação não disponível ou não registrada.</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://fhir.saude.go.gov.br/r4/estatisticas-vitais/CodeSystem/tipo-apresentacao-fetal"] ;
  fhir:CodeSystem.version [ fhir:value "1.0.4"] ;
  fhir:CodeSystem.name [ fhir:value "TipoApresentacaoFetal"] ;
  fhir:CodeSystem.title [ fhir:value "Tipo de Apresentação Fetal"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-09-14T14:03:41+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "SES-GO"] ;
  fhir:CodeSystem.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:CodeSystem.description [ fhir:value "Define os códigos para os diferentes tipos de apresentação fetal observados durante a gravidez ou no momento do parto."] ;
  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 "BRA" ]
     ]
  ] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "1" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Cefálica" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "A cabeça do feto está voltada para a saída do útero (apresentação mais comum)." ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "2" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Pélvica ou podálica" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "O feto apresenta a pelve/nádegas na saída do útero." ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "3" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Transversal" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "O feto está posicionado transversalmente ao canal de parto." ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "9" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Ignorado" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Informação não disponível ou não registrada." ]
  ] .

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

<http://hl7.org/fhir/CodeSystem/tipo-apresentacao-fetal.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/tipo-apresentacao-fetal.ttl> .