<?xml version="1.0" encoding="UTF-8"?>

<Claim xmlns="http://hl7.org/fhir">
  <id value="rtpbc-claim-01"/>
  <meta>
    <profile value="http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-request-claim"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><p class="res-header-id"><b>Generated Narrative: Claim rtpbc-claim-01</b></p><a name="rtpbc-claim-01"> </a><a name="hcrtpbc-claim-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">Language: en</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-rtpbc-request-claim.html">RTPBC Request Using Claim</a></p></div><p><b>identifier</b>: rtpbc-01</p><p><b>status</b>: Active</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/claim-type pharmacy}">Pharmacy</span></p><p><b>use</b>: Predetermination</p><p><b>patient</b>: <a href="Patient-rtpbc-patient-01.html">Jane Doe  Female, DoB: 1975-12-05 ( Patient internal identifier: 30455)</a></p><p><b>created</b>: 2019-11-01 11:20:54-0500</p><p><b>provider</b>: <a href="Organization-rtpbc-organization-01.html">Organization Hometown Drug</a></p><p><b>priority</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/processpriority normal}">Normal</span></p><p><b>prescription</b>: <a href="MedicationRequest-rtpbc-medicationrequest-01.html">MedicationRequest: status = draft; intent = proposal; reported[x] = true; medication[x] = fluoxetine 10 MG Oral Capsule [Prozac]; authoredOn = 2019-11-01</a></p><h3>CareTeams</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Sequence</b></td><td><b>Provider</b></td></tr><tr><td style="display: none">*</td><td>1</td><td><a href="Practitioner-rtpbc-practitioner-01.html">Practitioner Johnson </a></td></tr></table><h3>Insurances</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Sequence</b></td><td><b>Focal</b></td><td><b>Coverage</b></td></tr><tr><td style="display: none">*</td><td>1</td><td>true</td><td><a href="Coverage-rtpbc-coverage-01.html">Coverage: status = active; subscriberId = 121212; relationship = Self</a></td></tr></table><h3>Items</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Sequence</b></td><td><b>CareTeamSequence</b></td><td><b>ProductOrService</b></td><td><b>Quantity</b></td></tr><tr><td style="display: none">*</td><td>1</td><td>1</td><td><span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 205535}">fluoxetine 10 MG Oral Capsule [Prozac]</span></td><td>60 {Each}</td></tr></table></div>
  </text>
  <identifier>
    <value value="rtpbc-01"/>
  </identifier>
  <status value="active"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/claim-type"/>
      <code value="pharmacy"/>
      <display value="Pharmacy"/>
    </coding>
  </type>
  <use value="predetermination"/>
  <patient>
    <reference value="Patient/rtpbc-patient-01"/>
  </patient>
  <created value="2019-11-01T11:20:54-05:00"/>
  <provider>
    <reference value="Organization/rtpbc-organization-01"/>
  </provider>
  <priority>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/processpriority"/>
      <code value="normal"/>
      <display value="Normal"/>
    </coding>
  </priority>
  <prescription>
    <reference value="MedicationRequest/rtpbc-medicationrequest-01"/>
  </prescription>
  <careTeam>
    <sequence value="1"/>
    <provider>
      <reference value="Practitioner/rtpbc-practitioner-01"/>
    </provider>
  </careTeam>
  <insurance>
    <sequence value="1"/>
    <focal value="true"/>
    <coverage>
      <reference value="Coverage/rtpbc-coverage-01"/>
    </coverage>
  </insurance>
  <item>
    <sequence value="1"/>
    <careTeamSequence value="1"/>
    <productOrService>
      <coding>
        <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
        <code value="205535"/>
        <display value="fluoxetine 10 MG Oral Capsule [Prozac]"/>
      </coding>
    </productOrService>
    <quantity>
      <value value="60"/>
      <unit value="{Each}"/>
    </quantity>
  </item>
</Claim>