CARIN Consumer Realtime Pharmacy Benefit Check
- CI Build

This page is part of the Consumer Real-time Pharmacy Benefit Check (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

XML Format: Organization-rtpbc-organization-03m

Raw xml


<Organization xmlns="http://hl7.org/fhir">
  <id value="rtpbc-organization-03m"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/carin/StructureDefinition/rtpbc-pharmacy"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: rtpbc-organization-03m</p><p><b>meta</b>: </p><p><b>identifier</b>: 0999029</p><p><b>type</b>: Mail Order <span style="background: LightGoldenRodYellow">(Details : {http://ncpdp.org/pharmacy-type code 'M' = 'M', given as '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>
  <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>