1 - ci-build
RuCoreIG - Local Development build (v1) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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=\"core-patient-instance-ful\">core-patient-instance-ful</a></p><p><b>payor</b>: <a href=\"core-patient-payer-instance-ful\">core-patient-payer-instance-ful</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" : "core-patient-instance-ful"
},
"payor" : [
{
"reference" : "core-patient-payer-instance-ful"
}
]
}