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
: Core Instance Coverage Full - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Coverage ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "core-coverage-instance-full"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.ru/ig/core/StructureDefinition/core-coverage"^^xsd:anyURI ;
fhir:link <https://fhir.ru/ig/core/StructureDefinition/core-coverage> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-coverage-document"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ] ) ] ;
fhir:system [ fhir:v "http://fhir.ru/core/systems/OMS"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1234567898765432" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-sources-of-payment"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ] )
] ; #
fhir:beneficiary [
fhir:reference [ fhir:v "Patient/core-patient-instance-full" ]
] ; #
fhir:payor ( [
fhir:reference [ fhir:v "Patient/core-patient-payer-instance-full" ]
] ) . #