@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://fhir.saude.go.gov.br/r4/estatisticas-vitais/CodeSystem/quantidade-fetos-gravidez> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "quantidade-fetos-gravidez"] ;
  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 quantidade-fetos-gravidez</b></p><a name=\"quantidade-fetos-gravidez\"> </a><a name=\"hcquantidade-fetos-gravidez\"> </a><p>Este case-sensitive sistema de código <code>https://fhir.saude.go.gov.br/r4/estatisticas-vitais/CodeSystem/quantidade-fetos-gravidez</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=\"quantidade-fetos-gravidez-1\"> </a></td><td>Única</td><td>Gravidez de um feto</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"quantidade-fetos-gravidez-2\"> </a></td><td>Dupla</td><td>Gravidez de dois fetos</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"quantidade-fetos-gravidez-3\"> </a></td><td>Tripla ou mais</td><td>Gravidez de três ou mais fetos</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"quantidade-fetos-gravidez-9\"> </a></td><td>Ignorado</td><td>Informação não disponível ou ignorada</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://fhir.saude.go.gov.br/r4/estatisticas-vitais/CodeSystem/quantidade-fetos-gravidez"] ;
  fhir:CodeSystem.version [ fhir:value "1.0.4"] ;
  fhir:CodeSystem.name [ fhir:value "QuantidadeFetosGravidez"] ;
  fhir:CodeSystem.title [ fhir:value "Quantidade de Fetos em uma Gravidez"] ;
  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 a quantidade de fetos identificados na gravidez."] ;
  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 "Única" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Gravidez de um feto" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "2" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Dupla" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Gravidez de dois fetos" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "3" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Tripla ou mais" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Gravidez de três ou mais fetos" ]
  ], [
     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 ignorada" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://fhir.saude.go.gov.br/r4/estatisticas-vitais/CodeSystem/quantidade-fetos-gravidez.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

