amida-tech/blue-button

CMS parser allergies section, generates old type date_time elements

Closed this issue · 2 comments

    "allergies": [
        {
            "allergen": {
                "name": "Antibotic"
            },
            "date": [
                {
                    "date": "1926-01-08T00:00:00.000Z",
                    "precision": "day"
                },
                {
                    "date": "1955-03-13T00:00:00.000Z",
                    "precision": "day"
                },
                {
                    "date": "1949-09-28T00:00:00.000Z",
                    "precision": "day"
                }
            ],

Would like confirmation on this before pr:

First Episode Date: 01/08/1926 ->low?

Last Episode Date: 03/13/1955 -> high?

Last Treatment Date: 09/28/1949 -> point?

These are the only options available so it makes sense to parse them this way, but I'm not sure if classifying the last treatment date as a point would be indicative that it was the treatment date.

Ignore last treatment date since it was probably when doctor visit was latest, but there is no details on it

Dmitry Kachaev
(202) 527-9423
@kachok

On Aug 12, 2014, at 10:00 PM, bs5ht notifications@github.com wrote:

Would like confirmation on this before pr:

First Episode Date: 01/08/1926 ->low?

Last Episode Date: 03/13/1955 -> high?

Last Treatment Date: 09/28/1949 -> point?

These are the only options available so it makes sense to parse them this way, but I'm not sure if classifying the last treatment date as a point would be indicative that it was the treatment date.


Reply to this email directly or view it on GitHub.