Skip to content

Commit

Permalink
Add timing-abbreviation cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
smailliwcs committed Mar 4, 2024
1 parent 0449774 commit 3a3d01d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public class CodeSystemCleanup implements IReportGenerationDataEvent {
public CodeSystemCleanup() {
this.codeSystemMap.put("http://hl7.org/fhir/sid/icd-9-cm/diagnosis", "http://terminology.hl7.org/CodeSystem/icd9cm");
this.codeSystemMap.put("http://hl7.org/fhir/v3/ParticipationType", "http://terminology.hl7.org/CodeSystem/v3-ParticipationType");
this.codeSystemMap.put("http://hl7.org/fhir/ValueSet/timing-abbreviation", "http://terminology.hl7.org/CodeSystem/timing-abbreviation");
}

private int checkCoding(Coding coding) {
Expand Down

0 comments on commit 3a3d01d

Please sign in to comment.