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 in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions 
{
"resourceType" : "Organization",
"id" : "rtpbc-organization-03m",
"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-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>"
},
"identifier" : [
{
"system" : "http://ncpdp.org/provider-id",
"value" : "0999029"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://ncpdp.org/pharmacy-type",
"code" : "M",
"display" : "Mail Order"
}
]
}
],
"name" : "My Mail Service Pharmacy",
"telecom" : [
{
"system" : "phone",
"value" : "5551234567"
}
],
"address" : [
{
"line" : [
"10001 Oakland Road"
],
"city" : "Milwaukee",
"state" : "WI",
"postalCode" : "54444",
"country" : "US"
}
]
}