{ "@context": { "@version": 1.1, "schema": "https://schema.org/", "xsd": "http://www.w3.org/2001/XMLSchema#", "wba": "https://www.walgreensbootsalliance.com/vocab/", "fibo": "https://spec.edmcouncil.org/fibo/ontology/", "Organization": "schema:Organization", "Corporation": "schema:Corporation", "name": "schema:name", "description": "schema:description", "url": { "@id": "schema:url", "@type": "@id" }, "PharmacyChain": "schema:Pharmacy", "HealthcareOrganization": "schema:MedicalOrganization", "numberOfLocations": "schema:numberOfEmployees", "Prescription": "schema:Drug", "prescriptionId": "wba:prescriptionId", "medicationName": "schema:name", "dosage": "schema:dose", "prescriber": { "@id": "schema:prescribedBy", "@type": "schema:Physician" }, "Patient": "schema:Patient", "patientId": "wba:patientId", "firstName": "schema:givenName", "lastName": "schema:familyName", "dateOfBirth": { "@id": "schema:birthDate", "@type": "xsd:date" }, "HealthcareService": "schema:MedicalProcedure", "PopulationHealth": "wba:PopulationHealth", "MedicationTherapyManagement": "wba:MedicationTherapyManagement", "SpecialtyPharmacy": "wba:SpecialtyPharmacy", "HealthData": "schema:Dataset", "datasetDescription": "schema:description", "dataLicense": "schema:license", "StoreLocation": "schema:Store", "address": { "@id": "schema:address", "@type": "schema:PostalAddress" }, "latitude": "schema:latitude", "longitude": "schema:longitude" } }