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


<Coverage xmlns="http://hl7.org/fhir">
  <id value="example-core-coverage-ivanov-oms"/>
  <meta>
    <profile
             value="https://fhir.ru/ig/core/StructureDefinition/core-coverage"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3>Страховое покрытие: ОМС Иванова И.П.</h3><p><strong>Основная информация:</strong></p><ul><li><strong>Идентификатор:</strong> 1234567890123456 (официальный)</li><li><strong>Статус:</strong> Активное</li><li><strong>Тип покрытия:</strong> ОМС (Обязательное медицинское страхование)</li><li><strong>Вид покрытия:</strong> Медицинское страхование</li></ul><p><strong>Участники:</strong></p><ul><li><strong>Застрахованное лицо:</strong> <em>Иванов Иван Петрович</em> (ссылка на Patient/example-core-patient-ivanov)</li><li><strong>Страховая организация:</strong> <em>ГБУЗ Городская поликлиника №1</em> (ссылка на Organization/example-core-organization-polyclinic)</li></ul><p><strong>Период действия:</strong></p><ul><li><strong>Дата начала:</strong> 01.01.2024</li><li><strong>Дата окончания:</strong> 31.12.2024</li></ul><p><strong>Класс покрытия:</strong></p><ul><li><strong>Тип:</strong> ОМС</li><li><strong>Название:</strong> Обязательное медицинское страхование</li><li><strong>Значение:</strong> 1234567890123456</li></ul></div>
  </text>
  <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>
  <status value="active"/>
  <kind value="insurance"/>
  <type>
    <coding>
      <system
              value="https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-sources-of-payment"/>
      <code value="1"/>
      <display value="ОМС"/>
    </coding>
  </type>
  <subscriber>🔗 
    <reference value="Patient/example-core-patient-ivanov"/>
    <display value="Иванов Иван Петрович"/>
  </subscriber>
  <subscriberId>
    <system value="https://fhir.ru/ig/core/systems/oms"/>
    <value value="1234567890123456"/>
  </subscriberId>
  <beneficiary>🔗 
    <reference value="Patient/example-core-patient-ivanov"/>
    <display value="Иванов Иван Петрович"/>
  </beneficiary>
  <dependent value="1"/>
  <relationship>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/subscriber-relationship"/>
      <code value="self"/>
      <display value="Self"/>
    </coding>
  </relationship>
  <period>
    <start value="2024-01-01"/>
    <end value="2024-12-31"/>
  </period>
  <class>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/coverage-class"/>
        <code value="group"/>
        <display value="Group"/>
      </coding>
    </type>
    <value>
      <system value="https://fhir.ru/ig/core/systems/oms"/>
      <value value="ОМС-001"/>
    </value>
    <name value="Обязательное медицинское страхование"/>
  </class>
  <order value="1"/>
  <network value="ОМС"/>
  <costToBeneficiary>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/benefit-category"/>
        <code value="medical"/>
        <display value="Medical"/>
      </coding>
    </type>
    <valueQuantity>
      <value value="0"/>
      <unit value="руб"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="RUB"/>
    </valueQuantity>
  </costToBeneficiary>
  <subrogation value="false"/>
</Coverage>