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 Resposta SNI - JSON Representation

Active as of 2025-11-26

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "tipo-resposta-sni",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: CodeSystem tipo-resposta-sni</b></p><a name=\"tipo-resposta-sni\"> </a><a name=\"hctipo-resposta-sni\"> </a><p>Este case-sensitive sistema de código <code>https://fhir.saude.go.gov.br/r4/core/CodeSystem/tipo-resposta-sni</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-resposta-sni-1\"> </a></td><td>Sim</td><td>Resposta afirmativa.</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"tipo-resposta-sni-2\"> </a></td><td>Não</td><td>Resposta negativa.</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"tipo-resposta-sni-9\"> </a></td><td>Ignorado</td><td>Resposta não informada ou desconhecida.</td></tr></table></div>"
  },
  "url" : "https://fhir.saude.go.gov.br/r4/core/CodeSystem/tipo-resposta-sni",
  "version" : "1.1.0",
  "name" : "TipoRespostaSNI",
  "title" : "Tipo Resposta SNI",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-11-26T13:07:11+00:00",
  "publisher" : "SES-GO",
  "contact" : [
    {
      "name" : "SES-GO",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://fhir.saude.go.gov.br"
        },
        {
          "system" : "email",
          "value" : "ti-ses.saude@goias.gov.br"
        }
      ]
    }
  ],
  "description" : "CodeSystem para representar as respostas Sim, Não e Ignorado em questionários e registros clínicos.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BRA"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "1",
      "display" : "Sim",
      "definition" : "Resposta afirmativa."
    },
    {
      "code" : "2",
      "display" : "Não",
      "definition" : "Resposta negativa."
    },
    {
      "code" : "9",
      "display" : "Ignorado",
      "definition" : "Resposta não informada ou desconhecida."
    }
  ]
}