Walgreens · JSON-LD Context

Walgreens Context

JSON-LD context defining the semantic vocabulary for Walgreens from Walgreens.

40 Classes 4 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
wag: https://developer.walgreens.com/vocab/

Classes

Store storeNumber brand name description latitude longitude distance timeZone street city state zip county areaCode faxNumber storeOpenTime storeCloseTime pharmacyOpenTime pharmacyCloseTime serviceIndicators npiCode Appointment engagementId engagementType Vaccine vaccineCode vaccineName vaccineType multiDose eligible Patient firstName lastName middleName gender smsConsent Prescription rxNo pharmacyNbr

Properties

Property Type Container
address schema:PostalAddress
phone schema:ContactPoint
appointmentDate dateTime
dob date

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "wag": "https://developer.walgreens.com/vocab/",

    "Store": "schema:Pharmacy",
    "storeNumber": "wag:storeNumber",
    "brand": "schema:brand",
    "name": "schema:name",
    "description": "schema:description",
    "latitude": "schema:latitude",
    "longitude": "schema:longitude",
    "distance": "schema:distance",
    "timeZone": "schema:TimeZone",

    "address": {
      "@id": "schema:address",
      "@type": "schema:PostalAddress"
    },
    "street": "schema:streetAddress",
    "city": "schema:addressLocality",
    "state": "schema:addressRegion",
    "zip": "schema:postalCode",
    "county": "schema:addressCountry",

    "phone": {
      "@id": "schema:telephone",
      "@type": "schema:ContactPoint"
    },
    "areaCode": "wag:areaCode",
    "faxNumber": "schema:faxNumber",

    "storeOpenTime": "schema:openingHours",
    "storeCloseTime": "schema:openingHours",
    "pharmacyOpenTime": "wag:pharmacyOpenTime",
    "pharmacyCloseTime": "wag:pharmacyCloseTime",
    "serviceIndicators": "schema:availableService",
    "npiCode": "wag:npiCode",

    "Appointment": "schema:MedicalProcedure",
    "engagementId": "wag:engagementId",
    "appointmentDate": {
      "@id": "schema:scheduledTime",
      "@type": "xsd:dateTime"
    },
    "engagementType": "wag:engagementType",

    "Vaccine": "schema:Drug",
    "vaccineCode": "wag:vaccineCode",
    "vaccineName": "schema:name",
    "vaccineType": "schema:additionalType",
    "multiDose": "wag:multiDose",
    "eligible": "wag:eligible",

    "Patient": "schema:Patient",
    "firstName": "schema:givenName",
    "lastName": "schema:familyName",
    "middleName": "schema:additionalName",
    "dob": {
      "@id": "schema:birthDate",
      "@type": "xsd:date"
    },
    "gender": "schema:gender",
    "smsConsent": "wag:smsConsent",

    "Prescription": "schema:Drug",
    "rxNo": "wag:prescriptionNumber",
    "pharmacyNbr": "wag:pharmacyNumber"
  }
}