This page is part of the Da Vinci Coverage Requirements Discovery (CRD) FHIR IG (v2.0.1: STU 2.0) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: Coverage example - 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 "example"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Coverage</b><a name=\"example\"> </a></p><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\">Resource Coverage "example" </p></div><p><b>identifier</b>: Member Number: 12345</p><p><b>status</b>: active</p><p><b>type</b>: extended healthcare <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ActCode.html\">ActCode</a>#EHCPOL)</span></p><p><b>policyHolder</b>: <a href=\"http://example.org/FHIR/Organization/CBI35\">http://example.org/FHIR/Organization/CBI35</a></p><p><b>subscriber</b>: <a href=\"Patient-example.html\">Patient/example</a> " SHAW"</p><p><b>beneficiary</b>: <a href=\"Patient-example.html\">Patient/example</a> " SHAW"</p><p><b>dependent</b>: 0</p><p><b>relationship</b>: Self <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-subscriber-relationship.html\">SubscriberPolicyholder Relationship Codes</a>#self)</span></p><p><b>period</b>: 2011-05-23 --> 2012-05-23</p><p><b>payor</b>: <a href=\"http://example.org/fhir/Organization/example-payer\">http://example.org/fhir/Organization/example-payer: Payer XYZ</a></p><h3>Classes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value</b></td><td><b>Name</b></td></tr><tr><td style=\"display: none\">*</td><td>Group <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-coverage-class.html\">Coverage Class Codes</a>#group)</span></td><td>CB135</td><td>Corporate Baker's Inc. Local #35</td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MB" ] ] ) ] ;
fhir:system [ fhir:v "http://example.com/fhir/NampingSystem/certificate"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EHCPOL" ] ;
fhir:display [ fhir:v "extended healthcare" ] ] )
] ; #
fhir:policyHolder [
fhir:link <http://example.org/FHIR/Organization/CBI35> ;
fhir:reference [ fhir:v "http://example.org/FHIR/Organization/CBI35" ]
] ; #
fhir:subscriber [
fhir:reference [ fhir:v "Patient/example" ]
] ; #
fhir:beneficiary [
fhir:reference [ fhir:v "Patient/example" ]
] ; #
fhir:dependent [ fhir:v "0"] ; #
fhir:relationship [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/subscriber-relationship"^^xsd:anyURI ] ;
fhir:code [ fhir:v "self" ] ] )
] ; #
fhir:period [
fhir:start [ fhir:v "2011-05-23"^^xsd:date ] ;
fhir:end [ fhir:v "2012-05-23"^^xsd:date ]
] ; #
fhir:payor ( [
fhir:link <http://example.org/fhir/Organization/example-payer> ;
fhir:reference [ fhir:v "http://example.org/fhir/Organization/example-payer" ] ;
fhir:display [ fhir:v "Payer XYZ" ]
] ) ; #
fhir:class ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ] ;
fhir:code [ fhir:v "group" ] ] ) ] ;
fhir:value [ fhir:v "CB135" ] ;
fhir:name [ fhir:v "Corporate Baker's Inc. Local #35" ]
] ) . #