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 - Hometown Drug - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "rtpbc-organization-03",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-pharmacy-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: rtpbc-organization-03</p><p><b>meta</b>: </p><p><b>identifier</b>: id: 0999017</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes: {http://ncpdp.org/pharmacy-type R}\">Retail</span></p><p><b>name</b>: Hometown Drug</p><p><b>telecom</b>: ph: 6081234567</p><p><b>address</b>: 900 9th Street Madison WI 53535 US </p></div>"
  },
  "identifier" : [
    {
      "system" : "http://ncpdp.org/provider-id",
      "value" : "0999017"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://ncpdp.org/pharmacy-type",
          "code" : "R",
          "display" : "Retail"
        }
      ]
    }
  ],
  "name" : "Hometown Drug",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "6081234567"
    }
  ],
  "address" : [
    {
      "line" : [
        "900 9th Street"
      ],
      "city" : "Madison",
      "state" : "WI",
      "postalCode" : "53535",
      "country" : "US"
    }
  ]
}