amida-tech / blue-button

Blue Button (CCDA/CMS Blue Button/etc) to JSON Parser.
Other
49 stars 44 forks source link

CMS parser, vital signs - blood pressure #86

Closed kachok closed 10 years ago

kachok commented 10 years ago

Need to split 120/80 into systolic/diastolic values properly (with proper codes)

right now produces:

    "vitals": [
        {
            "vital": {
                "name": "Blood Pressure"
            },
            "date_time": {
                "point": {
                    "date": "2011-07-22T15:00:00.000Z",
                    "precision": "hour"
                }
            },
            "value": 120,
            "unit": "mm[Hg]",
            "status": "completed"
        },
        {
            "vital": {
                "name": "Blood Pressure"
            },
            "date_time": {
                "point": {
                    "date": "2011-07-22T15:00:00.000Z",
                    "precision": "hour"
                }
            },
            "value": 80,
            "unit": "mm[Hg]",
            "status": "completed"
        },
kachok commented 10 years ago

Here is possible lookup https://phinvads.cdc.gov/vads/ViewValueSet.action?oid=2.16.840.1.113883.3.88.12.80.62#

There should be a better one with Glucose codes