Patient Cost Transparency Implementation Guide, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-pct/ and changes regularly. See the Directory of published versions
: coverage1001 - 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 "coverage1001"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-coverage"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-coverage> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><a name=\"coverage1001\"></a><a name=\"hccoverage1001\"></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 "coverage1001"</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-davinci-pct-coverage.html\">PCT Coverage</a></p></div><p><b>Extension Definition for Coverage.kind for Version 5.0</b>: insurance</p><p><b>status</b>: active</p><p><b>subscriberId</b>: PFP123450000</p><p><b>beneficiary</b>: <a href=\"Patient-patient1001.html\">Patient/patient1001</a> " BETTERHALF"</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>: 2021-01-01 --> 2022-01-01</p><p><b>payor</b>: <a href=\"Organization-org1001.html\">Organization/org1001</a> "Umbrella Insurance Company"</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>Plan <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>#plan)</span></td><td>Premim Family Plus</td><td>Premim Family Plus Plan</td></tr></table><h3>CostToBeneficiaries</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Copay Percentage <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-coverage-copay-type.html\">Coverage Copay Type Codes</a>#copaypct)</span></td><td>20</td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-Coverage.kind"^^xsd:anyURI ] ;
fhir:value [ fhir:v "insurance" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-pct/StructureDefinition/selfPayDeclared"^^xsd:anyURI ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:subscriberId [ fhir:v "PFP123450000"] ; #
fhir:beneficiary [
fhir:reference [ fhir:v "Patient/patient1001" ]
] ; #
fhir:relationship [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/subscriber-relationship"^^xsd:anyURI ] ;
fhir:code [ fhir:v "self" ] ;
fhir:display [ fhir:v "Self" ] ] )
] ; #
fhir:period [
fhir:start [ fhir:v "2021-01-01"^^xsd:date ] ;
fhir:end [ fhir:v "2022-01-01"^^xsd:date ]
] ; #
fhir:payor ( [
fhir:reference [ fhir:v "Organization/org1001" ]
] ) ; #
fhir:class ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ] ;
fhir:code [ fhir:v "plan" ] ;
fhir:display [ fhir:v "Plan" ] ] ) ] ;
fhir:value [ fhir:v "Premim Family Plus" ] ;
fhir:name [ fhir:v "Premim Family Plus Plan" ]
] ) ; #
fhir:costToBeneficiary ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-copay-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "copaypct" ] ;
fhir:display [ fhir:v "Copay Percentage" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "20"^^xsd:decimal ] ]
] ) . #