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
<Patient xmlns="http://hl7.org/fhir">
<id value="example-core-patient-ivanov"/>
<meta>
<profile
value="https://fhir.ru/ig/core/StructureDefinition/core-patient"/>
</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> 15 марта 1985 года</li><li><strong>Семейное положение:</strong> Женат</li><li><strong>Статус:</strong> Активный пациент</li></ul><p><strong>Идентификаторы:</strong></p><ul><li><strong>СНИЛС:</strong> 123-456-789-01 (официальный)</li><li><strong>ИНН:</strong> 123456789012 (официальный)</li><li><strong>Паспорт:</strong> 4510-123456 (официальный)</li><li><strong>Полис ОМС:</strong> 1234567890123456 (официальный)</li></ul><p><strong>Адрес:</strong></p><ul><li><strong>Тип адреса:</strong> Домашний адрес</li><li><strong>Адрес:</strong> г. Москва, ул. Тверская, д. 1, кв. 15</li><li><strong>Индекс:</strong> 125009</li><li><strong>Регион:</strong> г. Москва (код 77)</li><li><strong>ФИАС код:</strong> 7700000000000000000000000</li></ul><p><strong>Медицинская организация:</strong></p><ul><li><strong>Прикреплен к:</strong> <em>ГБУЗ Городская поликлиника №1</em> (ссылка на Organization/example-core-organization-polyclinic)</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="123-456-789-01"/>
<assigner>
<display value="ПФР РФ"/>
</assigner>
</identifier>
<identifier>
<use value="official"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="TAX"/>
</coding>
</type>
<system value="https://www.nalog.gov.ru/inn"/>
<value value="123456789012"/>
</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-123456"/>
</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/oms"/>
<value value="1234567890123456"/>
</identifier>
<active value="true"/>
<name>
<use value="official"/>
<text value="Иванов Иван Петрович"/>
<family value="Иванов"/>
<given value="Иван"/>
<given value="Петрович"/>
</name>
<gender value="male"/>
<birthDate value="1985-03-15"/>
<deceasedBoolean value="false"/>
<address>
<extension url="https://fhir.ru/ig/core/StructureDefinition/fias">
<valueCodeableConcept>
<coding>
<system
value="https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-fias"/>
<code value="7700000000000000000000000"/>
<display value="г. Москва"/>
</coding>
</valueCodeableConcept>
</extension>
<extension url="https://fhir.ru/ig/core/StructureDefinition/regionRF">
<valueCodeableConcept>
<coding>
<system
value="https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-region-rf"/>
<code value="77"/>
<display value="г. Москва"/>
</coding>
</valueCodeableConcept>
</extension>
<extension
url="https://fhir.ru/ig/core/StructureDefinition/address-type">
<valueCodeableConcept>
<coding>
<system
value="https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-address-type"/>
<code value="3"/>
<display value="Домашний адрес"/>
</coding>
</valueCodeableConcept>
</extension>
<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>
<maritalStatus>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
<code value="M"/>
<display value="Married"/>
</coding>
<text value="Женат"/>
</maritalStatus>
<managingOrganization>🔗
<reference value="Organization/example-core-organization-polyclinic"/>
<display value="ГБУЗ Городская поликлиника №1"/>
</managingOrganization>
</Patient>