FHIR IG analytics| Package | br.go.ses.core |
| Resource Type | Organization |
| Id | Organization-HospitalExemplo.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narrativa gerada: Organization HospitalExemplo
Perfil: Estabelecimento de Saúde
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
{
"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"
}
]
}