FHIR Release 3 (STU) CI-Build

This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0 . For a full list Continuous Integration Build of available versions, see FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions . Page versions: R5 R4B R4 R3

Coverage-example.ttl

Example Coverage/9876B1 (Turtle)

Maturity Level : N/A
Responsible Owner: Financial Management Work Group Ballot Standards Status : Informative Compartments : Patient , RelatedPerson

Raw Turtle , JSON-LD (+ also see Turtle/RDF Format Specification )

General Person Primary Coverage Example

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

<http://hl7.org/fhir/Coverage/9876B1> a fhir:Coverage;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "9876B1"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of the coverage</div>"
  ];
  fhir:Coverage.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://benefitsinc.com/certificate" ];
     fhir:Identifier.value [ fhir:value "12345" ]
  ];
  fhir:Coverage.status [ fhir:value "active"];
  fhir:Coverage.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v3/ActCode" ];
       fhir:Coding.code [ fhir:value "EHCPOL" ];
       fhir:Coding.display [ fhir:value "extended healthcare" ]
     ]
  ];
  fhir:Coverage.policyHolder [
     fhir:link <http://benefitsinc.com/FHIR/Organization/CBI35>;
     fhir:Reference.reference [ fhir:value "http://benefitsinc.com/FHIR/Organization/CBI35" ]
  ];
  fhir:Coverage.subscriber [
     fhir:link <http://hl7.org/fhir/Patient/4>;
     fhir:Reference.reference [ fhir:value "Patient/4" ]
  ];
  fhir:Coverage.beneficiary [
     fhir:link <http://hl7.org/fhir/Patient/4>;
     fhir:Reference.reference [ fhir:value "Patient/4" ]
  ];
  fhir:Coverage.relationship [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.code [ fhir:value "self" ]

<http://hl7.org/fhir/Coverage/9876B1> a fhir:Coverage ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "9876B1"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of the coverage</div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "http://benefitsinc.com/certificate"^^xsd:anyURI ;
       fhir:l <http://benefitsinc.com/certificate>
     ] ;
     fhir:value [ fhir:v "12345" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "insurance"] ; # 
  fhir:type [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode>
       ] ;
       fhir:code [ fhir:v "EHCPOL" ] ;
       fhir:display [ fhir:v "extended healthcare" ]
     ] )
  ] ; # 
  fhir:policyHolder [
     fhir:l <http://benefits.example.org/FHIR/Organization/CBI35> ;
     fhir:reference [ fhir:v "http://benefits.example.org/FHIR/Organization/CBI35" ]
  ] ; # 
  fhir:subscriber [
     fhir:l <http://hl7.org/fhir/Patient/4> ;
     fhir:reference [ fhir:v "Patient/4" ]
  ] ; # 
  fhir:beneficiary [
     fhir:l <http://hl7.org/fhir/Patient/4> ;
     fhir:reference [ fhir:v "Patient/4" ]
  ] ; # 
  fhir:dependent [ fhir:v "0"] ; # 
  fhir:relationship [
     fhir:coding ( [
       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:insurer [
     fhir:l <http://hl7.org/fhir/Organization/2> ;
     fhir:reference [ fhir:v "Organization/2" ]
  ] ; # 
  fhir:class ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/coverage-class>
         ] ;
         fhir:code [ fhir:v "group" ]
       ] )
     ] ;
     fhir:value [
       fhir:value [ fhir:v "CB135" ]
     ] ;
     fhir:name [ fhir:v "Corporate Baker's Inc. Local #35" ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/coverage-class>
         ] ;
         fhir:code [ fhir:v "subgroup" ]
       ] )
     ] ;
     fhir:value [
       fhir:value [ fhir:v "123" ]
     ] ;
     fhir:name [ fhir:v "Trainee Part-time Benefits" ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/coverage-class>
         ] ;
         fhir:code [ fhir:v "plan" ]
       ] )
     ] ;
     fhir:value [
       fhir:value [ fhir:v "B37FC" ]
     ] ;
     fhir:name [ fhir:v "Full Coverage: Medical, Dental, Pharmacy, Vision, EHC" ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/coverage-class>
         ] ;
         fhir:code [ fhir:v "subplan" ]
       ] )
     ] ;
     fhir:value [
       fhir:value [ fhir:v "P7" ]
     ] ;
     fhir:name [ fhir:v "Includes afterlife benefits" ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/coverage-class>
         ] ;
         fhir:code [ fhir:v "class" ]
       ] )
     ] ;
     fhir:value [
       fhir:value [ fhir:v "SILVER" ]
     ] ;
     fhir:name [ fhir:v "Silver: Family Plan spouse only" ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/coverage-class>
         ] ;
         fhir:code [ fhir:v "subclass" ]
       ] )
     ] ;
     fhir:value [
       fhir:value [ fhir:v "Tier2" ]
     ] ;
     fhir:name [ fhir:v "Low deductable, max $20 copay" ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/coverage-class>
         ] ;
         fhir:code [ fhir:v "sequence" ]
       ] )
     ] ;
     fhir:value [
       fhir:value [ fhir:v "9" ]

     ]
  ];
  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/2>;
     fhir:Reference.reference [ fhir:value "Organization/2" ]
  ];
  fhir:Coverage.grouping [
     fhir:Coverage.grouping.group [ fhir:value "CBI35" ];
     fhir:Coverage.grouping.groupDisplay [ fhir:value "Corporate Baker's Inc. Local #35" ];
     fhir:Coverage.grouping.subGroup [ fhir:value "123" ];
     fhir:Coverage.grouping.subGroupDisplay [ fhir:value "Trainee Part-time Benefits" ];
     fhir:Coverage.grouping.plan [ fhir:value "B37FC" ];
     fhir:Coverage.grouping.planDisplay [ fhir:value "Full Coverage: Medical, Dental, Pharmacy, Vision, EHC" ];
     fhir:Coverage.grouping.subPlan [ fhir:value "P7" ];
     fhir:Coverage.grouping.subPlanDisplay [ fhir:value "Includes afterlife benefits" ];
     fhir:Coverage.grouping.class [ fhir:value "SILVER" ];
     fhir:Coverage.grouping.classDisplay [ fhir:value "Silver: Family Plan spouse only" ];
     fhir:Coverage.grouping.subClass [ fhir:value "Tier2" ];
     fhir:Coverage.grouping.subClassDisplay [ fhir:value "Low deductable, max $20 copay" ]
  ];
  fhir:Coverage.dependent [ fhir:value "0"];
  fhir:Coverage.sequence [ fhir:value "9"] .

  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/coverage-class>
         ] ;
         fhir:code [ fhir:v "rxid" ]
       ] )
     ] ;
     fhir:value [
       fhir:value [ fhir:v "MDF12345" ]
     ] #   member id used when submitting pharmacy claims  
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/coverage-class>
         ] ;
         fhir:code [ fhir:v "rxbin" ]
       ] )
     ] ;
     fhir:value [
       fhir:value [ fhir:v "987654" ]
     ] #   the pharmacy processor BIN number used when submitting pharmacy claims  
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/coverage-class>
         ] ;
         fhir:code [ fhir:v "rxgroup" ]
       ] )
     ] ;
     fhir:value [
       fhir:value [ fhir:v "M35PT" ]
     ] #   group used when submitting pharmacy claims  
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/coverage-class>
         ] ;
         fhir:code [ fhir:v "rxpcn" ]
       ] )
     ] ;
     fhir:value [
       fhir:value [ fhir:v "234516" ]
     ] #   the PCN number used when submitting pharmacy claims  
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/coverage-class>
         ] ;
         fhir:code [ fhir:v "sequence" ]
       ] )
     ] ;
     fhir:value [
       fhir:value [ fhir:v "9" ]
     ] #   the sequence number for a short-term continuance of the coverage  
  ] ) . #   The repeating 'class' element is proposed to replace the 'grouping' element  


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

<http://hl7.org/fhir/Organization/2> a fhir:Organization .

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

<http://hl7.org/fhir/Coverage/9876B1.ttl> a owl:Ontology;
  owl:imports fhir:fhir.ttl;
  owl:versionIRI <http://hl7.org/fhir/STU3/Coverage/9876B1.ttl> .


# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.