Consumer Real-Time Pharmacy Benefit Check FHIR IG, published by HL7 International / Pharmacy. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/carin-rtpbc/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
<Coverage xmlns="http://hl7.org/fhir">
<id value="rtpbc-coverage-01"/>
<meta>
<profile
value="http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-coverage"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Coverage rtpbc-coverage-01</b></p><a name="rtpbc-coverage-01"> </a><a name="hcrtpbc-coverage-01"> </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-rtpbc-coverage.html">RTPBC Coverage</a></p></div><p><b>status</b>: Active</p><p><b>beneficiary</b>: <a href="Patient-rtpbc-patient-03.html">Jane Doe Female, DoB: 1975-12-05 ( Patient internal identifier: 30455)</a></p><p><b>payor</b>: Identifier: Pharmacy Plans US</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>
</text>
<status value="active"/>
<beneficiary>🔗
<reference value="Patient/rtpbc-patient-03"/>
</beneficiary>
<payor>
<identifier>
<value value="Pharmacy Plans US"/>
</identifier>
</payor>
<class>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/coverage-class"/>
<code value="rxbin"/>
</coding>
</type>
<value value="BIN001"/>
</class>
<class>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/coverage-class"/>
<code value="rxpcn"/>
</coding>
</type>
<value value="PCN002"/>
</class>
<class>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/coverage-class"/>
<code value="rxgroup"/>
</coding>
</type>
<value value="GROUP0001"/>
</class>
<class>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/coverage-class"/>
<code value="rxid"/>
</coding>
</type>
<value value="MEMBER000001"/>
</class>
</Coverage>