Consumer-Directed Payer Data Exchange
- Release 0.1.0

This page is part of a downloaded copy of this specification. This page is part of the CARIN Blue Button Implementation Guide (v0.1.0: STU1 Ballot 1) based on FHIR R4. For a full list of available versions, see the Directory of published versions

Turtle Format: Coverage-Coverage1

Raw ttl

@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:Resource.id [ fhir:value "Coverage1"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "2" ];
     fhir:Meta.lastUpdated [ fhir:value "2019-12-15T20:57:15.000-05:00"^^xsd:dateTime ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/carin/StructureDefinition/carin-bb-coverage";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/carin/StructureDefinition/carin-bb-coverage>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n			<p>\n				<b>Generated Narrative with Details</b>\n			</p>\n			</div>"
  ];
  fhir:Coverage.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://www.bcbs.com/fhir/ns/NamingSystem/insurance-xyz-coverage-identifier" ];
     fhir:Identifier.value [ fhir:value "4B55-8EC3-43A4703CAD34" ]
  ];
  fhir:Coverage.status [ fhir:value "active"];
  fhir:Coverage.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ];
       fhir:Coding.code [ fhir:value "EHCPOL" ];
       fhir:Coding.display [ fhir:value "extended healthcare" ]     ]
  ];
  fhir:Coverage.subscriberId [ fhir:value "235656886"];
  fhir:Coverage.beneficiary [
     fhir:Reference.reference [ fhir:value "Patient/Patient1" ]
  ];
  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:Coding.display [ fhir:value "Self" ]     ]
  ];
  fhir:Coverage.period [
     fhir:Period.start [ fhir:value "2010-02-15"^^xsd:date ];
     fhir:Period.end [ fhir:value "2019-03-01"^^xsd:date ]
  ];
  fhir:Coverage.payor [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Organization/Org45" ]
  ].

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.