1. Convene, take roll, review records and agenda; plan next meeting(s)
* Meeting ID and access
code:686-845-717<https://global.gotomeeting.com/meeting/join/686845717> call +1
(267) 507-0008
* scribe: from Minnesota
* PROPOSED: to accept Minutes of GPV-DEV call
20140128<http://www.mail-archive.com/[email protected]/msg00063.htmlhttp://>
ammended as in comments from Connolly of February 02, 2014 11:53 PM as a true
record.
* agenda review: is the priority order right? I doubt we can get to all
this in an hour. Open to going longer?
2. plan next meeting(s)
* I'm out Feb 10-11, 17-19. Options: volunteer to prepare agenda and
chair in my stead, reschedule, cancel.
* I propose reschedule Feb 11 meeting to Thu 13 Feb 9am, 10am, or 11am.
* Volunteer to scribe? (failing that, see randomly selected
nomination order below)
* Feb 18 suggestions? Note that's the last week before the hackathon
3. connecting to PCORI Popmednet
(#14<http://informatics.gpcnetwork.org/trac/Project/ticket/14>) - short update
from Aaron
4. hackathon
agenda<http://informatics.gpcnetwork.org/trac/Project/wiki/HackathonOne#Agenda>
5. i2b2 demo by KUMC
6. i2b2 demo by UTSW
7. how to query for BMI? pat_enc, flowsheets, and snomed
(#23<http://informatics.gpcnetwork.org/trac/Project/ticket/23>)
* babel bugs: help?
* scavenger hunt idea
8. 2014 Epic User Group meeting
session<http://www.mail-archive.com/[email protected]/msg00076.html>
9. Verify i2b2 version and scheme revision across sites
(#27<http://informatics.gpcnetwork.org/trac/Project/ticket/27>)
10. Jay Fuehrer to forward comments on standard data model development
(#10<http://informatics.gpcnetwork.org/trac/Project/ticket/10>)
Python 2.7.3 (default, Sep 26 2013, 20:03:06)
>>> sites = set(['kumc', 'cmh', 'Iowa', 'wisc', 'mcw', 'mcrf', 'umn', 'unmc',
>>> 'uthscsa', 'utsw'])
>>> recent = ['kumc', 'unmc', 'umn']
>>> from random import sample
>>> candidates = sites - set(recent)
>>> nominations = sample(candidates, len(candidates))
>>> nominations
['mcw', 'wisc', 'utsw', 'uthscsa', 'cmh', 'mcrf', 'Iowa']
--
Dan