FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageru.core
Resource TypeCoverage
IdCoverage-example-core-coverage-ivanov-oms.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Страховое покрытие: ОМС Иванова И.П.

Основная информация:

  • Идентификатор: 1234567890123456 (официальный)
  • Статус: Активное
  • Тип покрытия: ОМС (Обязательное медицинское страхование)
  • Вид покрытия: Медицинское страхование

Участники:

  • Застрахованное лицо: Иванов Иван Петрович (ссылка на Patient/example-core-patient-ivanov)
  • Страховая организация: ГБУЗ Городская поликлиника №1 (ссылка на Organization/example-core-organization-polyclinic)

Период действия:

  • Дата начала: 01.01.2024
  • Дата окончания: 31.12.2024

Класс покрытия:

  • Тип: ОМС
  • Название: Обязательное медицинское страхование
  • Значение: 1234567890123456

Source1

{
  "resourceType": "Coverage",
  "id": "example-core-coverage-ivanov-oms",
  "meta": {
    "profile": [
      "https://fhir.ru/ig/core/StructureDefinition/core-coverage"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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
}