Organization_DispensingPharmacy Example

JSON Format: DispensingPharmacy (Organization)

Download Raw Organization json example

An example of an Organization used in an SRxDataResponse.


{
    "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"
        }
    ]
}