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
Deprecated code that is only used in the CLI should be removed from HL7Reader.kt
What you need to know
HL7Reader.getMessageProfile() and HL7Reader.profileDirectoryMap used only in ProcessFhirCommands.convertHl7ToFhir() should be removed and the use of it refactored to use current strategies. Along with removing this, the private val oidProfileMap can also be removed as it is only referenced in the getMessageProfile() function.
Acceptance criteria
HL7Reader.getMessageProfile(), HL7Reader.profileDirectoryMap, and HL7Reader.oidProfileMap are removed from HL7Reader
ProcessFhirCommands.convertHl7toFhir() is refactored to not need these things
The text was updated successfully, but these errors were encountered:
Problem statement
Deprecated code that is only used in the CLI should be removed from HL7Reader.kt
What you need to know
HL7Reader.getMessageProfile()
andHL7Reader.profileDirectoryMap
used only inProcessFhirCommands.convertHl7ToFhir()
should be removed and the use of it refactored to use current strategies. Along with removing this, theprivate val oidProfileMap
can also be removed as it is only referenced in thegetMessageProfile()
function.Acceptance criteria
The text was updated successfully, but these errors were encountered: