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

FHIR IG analytics

Packagesurescripts.specialty
Resource TypeOrganization
IdSRxDataResponseExampleAcceleratorDispensingPharmacy.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Organization",
  "id": "efdecbee-a64f-4c1a-bdea-5d0907d079f7",
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PRN",
            "display": "Provider Number"
          }
        ],
        "text": "Provider Number"
      },
      "system": "http://ncpdp.org/provider-id",
      "value": "8488848"
    },
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PRN",
            "display": "Provider Number"
          }
        ],
        "text": "Provider Number"
      },
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "1131435277"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        }
      ],
      "text": "Pharmacy"
    }
  ],
  "name": "Pharmacy Business Name",
  "telecom": [
    {
      "system": "email",
      "value": "pharmacist@myspecialtypharmacy.com",
      "rank": 1
    },
    {
      "system": "phone",
      "value": "8005552234",
      "rank": 1
    },
    {
      "system": "fax",
      "value": "5037772234",
      "rank": 1
    }
  ],
  "address": [
    {
      "type": "postal",
      "line": [
        "1 Medication Avenue",
        "Suite 500"
      ],
      "city": "Beaverton",
      "state": "OR",
      "postalCode": "97008",
      "country": "US"
    }
  ]
}