It looks like the code for PLT (platelets, a component of a complete blood count) is being pulled up in the header for the whole lab panel (which should be binding to the "CBC WO DIFFERENTIAL" code)
[
{
"name": "PLT", // <------- this should be "CBC WO DIFFERENTIAL"
"code": "26515-7", <------ this should be "43789009"
"code_system": "2.16.840.1.113883.6.1", <------- this should be "2.16.840.1.113883.6.96"
"code_system_name": "LOINC",
"results": [
...
"date": "2000-04-23T07:00:00.000Z",
"name": "PLT",
"value": "123",
"unit": "10+3/ul",
"code": "26515-7",
In the example C-CDA at: http://bluebutton.blacktm.com/json
It looks like the code for PLT (platelets, a component of a complete blood count) is being pulled up in the header for the whole lab panel (which should be binding to the "CBC WO DIFFERENTIAL" code)