drchrono at BoxWorks Talking about Metadata API 2014

Preview:

Citation preview

#BoxWorks

DANIELKIVATINOS

HEALTH RECORDS

PHYSICIANSsigned up

MEDICAL BILLINGprocessed in 2013

PATIENTSin platform

65K 270M 3.5M

BOX SYNC

METADATA in MEDICINE

DATA about DATA

HISTORY

CASE STUDIES

LIVE DEMO

HISTORY

CASE STUDIES

LIVE DEMO

HISTORY

Founded // 2009

Cloud Software

iPhone

iPad

Google Glass

Simple Design

Work Flow

CHECK-IN POINT-OF-CARE HOME

CHECK-IN HAPPENS HERE HOME

Box Sync

Freemium Platform

OUR FOCUS

Small & midsize practices

1 – 50 doctor practices

Every doctor specialty

HISTORY

CASE STUDIES

LIVE DEMO

Surinder Saini MD

Gastroenterology

Newport Beach CA

Surinder Saini MDMedical speech to text & iPad mobility

Loves good design

Needed fast input

William Wall MD

Orthopedic Surgeon

San Jose CA

William Wall MDCreating templates

Generating notes

Free draw on images

Digital records, not paper

Theodore Diktaban MD

Otolaryngologists & Plastic Surgery

New York NY

Data stored in cloud

Access anywhere

Pull up any notes

Sharing notes with patient

Sharing history / diagrams

Theodore Diktaban MD

Bill Metaxas DPM

Podiatry

San Francisco CA

Google Glass recordings

Surgery pictures

Real time notifications

Bill Metaxas DPM

BOX METADATA { code deep dive}

# Update the metadata key:values

metadata = { 'patient' : self.patient.fullname, 'doctor' : self.doctor.getNameForPatientStatements(), 'uploaded' : str(self.updated_at), 'sent_to_onpatient' : "Yes" if self.sent_to_onpatient else "No", 'url' : self.getDocumentUrl(), 'chart_id': str(self.patient.chart_id), 'tags': str(self.metatags), }

# tell box to create a new metadata type 'properties' containing our key:values

meta_response = session.post( 'files/%s/metadata/properties' % box_file_id, data=json.dumps(metadata), headers={'content-type': 'application/json'} )

HISTORY

CASE STUDIES

LIVE DEMO

Recommended