US Core Implementation Guide
10.0.0-ballot - STU 10 Ballot United States of America flag

US Core Implementation Guide, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 10.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/US-Core/ and changes regularly. See the Directory of published versions

: Coverage Example - TTL Representation

Page standards status: Informative

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 -------------------------------------------------------------------

<http://hl7.org/fhir/Coverage/coverage-example> a fhir:Coverage ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "coverage-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-coverage|10.0.0-ballot" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-coverage|10.0.0-ballot>
     ]
  ] ;
  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 coverage-example</b></p><a name=\"coverage-example\"> </a><a name=\"hccoverage-example\"> </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-core-coverage.html\">US Core Coverage Profile</a> version: 10.0.0-ballot</p></div><p><b>identifier</b>: Member Number/88800933501</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{https://nahdo.org/sopt 3712}, {http://terminology.hl7.org/CodeSystem/v3-ActCode PPO}\">PPO</span></p><p><b>subscriberId</b>: 888009335</p><p><b>beneficiary</b>: <a href=\"Patient-example.html\">Amy V. Baxter  (no stated gender), DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))</a></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 --&gt; (ongoing)</p><p><b>payor</b>: <a href=\"Organization-acme-payer.html\">Acme 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>: xyz</p><p><b>name</b>: XYZ employee Group 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>: gold</p><p><b>name</b>: Acme Gold Plan</p></blockquote></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:Coding.display [ fhir:value "Member Number" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://example.org/fhir/memberidentifier" ] ;
     fhir:Identifier.value [ fhir:value "88800933501" ]
  ] ;
  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 "3712" ] ;
       fhir:Coding.display [ fhir:value "PPO" ]
     ], [
       fhir:index 1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
       fhir:Coding.code [ fhir:value "PPO" ] ;
       fhir:Coding.display [ fhir:value "preferred provider organization policy" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "PPO" ]
  ] ;
  fhir:Coverage.subscriberId [ fhir:value "888009335"] ;
  fhir:Coverage.beneficiary [
     fhir:link <http://hl7.org/fhir/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ] ;
  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:CodeableConcept.text [ fhir:value "Self" ]
  ] ;
  fhir:Coverage.period [
     fhir:Period.start [ fhir:value "2020-01-01"^^xsd:date ]
  ] ;
  fhir:Coverage.payor [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Organization/acme-payer> ;
     fhir:Reference.reference [ fhir:value "Organization/acme-payer" ] ;
     fhir:Reference.display [ fhir:value "Acme Health Plan" ]
  ] ;
  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:CodeableConcept.text [ fhir:value "An employee group" ]
     ] ;
     fhir:Coverage.class.value [ fhir:value "xyz" ] ;
     fhir:Coverage.class.name [ fhir:value "XYZ employee Group Plan" ]
  ], [
     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:CodeableConcept.text [ fhir:value "A specific suite of benefits." ]
     ] ;
     fhir:Coverage.class.value [ fhir:value "gold" ] ;
     fhir:Coverage.class.name [ fhir:value "Acme Gold Plan" ]
  ] .

<http://hl7.org/fhir/Patient/example> a fhir:Patient .

<http://hl7.org/fhir/Organization/acme-payer> a fhir:Organization .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Coverage/coverage-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Coverage/coverage-example.ttl> .