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

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

: Hospital Exemplo - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "HospitalExemplo",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/estabelecimento-saude"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: Organization HospitalExemplo</b></p><a name=\"HospitalExemplo\"> </a><a name=\"hcHospitalExemplo\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Perfil: <a href=\"StructureDefinition-estabelecimento-saude.html\">Estabelecimento de Saúde</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-cnes.html\" title=\"O Cadastro Nacional de Estabelecimentos de Saúde – CNES visa ser a base para operacionalizar os Sistemas de Informações em Saúde, \nsendo estes imprescindíveis a um gerenciamento eficaz e eficiente do SUS.\">CNES</a>/1234, <a href=\"NamingSystem-cnpj.html\" title=\"Cadastro Nacional de Pessoas Jurídicas, um número de identificação que toda empresa precisa ter para estar legalizada no Brasil. \nÉ um registro público administrado pela Receita Federal, que armazena informações cadastrais de empresas de interesse das administrações tributárias.\">CNPJ</a>/12345678000195</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Códigos:{https://fhir.saude.go.gov.br/r4/core/CodeSystem/natureza-juridica 1260}\">Fundação Pública de Direito Privado Estadual ou do Distrito Federal</span>, <span title=\"Códigos:{https://fhir.saude.go.gov.br/r4/core/CodeSystem/natureza-juridica 1000}\">Público</span>, <span title=\"Códigos:{https://fhir.saude.go.gov.br/r4/core/CodeSystem/nivel-gestao M}\">Municipal</span>, <span title=\"Códigos:{http://www.saude.gov.br/fhir/r4/CodeSystem/BRTipoEstabelecimentoSaude 84}\">CENTRAL DE ABASTECIMENTO</span>, <span title=\"Códigos:{https://fhir.saude.go.gov.br/r4/core/CodeSystem/tipo-novo-estabelecimento-saude 001}\">Unidade Básica de Saúde</span></p><p><b>name</b>: Hospital Exemplo</p><p><b>alias</b>: Hospital Exemplar LTDA</p><p><b>telecom</b>: <a href=\"tel:+55119999-9999\">+55 11 9999-9999</a></p><p><b>address</b>: Bueno Rua T-7 081 64 Prédio Pandora, Ap 1201 520870 52 74210-250 </p></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.saude.go.gov.br/sid/cnes",
      "value" : "1234"
    },
    {
      "system" : "https://fhir.saude.go.gov.br/sid/cnpj",
      "value" : "12345678000195"
    }
  ],
  "active" : true,
  "type" : [
    {
      "id" : "naturezajuridica",
      "coding" : [
        {
          "system" : "https://fhir.saude.go.gov.br/r4/core/CodeSystem/natureza-juridica",
          "code" : "1260"
        }
      ]
    },
    {
      "id" : "categorianaturezajuridica",
      "coding" : [
        {
          "system" : "https://fhir.saude.go.gov.br/r4/core/CodeSystem/natureza-juridica",
          "code" : "1000"
        }
      ]
    },
    {
      "id" : "nivelgestao",
      "coding" : [
        {
          "system" : "https://fhir.saude.go.gov.br/r4/core/CodeSystem/nivel-gestao",
          "code" : "M"
        }
      ]
    },
    {
      "id" : "tipoestabelecimento",
      "coding" : [
        {
          "system" : "http://www.saude.gov.br/fhir/r4/CodeSystem/BRTipoEstabelecimentoSaude",
          "code" : "84"
        }
      ]
    },
    {
      "id" : "tiponovoestabelecimento",
      "coding" : [
        {
          "system" : "https://fhir.saude.go.gov.br/r4/core/CodeSystem/tipo-novo-estabelecimento-saude",
          "code" : "001"
        }
      ]
    }
  ],
  "name" : "Hospital Exemplo",
  "alias" : [
    "Hospital Exemplar LTDA"
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+55 11 9999-9999"
    }
  ],
  "address" : [
    {
      "line" : [
        "Bueno",
        "Rua T-7",
        "081",
        "64",
        "Prédio Pandora, Ap 1201"
      ],
      "_line" : [
        {
          "id" : "bairro"
        },
        {
          "id" : "logradouro"
        },
        {
          "id" : "tipologradouro"
        },
        {
          "id" : "numero"
        },
        {
          "id" : "complemento"
        }
      ],
      "city" : "520870",
      "state" : "52",
      "postalCode" : "74210-250"
    }
  ]
}