amida-tech / blue-button

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

Missing "Plan of treatment", "Goals" and "Implants" section #257

Open rallard71 opened 5 years ago

rallard71 commented 5 years ago

I have an HIMSS sample .xml and the parser missed those fields:

Plan of treatment: " code code="18776-5" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Treatment plan" "

Goals: " code code="61146-7" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Goals" " Implants: " code code="46264-8" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Medical Equipment" " Is there a simple way to add it in templates or I have to parse it myself?

Thanks