2026 US Quality Core Implementation Guide - Local Development build (v0.5.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/Coverage/example> a fhir:Coverage ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-coverage" ;
fhir:index 0 ;
fhir:link <http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-coverage>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </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=\"StructureDefinition-us-quality-core-coverage.html\">US Quality Core Coverage</a></p></div><p><b>identifier</b>: Member Number/?ngen-9?</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{https://nahdo.org/sopt 59}\">Other Private Insurance</span></p><p><b>policyHolder</b>: <a href=\"Patient-example.html\">Jim Chalmers Male, DoB: 1974-12-25 ( Social Security number (use: usual, period: 2001-05-06 --> (ongoing)))</a></p><p><b>subscriber</b>: <a href=\"Patient-example.html\">Jim Chalmers Male, DoB: 1974-12-25 ( Social Security number (use: usual, period: 2001-05-06 --> (ongoing)))</a></p><p><b>subscriberId</b>: 12191</p><p><b>beneficiary</b>: <a href=\"Patient-example.html\">Jim Chalmers Male, DoB: 1974-12-25 ( Social Security number (use: usual, period: 2001-05-06 --> (ongoing)))</a></p><p><b>dependent</b>: 0</p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/subscriber-relationship self}\">Self</span></p><p><b>period</b>: 2011-05-23 --> 2012-05-23</p><p><b>payor</b>: <a href=\"Organization-example.html\">Organization Health Level Seven International</a></p><blockquote><p><b>class</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-class group}\">Group</span></p><p><b>value</b>: CBI35</p><p><b>name</b>: Corporate Baker's Inc. Local #35</p></blockquote><blockquote><p><b>class</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-class plan}\">Plan</span></p><p><b>value</b>: B37FC</p><p><b>name</b>: Full Coverage: Medical, Dental, Pharmacy, Vision, EHC</p></blockquote><p><b>order</b>: 9</p></div>"
] ;
fhir:Coverage.identifier [
fhir:index 0 ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
fhir:Coding.code [ fhir:value "MB" ]
]
]
] ;
fhir:Coverage.status [ fhir:value "active"] ;
fhir:Coverage.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://nahdo.org/sopt" ] ;
fhir:Coding.code [ fhir:value "59" ] ;
fhir:Coding.display [ fhir:value "Other Private Insurance" ]
]
] ;
fhir:Coverage.policyHolder [
fhir:link <http://hl7.org/fhir/Patient/example> ;
fhir:Reference.reference [ fhir:value "Patient/example" ]
] ;
fhir:Coverage.subscriber [
fhir:link <http://hl7.org/fhir/Patient/example> ;
fhir:Reference.reference [ fhir:value "Patient/example" ]
] ;
fhir:Coverage.subscriberId [ fhir:value "12191"] ;
fhir:Coverage.beneficiary [
fhir:link <http://hl7.org/fhir/Patient/example> ;
fhir:Reference.reference [ fhir:value "Patient/example" ]
] ;
fhir:Coverage.dependent [ fhir:value "0"] ;
fhir:Coverage.relationship [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/subscriber-relationship" ] ;
fhir:Coding.code [ fhir:value "self" ]
]
] ;
fhir:Coverage.period [
fhir:Period.start [ fhir:value "2011-05-23"^^xsd:date ] ;
fhir:Period.end [ fhir:value "2012-05-23"^^xsd:date ]
] ;
fhir:Coverage.payor [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Organization/example> ;
fhir:Reference.reference [ fhir:value "Organization/example" ]
] ;
fhir:Coverage.class [
fhir:index 0 ;
fhir:Coverage.class.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/coverage-class" ] ;
fhir:Coding.code [ fhir:value "group" ] ;
fhir:Coding.display [ fhir:value "Group" ]
]
] ;
fhir:Coverage.class.value [ fhir:value "CBI35" ] ;
fhir:Coverage.class.name [ fhir:value "Corporate Baker's Inc. Local #35" ]
], [
fhir:index 1 ;
fhir:Coverage.class.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/coverage-class" ] ;
fhir:Coding.code [ fhir:value "plan" ] ;
fhir:Coding.display [ fhir:value "Plan" ]
]
] ;
fhir:Coverage.class.value [ fhir:value "B37FC" ] ;
fhir:Coverage.class.name [ fhir:value "Full Coverage: Medical, Dental, Pharmacy, Vision, EHC" ]
] ;
fhir:Coverage.order [ fhir:value "9"^^xsd:positiveInteger] .
<http://hl7.org/fhir/Patient/example> a fhir:Patient .
<http://hl7.org/fhir/Organization/example> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Coverage/example.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Coverage/example.ttl> .
IG © 2026+ Office of the National Coordinator for Health Information Technology (ONC). Package fhir.onc.us-quality-core#0.5.0 based on FHIR 4.0.1. Generated 2026-09-03
Links: Table of Contents |
QA Report
