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-03m
Raw json
{ "resourceType" : "Organization", "id" : "rtpbc-organization-03m", "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-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>" }, "identifier" : [ { "system" : "http://ncpdp.org/provider-id", "value" : "0999029" } ], "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" } ] }