Slide 1

Slide 1 text

BLUE BUTTON PATIENT-FRIENDLY BLUEBUTTON.JS BBCLEAR WITH &

Slide 2

Slide 2 text

No content

Slide 3

Slide 3 text

No content

Slide 4

Slide 4 text

No content

Slide 5

Slide 5 text

BLUEBUTTON.JS ABSTRACTION LAYER C-CDA & VA C32 XML DOCUMENTS AN FOR

Slide 6

Slide 6 text

> var bb = BlueButton(xml)

Slide 7

Slide 7 text

> bb.demographics()

Slide 8

Slide 8 text

> bb.allergies()

Slide 9

Slide 9 text

> bb.encounters()

Slide 10

Slide 10 text

> bb.immunizations()

Slide 11

Slide 11 text

> bb.labs()

Slide 12

Slide 12 text

> bb.medications()

Slide 13

Slide 13 text

> bb.problems()

Slide 14

Slide 14 text

> bb.procedures()

Slide 15

Slide 15 text

> bb.medications()[0].product > bb.medications()[0].reason { ‘code’ : ‘803348’, ‘code_system’ : ‘2.16.840.1.113883.6.88’ ‘name’ : ‘Hydrocortisone Topical Gel 0.01 mg/mg’ } { ‘code’ : ‘43116000’, ‘code_system’ : ‘2.16.840.1.113883.6.96’ ‘name’ : ‘Eczema’ }

Slide 16

Slide 16 text

STOP DEMO TIME

Slide 17

Slide 17 text

http://github.com/blue-button/bluebutton.js/

Slide 18

Slide 18 text

bbClear PRESENTATION LAYER & WRAPPER BLUEBUTTON.JS-SUPPORTED DATA A FOR

Slide 19

Slide 19 text

WEB STANDARDS MANY TECHNOLOGIES HTML markup & file wrapper format C-CDA & bluebutton.js data & translation Javascript & jQuerybasic interactions swig.js templating engine CSS3screen styles CSS3print styles IN A SINGLE FILE

Slide 20

Slide 20 text

{% for allergy in allergies %} {% if loop.first %}
    {% endif %}
  • {{allergy.severity}}: {{allergy.allergen.name}}
  • {% if forloop.last %}
{% endif %} {% endfor %}

Slide 21

Slide 21 text

{{allergies | max_severity}}

Slide 22

Slide 22 text

BUILD TOOL FOR CONNECTION-AGNOSTIC VIEWING

Slide 23

Slide 23 text

./build.py -t official -d data.xml.sample2

Slide 24

Slide 24 text

{% insert scripts %}

Slide 25

Slide 25 text

{% insert styles %}

Slide 26

Slide 26 text

{% insert data %}

Slide 27

Slide 27 text

STOP DEMO TIME

Slide 28

Slide 28 text

INTEGRATION WITH YOUR PRODUCT

Slide 29

Slide 29 text

http://github.com/blue-button/bbClear/

Slide 30

Slide 30 text

QUESTIONS? @mjacksonw