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

FHIR IG analytics

Packagehl7.fhir.us.pdmp
Resource TypeOrganization
IdOrganization-pdmp-pharmacy-1.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

The pharmacy that dispensed the reported medication: Our Pharmacy

Source1

{
  "resourceType": "Organization",
  "id": "pdmp-pharmacy-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-organization-pharmacy"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "DEA",
            "display": "Drug Enforcement Administration registration number"
          }
        ]
      },
      "system": "http://terminology.hl7.org/NamingSystem/usdeanumber",
      "value": "CS4861378"
    },
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "1669512349"
    },
    {
      "system": "http://terminology.hl7.org/CodeSystem/NCPDPProviderIdentificationNumber",
      "value": "999017"
    }
  ],
  "active": true,
  "name": "Our Pharmacy",
  "telecom": [
    {
      "system": "phone",
      "value": "952-555-5555"
    },
    {
      "system": "email",
      "value": "contact-our-pharmacy@email.org"
    }
  ],
  "address": [
    {
      "line": [
        "220 Oak St"
      ],
      "city": "Minneapolis",
      "state": "MN",
      "postalCode": "55008",
      "country": "USA"
    }
  ]
}