FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagebr.go.ses.core
Resource TypeOrganization
IdOrganization-HospitalExemplo.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Narrativa gerada: Organization HospitalExemplo

identifier: CNES/1234

active: true

type: Fundação Pública de Direito Privado Estadual ou do Distrito Federal, Público, Municipal, CENTRAL DE ABASTECIMENTO, Unidade Básica de Saúde

name: Hospital Exemplo

alias: Hospital Exemplar LTDA

telecom: +55 11 9999-9999

address: Bueno Rua T-7 081 64 Prédio Pandora, Ap 1201 520870 52 74210-250


Source1

{
  "resourceType": "Organization",
  "id": "HospitalExemplo",
  "meta": {
    "profile": [
      "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/estabelecimento-saude"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "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"
    }
  ]
}