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

: Пример страхового покрытия - ОМС Иванова И.П. - JSON Representation

Raw json | Download

{
  "resourceType" : "Coverage",
  "id" : "example-core-coverage-ivanov-oms",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ru/ig/core/StructureDefinition/core-coverage"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PPN"
          }
        ]
      },
      "system" : "https://fhir.ru/ig/core/systems/oms",
      "value" : "1234567890123456"
    }
  ],
  "status" : "active",
  "kind" : "insurance",
  "type" : {
    "coding" : [
      {
        "system" : "https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-sources-of-payment",
        "code" : "1",
        "display" : "ОМС"
      }
    ]
  },
  "subscriber" : {
    🔗 "reference" : "Patient/example-core-patient-ivanov",
    "display" : "Иванов Иван Петрович"
  },
  "subscriberId" : [
    {
      "system" : "https://fhir.ru/ig/core/systems/oms",
      "value" : "1234567890123456"
    }
  ],
  "beneficiary" : {
    🔗 "reference" : "Patient/example-core-patient-ivanov",
    "display" : "Иванов Иван Петрович"
  },
  "dependent" : "1",
  "relationship" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
        "code" : "self",
        "display" : "Self"
      }
    ]
  },
  "period" : {
    "start" : "2024-01-01",
    "end" : "2024-12-31"
  },
  "class" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
            "code" : "group",
            "display" : "Group"
          }
        ]
      },
      "value" : {
        "system" : "https://fhir.ru/ig/core/systems/oms",
        "value" : "ОМС-001"
      },
      "name" : "Обязательное медицинское страхование"
    }
  ],
  "order" : 1,
  "network" : "ОМС",
  "costToBeneficiary" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/benefit-category",
            "code" : "medical",
            "display" : "Medical"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 0,
        "unit" : "руб",
        "system" : "http://unitsofmeasure.org",
        "code" : "RUB"
      }
    }
  ],
  "subrogation" : false
}