Situation
I recently installed OpenEMR 7.0.2 on my local machine via Docker. In OpenEMR 7.0.2, I imported an external codeset from NLM, which was downloaded in XML format and sorted by the CMS ID column.
I then placed the downloaded VALUESET database ZIP file into the contrib/cqm_valueset directory and proceeded to install the dataset.
However, after completing these steps, I am unable to view the values when searching for the Care Plan Form.
PHP Warning: simplexml_load_file(): /tmp/CQM_VALUESET/ep_ec_only_cms_20200507.xml.zip:1: parser error : Start tag expected, ‘<’ not found in /var/www/localhost/htdocs/openemr/library/standard_table
PHP Warning: simplexml_load_file(): PK\x03\x04\x14 in /var/www/localhost/htdocs/openemr/library/standard_tables_capture.inc.php on line 617, referer: http://localhost:8301/interface/code_systems/dataloads_ajax.php
PHP Warning: simplexml_load_file(): ^ in /var/www/localhost/htdocs/openemr/library/standard_tables_capture.inc.php on line 617, referer: http://localhost:8301/interface/code_systems/dataloads_ajax.php
PHP Warning: Attempt to read property “DescribedValueSet” on bool in /var/www/localhost/htdocs/openemr/library/standard_tables_capture.inc.php on line 618, referer: http://localhost:8301/interface/code_systems/dataloads_ajax.php
PHP Warning: foreach() argument must be of type array|object, null given in /var/www/localhost/htdocs/openemr/library/standard_tables_capture.inc.php on line 618, referer: http://localhost:8301/interface/code_systems/dataloads_ajax.php