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

: 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>Generated Narrative: Organization HospitalExemplo</b></p><a name=\"HospitalExemplo\"> </a><a name=\"hcHospitalExemplo\"> </a><a name=\"HospitalExemplo-pt-BR\"> </a><p><b>identifier</b>: <code>https://fhir.saude.go.gov.br/sid/cnes</code>/1234</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{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=\"Codes:{https://fhir.saude.go.gov.br/r4/core/CodeSystem/natureza-juridica 1}\">Público</span>, <span title=\"Codes:{https://fhir.saude.go.gov.br/r4/core/CodeSystem/nivel-gestao M}\">Municipal</span>, <span title=\"Codes:{http://www.saude.gov.br/fhir/r4/CodeSystem/BRTipoEstabelecimentoSaude 84}\">CENTRAL DE ABASTECIMENTO</span>, <span title=\"Codes:{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"
    }
  ],
  "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" : "1"
        }
      ]
    },
    {
      "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"
    }
  ]
}