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. For a full list of available versions, see the Directory of published versions

: Example RTPBC Pharmacy Organization - My Mail Service Pharmacy - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="rtpbc-organization-03m"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-pharmacy-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>id</b>: rtpbc-organization-03m</p><p><b>meta</b>: </p><p><b>identifier</b>: id: 0999029</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes: {http://ncpdp.org/pharmacy-type M}">Mail Order</span></p><p><b>name</b>: My Mail Service Pharmacy</p><p><b>telecom</b>: ph: 5551234567</p><p><b>address</b>: 10001 Oakland Road Milwaukee WI 54444 US </p></div>
  </text>
  <identifier>
    <system value="http://ncpdp.org/provider-id"/>
    <value value="0999029"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system value="http://ncpdp.org/pharmacy-type"/>
      <code value="M"/>
      <display value="Mail Order"/>
    </coding>
  </type>
  <name value="My Mail Service Pharmacy"/>
  <telecom>
    <system value="phone"/>
    <value value="5551234567"/>
  </telecom>
  <address>
    <line value="10001 Oakland Road"/>
    <city value="Milwaukee"/>
    <state value="WI"/>
    <postalCode value="54444"/>
    <country value="US"/>
  </address>
</Organization>