Skip to content

Commit

Permalink
Update src/main/java/org/miracum/streams/ume/obdstofhir/mapper/Gleaso…
Browse files Browse the repository at this point in the history
…nScoreToObservationMapper.java
  • Loading branch information
chgl authored Jun 7, 2024
1 parent a72578f commit f51944e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ public Observation map(
case STANZE ->
new Coding(
fhirProperties.getSystems().getSnomed(), "86273004", "Biopsy (procedure)");
// feels a bit ugly to set an empty coding as the "unset".
case UNBEKANNT ->
new Coding(
fhirProperties.getSystems().getSnomed(),
Expand Down

0 comments on commit f51944e

Please sign in to comment.