CARIN Consumer Directed Payer Data Exchange (CARIN IG for Blue ButtonĀ®)
2.0.0 - STU 2 US

Publication Build: This will be filled in by the publication tooling

: Coverage Example 3 - TTL Representation

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

 a fhir:Coverage;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "Coverage3"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2020-07-07T13:26:22.0314215+00:00"^^xsd:dateTime ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Coverage|2.0.0";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Coverage|2.0.0>     ]
  ];
  fhir:Resource.language [ fhir:value "en-US"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p><b>Generated Narrative: Coverage</b><a name=\"Coverage3\"> </a></p><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\">Resource Coverage &quot;Coverage3&quot; Updated &quot;2020-07-07 01:26:22+0000&quot;  (Language &quot;en-US&quot;) </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-C4BB-Coverage.html\">C4BB Coverage (version 2.0.0)</a></p></div><p><b>identifier</b>: Member Number: 1234-234-1243-12345678901</p><p><b>status</b>: active</p><p><b>type</b>: health insurance plan policy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ActCode.html\">ActCode</a>#HIP)</span></p><p><b>policyHolder</b>: <a href=\"Patient-Patient2.html\">Patient/Patient2</a> &quot; TEST&quot;</p><p><b>subscriber</b>: <a href=\"Patient-Patient2.html\">Patient/Patient2</a> &quot; TEST&quot;</p><p><b>subscriberId</b>: 12345678901</p><p><b>beneficiary</b>: <a href=\"Patient-Patient2.html\">Patient/Patient2</a> &quot; TEST&quot;</p><p><b>dependent</b>: 01</p><p><b>relationship</b>: Self <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-subscriber-relationship.html\">SubscriberPolicyholder Relationship Codes</a>#self)</span></p><p><b>period</b>: 2019-01-01 --&gt; 2019-10-31</p><p><b>payor</b>: <a href=\"Organization-Payer1.html\">Organization/Payer1</a> &quot;Organization Payer 1&quot;</p><blockquote><p><b>class</b></p><p><b>type</b>: An employee group <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-coverage-class.html\">Coverage Class Codes</a>#group)</span></p><p><b>value</b>: 021890</p><p><b>name</b>: Acme Corporation</p></blockquote><blockquote><p><b>class</b></p><p><b>type</b>: Plan <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-coverage-class.html\">Coverage Class Codes</a>#plan)</span></p><p><b>value</b>: XYZ123</p><p><b>name</b>: XYZ123-UPMC CONSUMER ADVA</p></blockquote><p><b>network</b>: XYZ123-UPMC CONSUMER ADVA</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:Identifier.system [ fhir:value "https://www.xxxhealthplan.com/fhir/memberidentifier" ];
     fhir:Identifier.value [ fhir:value "1234-234-1243-12345678901" ]
  ];
  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 "HIP" ]     ];
     fhir:CodeableConcept.text [ fhir:value "health insurance plan policy" ]
  ];
  fhir:Coverage.policyHolder [
     fhir:Reference.reference [ fhir:value "Patient/Patient2" ]
  ];
  fhir:Coverage.subscriber [
     fhir:Reference.reference [ fhir:value "Patient/Patient2" ]
  ];
  fhir:Coverage.subscriberId [ fhir:value "12345678901"];
  fhir:Coverage.beneficiary [
     fhir:Reference.reference [ fhir:value "Patient/Patient2" ]
  ];
  fhir:Coverage.dependent [ fhir:value "01"];
  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 "2019-01-01"^^xsd:date ];
     fhir:Period.end [ fhir:value "2019-10-31"^^xsd:date ]
  ];
  fhir:Coverage.payor [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Organization/Payer1" ]
  ];
  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:CodeableConcept.text [ fhir:value "An employee group" ]     ];
     fhir:Coverage.class.value [ fhir:value "021890" ];
     fhir:Coverage.class.name [ fhir:value "Acme Corporation" ]
  ], [
     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:CodeableConcept.text [ fhir:value "Plan" ]     ];
     fhir:Coverage.class.value [ fhir:value "XYZ123" ];
     fhir:Coverage.class.name [ fhir:value "XYZ123-UPMC CONSUMER ADVA" ]
  ];
  fhir:Coverage.network [ fhir:value "XYZ123-UPMC CONSUMER ADVA"].

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

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