Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ritikarawlani committed Sep 23, 2024
1 parent e28577c commit a13264f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/maps/DVCLMToIPS.map
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ group createImmunizationResource (source vax : vaccineDetails, target immunizati
//helper function
group generateNarrativeText(source src: Section, target text: string) {
src -> text.status = "empty" "setstatus";
src -> text.div = "<div>narrative not available</div>" "setdiv";
src -> text.div = '<div xmlns="http://www.w3.org/1999/xhtml">Narrative not available</div>' "setdiv";

}
group humanNameToHumanName (source sourceName, target targetName: HumanName) {
Expand Down

0 comments on commit a13264f

Please sign in to comment.