File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -870,14 +870,14 @@ C32.Immunizations = function () {
870870 var date = parseDate ( el . attr ( 'value' ) ) ;
871871
872872 // product
873- el = entry . template ( '2.16.840.1.113883.10.20.22.4.54 ' ) . tag ( 'code' ) ;
873+ el = entry . template ( '2.16.840.1.113883.10.20.1.53 ' ) . tag ( 'code' ) ;
874874 var product_name = el . attr ( 'displayName' ) ,
875875 product_code = el . attr ( 'code' ) ,
876876 product_code_system = el . attr ( 'codeSystem' ) ,
877877 product_code_system_name = el . attr ( 'codeSystemName' ) ;
878878
879879 // translation
880- el = entry . template ( '2.16.840.1.113883.10.20.22.4.54 ' ) . tag ( 'translation' ) ;
880+ el = entry . template ( '2.16.840.1.113883.10.20.1.53 ' ) . tag ( 'translation' ) ;
881881 var translation_name = el . attr ( 'displayName' ) ,
882882 translation_code = el . attr ( 'code' ) ,
883883 translation_code_system = el . attr ( 'codeSystem' ) ,
@@ -891,7 +891,7 @@ C32.Immunizations = function () {
891891 route_code_system_name = el . attr ( 'codeSystemName' ) ;
892892
893893 // instructions
894- el = entry . template ( '2.16.840.1.113883.10.20.22.4.20 ' ) ;
894+ el = entry . template ( '2.16.840.1.113883.10.20.1.49 ' ) ;
895895 var instructions_text = el . tag ( 'text' ) . val ( ) ;
896896 el = el . tag ( 'code' ) ;
897897 var education_name = el . attr ( 'displayName' ) ,
You can’t perform that action at this time.
0 commit comments