Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
kairosmike committed Mar 21, 2024
2 parents e7ab6fb + fd59bdc commit c7d7e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/groovy/projects/dktk/v2/systemtherapie.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ medicationStatement {
coding {
// see http://fhir.org/guides/stats/codesystem-hl7.org.nz.fhir.ig.cca-sact-regimen-code.html
system = "https://standards.digital.health.nz/ns/sact-regimen-code"
code = context.source[systemTherapy().protocolTypeDict()]
code = context.source[systemTherapy().protocolTypeDict()]?.getAt(CODE)?.toString()
}
}
}
Expand Down

0 comments on commit c7d7e63

Please sign in to comment.