You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: