FHIR IG analytics| Package | ru.core |
| Resource Type | Coverage |
| Id | Coverage-example-core-coverage-ivanov-oms.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Основная информация:
Участники:
Период действия:
Класс покрытия:
{
"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
}