{
  "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><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-core-coverage.html\">Core Coverage (Источник финансирования)</a></p></div><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 ( 6)</a></p><p><b>payor</b>: <a href=\"Patient-core-patient-payer-instance-full.html\">Владимир Геннадиевич Корольков (official) Male, DoB: 1955-01-10 ( 1)</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"
  }]
}