Skip to content

[Backport version-15] fix: update DocType references after healthcare renamed Medical Code and Medical Code Standard#1027

Merged
av-dev2 merged 1 commit intoversion-15from
backport-1026-to-version-15
Feb 12, 2026
Merged

[Backport version-15] fix: update DocType references after healthcare renamed Medical Code and Medical Code Standard#1027
av-dev2 merged 1 commit intoversion-15from
backport-1026-to-version-15

Conversation

@github-actions
Copy link

Backport of #1026 to version-15.


The healthcare app (v15) renamed two DocTypes:

  • 'Medical Code' was renamed to 'Code Value'
  • 'Medical Code Standard' was renamed to 'Code System'

This caused test failures with 'DocType Medical Code not found' because hms_tz still had Link fields with options pointing to the old DocType names.

Changes:

  • insurance_coverage_request.json: updated medical_code Link field options from 'Medical Code' to 'Code Value'
  • healthcare_service_order.json: updated medical_code Link field options from 'Medical Code' to 'Code Value', and medical_code_standard Link field options from 'Medical Code Standard' to 'Code System'
  • property_setter.json: updated doc_type and name references from 'Medical Code' to 'Code Value' for the description in_standard_filter property setter
  • hms_tz_property_setter.py: updated doctype reference from 'Medical Code' to 'Code Value' for the description in_standard_filter property setter

…and Medical Code Standard

The healthcare app (v15) renamed two DocTypes:
- 'Medical Code' was renamed to 'Code Value'
- 'Medical Code Standard' was renamed to 'Code System'

This caused test failures with 'DocType Medical Code not found' because
hms_tz still had Link fields with options pointing to the old DocType names.

Changes:
- insurance_coverage_request.json: updated medical_code Link field
  options from 'Medical Code' to 'Code Value'
- healthcare_service_order.json: updated medical_code Link field
  options from 'Medical Code' to 'Code Value', and medical_code_standard
  Link field options from 'Medical Code Standard' to 'Code System'
- property_setter.json: updated doc_type and name references from
  'Medical Code' to 'Code Value' for the description in_standard_filter
  property setter
- hms_tz_property_setter.py: updated doctype reference from
  'Medical Code' to 'Code Value' for the description in_standard_filter
  property setter

(cherry picked from commit 092441c)
@av-dev2 av-dev2 merged commit 7a68e6a into version-15 Feb 12, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant