Rite Aid · JSON-LD Context

Rite Aid Context

JSON-LD context defining the semantic vocabulary for Rite Aid from Rite Aid.

34 Classes 0 Properties 3 Namespaces
View Context View on GitHub

Namespaces

ra: https://riteaid.com/vocab#
edi: https://riteaid.com/vocab/edi#
pharmacy: https://riteaid.com/vocab/pharmacy#

Classes

EDITransaction PurchaseOrder Invoice ShipNotice Prescription PharmacyLocation HealthScreening transactionSetId transactionName ediVersion controlNumber senderId receiverId transactionStatus ndc rxNumber drugName prescriber dispenseDate daysSupply quantity storeNumber hasPharmacy screeningType name description url identifier address telephone dateCreated dateModified price priceCurrency

JSON-LD Document

rite-aid-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "ra": "https://riteaid.com/vocab#",
    "edi": "https://riteaid.com/vocab/edi#",
    "pharmacy": "https://riteaid.com/vocab/pharmacy#",

    "EDITransaction": "edi:EDITransaction",
    "PurchaseOrder": "edi:PurchaseOrder",
    "Invoice": "edi:Invoice",
    "ShipNotice": "edi:ShipNotice",
    "Prescription": "pharmacy:Prescription",
    "PharmacyLocation": "pharmacy:PharmacyLocation",
    "HealthScreening": "ra:HealthScreening",

    "transactionSetId": "edi:transactionSetId",
    "transactionName": "edi:transactionName",
    "ediVersion": "edi:version",
    "controlNumber": "edi:controlNumber",
    "senderId": "edi:senderId",
    "receiverId": "edi:receiverId",
    "transactionStatus": "edi:status",

    "ndc": "pharmacy:ndc",
    "rxNumber": "pharmacy:rxNumber",
    "drugName": "pharmacy:drugName",
    "prescriber": "pharmacy:prescriber",
    "dispenseDate": "pharmacy:dispenseDate",
    "daysSupply": "pharmacy:daysSupply",
    "quantity": "pharmacy:quantity",

    "storeNumber": "ra:storeNumber",
    "hasPharmacy": "ra:hasPharmacy",
    "screeningType": "ra:screeningType",

    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "identifier": "schema:identifier",
    "address": "schema:address",
    "telephone": "schema:telephone",
    "dateCreated": "schema:dateCreated",
    "dateModified": "schema:dateModified",
    "price": "schema:price",
    "priceCurrency": "schema:priceCurrency"
  }
}