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

: Пример медицинского работника - доктор Смирнов - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="example-core-practitioner-smirnov"/>
  <meta>
    <profile
             value="https://fhir.ru/ig/core/StructureDefinition/core-practitioner"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3>Медицинский работник: Смирнов Александр Иванович</h3><p><strong>Основная информация:</strong></p><ul><li><strong>ФИО:</strong> Смирнов Александр Иванович</li><li><strong>Пол:</strong> Мужской</li><li><strong>Дата рождения:</strong> 20 июня 1975 года</li><li><strong>Статус:</strong> Активный медицинский работник</li></ul><p><strong>Идентификаторы:</strong></p><ul><li><strong>СНИЛС:</strong> 987-654-321-09 (официальный)</li><li><strong>Паспорт:</strong> 4510-654321 (официальный)</li></ul><p><strong>Адрес:</strong></p><ul><li><strong>Домашний адрес:</strong> г. Москва, ул. Арбат, д. 25, кв. 8</li><li><strong>Индекс:</strong> 119002</li><li><strong>Регион:</strong> г. Москва</li></ul><p><strong>Образование и квалификация:</strong></p><ul><li><strong>Номер диплома:</strong> МЕД-123456</li><li><strong>Специальность:</strong> Doctor of Medicine (Врач)</li><li><strong>Дата получения:</strong> 01.06.2000</li><li><strong>Учебное заведение:</strong> Первый Московский государственный медицинский университет им. И.М. Сеченова</li></ul></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="SB"/>
      </coding>
    </type>
    <system value="https://fhir.ru/ig/core/systems/snils"/>
    <value value="987-654-321-09"/>
  </identifier>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PPN"/>
      </coding>
    </type>
    <system value="https://fhir.ru/ig/core/systems/passport"/>
    <value value="4510-654321"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <text value="Смирнов Александр Иванович"/>
    <family value="Смирнов"/>
    <given value="Александр"/>
    <given value="Иванович"/>
  </name>
  <gender value="male"/>
  <birthDate value="1975-06-20"/>
  <address>
    <use value="home"/>
    <type value="physical"/>
    <text value="г. Москва, ул. Арбат, д. 25, кв. 8"/>
    <line value="ул. Арбат, д. 25, кв. 8"/>
    <city value="Москва"/>
    <state value="Москва"/>
    <postalCode value="119002"/>
    <country value="RU"/>
  </address>
  <qualification>
    <identifier>
      <system value="https://www.rosminzdrav.ru/medical-education"/>
      <value value="МЕД-123456"/>
    </identifier>
    <code>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0360"/>
        <code value="MD"/>
        <display value="Doctor of Medicine"/>
      </coding>
    </code>
    <period>
      <start value="2000-06-01"/>
    </period>
    <issuer>
      <display
               value="Первый Московский государственный медицинский университет им. И.М. Сеченова"/>
    </issuer>
  </qualification>
</Practitioner>