Consumer Real-Time Pharmacy Benefit Check
1.0.0 - STU1

This page is part of the Consumer Real-time Pharmacy Benefit Check (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Example RTPBC Coverage - 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 "rtpbc-coverage-03"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-coverage";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-coverage>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: rtpbc-coverage-03</p><p><b>meta</b>: </p><p><b>status</b>: active</p><p><b>beneficiary</b>: <a href=\"Patient-rtpbc-patient-03.html\">Generated Summary: id: rtpbc-patient-03; Patient internal identifier: 30455; Jane Doe ; gender: female; birthDate: 1975-12-05</a></p><p><b>payor</b>: <span></span></p><blockquote><p><b>class</b></p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/coverage-class rxbin}\">RX BIN</span></p><p><b>value</b>: BIN001</p></blockquote><blockquote><p><b>class</b></p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/coverage-class rxpcn}\">RX PCN</span></p><p><b>value</b>: PCN002</p></blockquote><blockquote><p><b>class</b></p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/coverage-class rxgroup}\">RX Group</span></p><p><b>value</b>: GROUP0001</p></blockquote><blockquote><p><b>class</b></p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/coverage-class rxid}\">RX Id</span></p><p><b>value</b>: MEMBER000001</p></blockquote></div>"
  ];
  fhir:Coverage.status [ fhir:value "active"];
  fhir:Coverage.beneficiary [
     fhir:Reference.reference [ fhir:value "Patient/rtpbc-patient-03" ]
  ];
  fhir:Coverage.payor [
     fhir:index 0;
     fhir:Reference.identifier [
       fhir:Identifier.value [ fhir:value "Pharmacy Plans US" ]     ]
  ];
  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 "rxbin" ]       ]     ];
     fhir:Coverage.class.value [ fhir:value "BIN001" ]
  ], [
     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 "rxpcn" ]       ]     ];
     fhir:Coverage.class.value [ fhir:value "PCN002" ]
  ], [
     fhir:index 2;
     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 "rxgroup" ]       ]     ];
     fhir:Coverage.class.value [ fhir:value "GROUP0001" ]
  ], [
     fhir:index 3;
     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 "rxid" ]       ]     ];
     fhir:Coverage.class.value [ fhir:value "MEMBER000001" ]
  ].

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

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