This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) Healthcare Surveys Reporting Content IG (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions
: Coverage Example 1 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "coverage-upmc"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-coverage|6.1.0"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-coverage|6.1.0> ] )
] ; #
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 coverage-upmc</b></p><a name=\"coverage-upmc\"> </a><a name=\"hccoverage-upmc\"> </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=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-coverage.html\">US Core Coverage Profileversion: null6.1.0)</a></p></div><p><b>identifier</b>: An identifier for the insured of an insurance policy (this insured always has a subscriber), usually assigned by the insurance carrier./88800933501</p><p><b>status</b>: Active</p><p><b>policyHolder</b>: <a href=\"Patient-patient-ledner.html\">Dominique369 Ledner144 Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))</a></p><p><b>subscriber</b>: <a href=\"Patient-patient-ledner.html\">Dominique369 Ledner144 Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))</a></p><p><b>subscriberId</b>: 888009335</p><p><b>beneficiary</b>: <a href=\"Patient-patient-ledner.html\">Dominique369 Ledner144 Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))</a></p><p><b>dependent</b>: 01</p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/subscriber-relationship self}\">Self</span></p><p><b>period</b>: 2020-01-01 --> (ongoing)</p><p><b>payor</b>: <a href=\"Organization-organization-payer-2.html\">UPMC Health Plan</a></p><blockquote><p><b>class</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-class group}\">An employee group</span></p><p><b>value</b>: MCHMO1</p><p><b>name</b>: MEDICARE HMO PLAN</p></blockquote><blockquote><p><b>class</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-class plan}\">A specific suite of benefits.</span></p><p><b>value</b>: GR5</p><p><b>name</b>: GR5-HMO DEDUCTIBLE</p></blockquote><p><b>network</b>: GR5-HMO DEDUCTIBLE</p></div>"^^rdf:XMLLiteral
] ; #
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:display [ fhir:v "Member Number" ] ] ) ;
fhir:text [ fhir:v "An identifier for the insured of an insurance policy (this insured always has a subscriber), usually assigned by the insurance carrier." ] ] ;
fhir:system [ fhir:v "https://www.example.org/upmchealthplan.com/fhir/memberidentifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "88800933501" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/organization-payer-2" ] ;
fhir:display [ fhir:v "UPMC Health Plan" ] ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:policyHolder [
fhir:reference [ fhir:v "Patient/patient-ledner" ]
] ; #
fhir:subscriber [
fhir:reference [ fhir:v "Patient/patient-ledner" ]
] ; #
fhir:subscriberId [ fhir:v "888009335"] ; #
fhir:beneficiary [
fhir:reference [ fhir:v "Patient/patient-ledner" ]
] ; #
fhir:dependent [ fhir:v "01"] ; #
fhir:relationship [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/subscriber-relationship"^^xsd:anyURI ] ;
fhir:code [ fhir:v "self" ] ] ) ;
fhir:text [ fhir:v "Self" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2020-01-01"^^xsd:date ]
] ; #
fhir:payor ( [
fhir:reference [ fhir:v "Organization/organization-payer-2" ] ;
fhir:display [ fhir:v "UPMC Health Plan" ]
] ) ; #
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:display [ fhir:v "Group" ] ] ) ;
fhir:text [ fhir:v "An employee group" ] ] ;
fhir:value [ fhir:v "MCHMO1" ] ;
fhir:name [ fhir:v "MEDICARE HMO PLAN" ]
] [
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:text [ fhir:v "A specific suite of benefits." ] ] ;
fhir:value [ fhir:v "GR5" ] ;
fhir:name [ fhir:v "GR5-HMO DEDUCTIBLE" ]
] ) ; #
fhir:network [ fhir:v "GR5-HMO DEDUCTIBLE"] . #