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 - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="HospitalExemplo"/>
  <meta>
    <profile
             value="https://fhir.saude.go.gov.br/r4/core/StructureDefinition/estabelecimento-saude"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <identifier>
    <system value="https://fhir.saude.go.gov.br/sid/cnes"/>
    <value value="1234"/>
  </identifier>
  <active value="true"/>
  <type id="naturezajuridica">
    <coding>
      <system
              value="https://fhir.saude.go.gov.br/r4/core/CodeSystem/natureza-juridica"/>
      <code value="1260"/>
    </coding>
  </type>
  <type id="categorianaturezajuridica">
    <coding>
      <system
              value="https://fhir.saude.go.gov.br/r4/core/CodeSystem/natureza-juridica"/>
      <code value="1"/>
    </coding>
  </type>
  <type id="nivelgestao">
    <coding>
      <system
              value="https://fhir.saude.go.gov.br/r4/core/CodeSystem/nivel-gestao"/>
      <code value="M"/>
    </coding>
  </type>
  <type id="tipoestabelecimento">
    <coding>
      <system
              value="http://www.saude.gov.br/fhir/r4/CodeSystem/BRTipoEstabelecimentoSaude"/>
      <code value="84"/>
    </coding>
  </type>
  <type id="tiponovoestabelecimento">
    <coding>
      <system
              value="https://fhir.saude.go.gov.br/r4/core/CodeSystem/tipo-novo-estabelecimento-saude"/>
      <code value="001"/>
    </coding>
  </type>
  <name value="Hospital Exemplo"/>
  <alias value="Hospital Exemplar LTDA"/>
  <telecom>
    <system value="phone"/>
    <value value="+55 11 9999-9999"/>
  </telecom>
  <address>
    <line value="Bueno">
      <id value="bairro"/>
    </line>
    <line value="Rua T-7">
      <id value="logradouro"/>
    </line>
    <line value="081">
      <id value="tipologradouro"/>
    </line>
    <line value="64">
      <id value="numero"/>
    </line>
    <line value="Prédio Pandora, Ap 1201">
      <id value="complemento"/>
    </line>
    <city value="520870"/>
    <state value="52"/>
    <postalCode value="74210-250"/>
  </address>
</Organization>