0.1.0 - ci-build
RuCoreIG, published by HL7 FHIR Россия. This guide is not an authorized publication; it is the continuous build for version 0.1.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
{
"resourceType" : "Coverage",
"id" : "core-coverage-instance-full",
"meta" : {
"profile" : [
🔗 "https://fhir.ru/ig/core/StructureDefinition/core-coverage"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage core-coverage-instance-full</b></p><a name=\"core-coverage-instance-full\"> </a><a name=\"hccore-coverage-instance-full\"> </a><a name=\"core-coverage-instance-full-en-US\"> </a><p><b>identifier</b>: Полис ОМС/1234567898765432</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-sources-of-payment 1}\">Средства обязательного медицинского страхования</span></p><p><b>beneficiary</b>: <a href=\"Patient-core-patient-instance-full.html\">Мария-Антуанетта Иоганновна Габсбург-Лотарингская (official) Female, DoB: 1955-01-10 ( Свидетельство о рождении)</a></p><p><b>payor</b>: <a href=\"Patient-core-patient-payer-instance-full.html\">Владимир Геннадиевич Корольков (official) Male, DoB: 1955-01-10 ( Паспорт гражданина Российской Федерации)</a></p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-coverage-document",
"code" : "1"
}
]
},
"system" : "http://fhir.ru/core/systems/OMS",
"value" : "1234567898765432"
}
],
"status" : "active",
"type" : {
"coding" : [
{
"system" : "https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-sources-of-payment",
"code" : "1"
}
]
},
"beneficiary" : {
🔗 "reference" : "Patient/core-patient-instance-full"
},
"payor" : [
{
🔗 "reference" : "Patient/core-patient-payer-instance-full"
}
]
}