0.2.0 - ci-build

RuCoreIG, published by HL7 FHIR Россия. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-ru/RuCoreIG/ and changes regularly. See the Directory of published versions

: Пример организации - Городская поликлиника №1 (минимальный) - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="example-core-organization-polyclinic-min"/>
  <meta>
    <profile
             value="https://fhir.ru/ig/core/StructureDefinition/core-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization example-core-organization-polyclinic-min</b></p><a name="example-core-organization-polyclinic-min"> </a><a name="hcexample-core-organization-polyclinic-min"> </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">Profile: <a href="StructureDefinition-core-organization.html">Core Organization (Организация)</a></p></div><p><b>identifier</b>: <code>https://www.nalog.gov.ru/inn</code>/7701234567</p><p><b>active</b>: true</p><p><b>name</b>: ГБУЗ Городская поликлиника №1</p><h3>Contacts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Address</b></td></tr><tr><td style="display: none">*</td><td>Москва RU </td></tr></table></div>
  </text>
  <identifier>
    <system value="https://www.nalog.gov.ru/inn"/>
    <value value="7701234567"/>
  </identifier>
  <active value="true"/>
  <name value="ГБУЗ Городская поликлиника №1"/>
  <contact>
    <address>
      <city value="Москва"/>
      <country value="RU"/>
    </address>
  </contact>
</Organization>