FHIR IG analytics| Package | ru.core |
| Resource Type | Coverage |
| Id | Coverage-example-core-coverage-ivanov-oms-min.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Coverage example-core-coverage-ivanov-oms-min
Profile: Core Coverage (Страховое покрытие)
identifier: Core NamingSystem Идентификатор - Номер полиса ОМС/1234567890123456
status: Active
kind: Insurance
type: ОМС
| Type | Value | Name |
| Group | Core NamingSystem Идентификатор - Номер полиса ОМС/ОМС-001 | Обязательное медицинское страхование |
{
"resourceType": "Coverage",
"id": "example-core-coverage-ivanov-oms-min",
"meta": {
"profile": [
"https://fhir.ru/ig/core/StructureDefinition/core-coverage"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"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-min"
},
"beneficiary": {
"reference": "Patient/example-core-patient-ivanov-min"
},
"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": "Обязательное медицинское страхование"
}
]
}