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

JSON Format: Organization-rtpbc-organization-03

Raw json

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