{ "@context": { "@version": 1.1, "vital": "https://raw.githubusercontent.com/api-evangelist/vital-io/main/json-ld/vital-io-context.jsonld#", "schema": "https://schema.org/", "loinc": "https://loinc.org/", "uo": "http://purl.obolibrary.org/obo/UO_", "User": "schema:Patient", "user_id": "schema:identifier", "client_user_id": "schema:identifier", "team_id": "schema:identifier", "Provider": "schema:Organization", "provider": {"@id": "schema:provider", "@type": "@id"}, "SleepSummary": "schema:Action", "ActivitySummary": "schema:Action", "HeartRateSample": "schema:QuantitativeValue", "value": "schema:value", "unit": "schema:unitText", "timestamp": {"@id": "schema:dateTime", "@type": "schema:DateTime"}, "calendar_date": {"@id": "schema:date", "@type": "schema:Date"}, "bedtime_start": {"@id": "vital:bedtimeStart", "@type": "schema:DateTime"}, "bedtime_end": {"@id": "vital:bedtimeEnd", "@type": "schema:DateTime"}, "duration": "schema:duration", "score": "vital:score", "hr_average": "vital:heartRateAverage", "hrv_avg": "vital:heartRateVariabilityAverage", "steps": "vital:steps", "active_energy_burned": "vital:activeEnergyBurned", "basal_energy_burned": "vital:basalEnergyBurned", "LabOrder": "schema:MedicalProcedure", "lab_test_id": "schema:identifier", "collection_method": "vital:collectionMethod", "status": "schema:status", "patient_details": "schema:patient", "physician": {"@id": "schema:provider", "@type": "@id"}, "LabResult": "schema:DiagnosticProcedure", "markers": "schema:hasMeasurement", "Marker": "schema:Observation", "name": "schema:name", "loinc_code": {"@id": "vital:loincCode", "@type": "loinc:Code"}, "reference_range": "schema:referenceRange", "interpretation": "schema:resultInterpretation", "pdf_url": {"@id": "schema:url", "@type": "@id"}, "Order": "schema:Order", "ordered_at": {"@id": "schema:orderDate", "@type": "schema:DateTime"}, "Webhook": "schema:WebAPI", "ContinuousQuery": "vital:ContinuousQuery" } }