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


<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="example-core-relatedperson-ivanov-spouse"/>
  <meta>
    <profile
             value="https://fhir.ru/ig/core/StructureDefinition/core-relatedperson"/>
  </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> 12 августа 1987 года</li><li><strong>Статус:</strong> Активное связанное лицо</li></ul><p><strong>Идентификаторы:</strong></p><ul><li><strong>СНИЛС:</strong> 111-222-333-44 (официальный)</li></ul><p><strong>Связь с пациентом:</strong></p><ul><li><strong>Пациент:</strong> <em>Иванов Иван Петрович</em> (ссылка на Patient/example-core-patient-ivanov)</li><li><strong>Отношение:</strong> Супруг/супруга (Spouse)</li></ul><p><strong>Контактная информация:</strong></p><ul><li><strong>Адрес:</strong> г. Москва, ул. Тверская, д. 1, кв. 15</li><li><strong>Телефон:</strong> +7-495-123-45-67 (домашний)</li><li><strong>Email:</strong> maria.ivanova@email.com (домашний)</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="111-222-333-44"/>
  </identifier>
  <active value="true"/>
  <patient>🔗 
    <reference value="Patient/example-core-patient-ivanov"/>
    <display value="Иванов Иван Петрович"/>
  </patient>
  <relationship>
    <coding>
      <system
              value="https://fhir.ru/ig/core/CodeSystem/core-relatedperson-codesystem"/>
      <code value="SPS"/>
      <display value="Spouse"/>
    </coding>
  </relationship>
  <name>
    <use value="official"/>
    <text value="Иванова Мария Сергеевна"/>
    <family value="Иванова"/>
    <given value="Мария"/>
    <given value="Сергеевна"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+7-495-123-45-67"/>
    <use value="home"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="maria.ivanova@email.com"/>
    <use value="home"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1987-08-12"/>
  <address>
    <use value="home"/>
    <type value="physical"/>
    <text value="г. Москва, ул. Тверская, д. 1, кв. 15"/>
    <line value="ул. Тверская, д. 1, кв. 15"/>
    <city value="Москва"/>
    <state value="Москва"/>
    <postalCode value="125009"/>
    <country value="RU"/>
  </address>
</RelatedPerson>