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

Guia de Implementação da SES GO - CORE - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Classificação de atendimento - JSON Representation

Draft as of 2024-11-14

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "classificacao-atendimento",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem classificacao-atendimento</b></p><a name=\"classificacao-atendimento\"> </a><a name=\"hcclassificacao-atendimento\"> </a><a name=\"classificacao-atendimento-pt-BR\"> </a><p>This  code system <code>https://fhir.saude.go.gov.br/r4/core/CodeSystem/classificacao-atendimento</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"classificacao-atendimento-0\"> </a></td><td>Emergência</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"classificacao-atendimento-1\"> </a></td><td>Urgência</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"classificacao-atendimento-2\"> </a></td><td>Prioritário</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"classificacao-atendimento-3\"> </a></td><td>Eletivo</td></tr></table></div>"
  },
  "url" : "https://fhir.saude.go.gov.br/r4/core/CodeSystem/classificacao-atendimento",
  "version" : "0.0.1",
  "name" : "ClassificacaoAtendimento",
  "title" : "Classificação de atendimento",
  "status" : "draft",
  "date" : "2024-11-14T20:21:50+00:00",
  "publisher" : "SES-GO",
  "contact" : [
    {
      "name" : "SES-GO",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://fhir-homolog.saude.go.gov.br"
        },
        {
          "system" : "email",
          "value" : "muriloluz@ufg.br"
        }
      ]
    }
  ],
  "description" : "Classificação de atendimento.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BR"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "0",
      "display" : "Emergência"
    },
    {
      "code" : "1",
      "display" : "Urgência"
    },
    {
      "code" : "2",
      "display" : "Prioritário"
    },
    {
      "code" : "3",
      "display" : "Eletivo"
    }
  ]
}