FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.carin-rtpbc
Resource TypeOrganization
IdOrganization-rtpbc-organization-02ps.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization rtpbc-organization-02ps

Language: en

Profile: RTPBC Pharmacy Organization

identifier: NCPDP Provider Identification Number/0999123

active: true

type: Retail

name: Home Drugs

telecom: ph: 5556057672

address: 101 1st St N Minneapolis MN 55401


Source1

{
  "resourceType": "Organization",
  "id": "rtpbc-organization-02ps",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-pharmacy-organization"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/NCPDPProviderIdentificationNumber",
      "value": "0999123"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/NCPDPPharmacyType",
          "code": "R",
          "display": "Retail"
        }
      ]
    }
  ],
  "name": "Home Drugs",
  "telecom": [
    {
      "system": "phone",
      "value": "5556057672"
    }
  ],
  "address": [
    {
      "line": [
        "101 1st St N"
      ],
      "city": "Minneapolis",
      "state": "MN",
      "postalCode": "55401"
    }
  ]
}