Skip to content

Commit

Permalink
Fixed missing end bracket in map.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeaduncan committed May 24, 2024
1 parent 72f76cf commit 118618f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions input/maps/HIVObservationHIVCondition.map
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ group HIVObservationHIVCondition(
} "setEntity";
} "setProvenance";
} "setCondition";
} "getOnARTObservation";

// for observations of that patient look for return visit date
// create a medication request resource in output with uuid
Expand Down Expand Up @@ -122,9 +123,9 @@ group HIVObservationHIVCondition(
} "setEntity";
} "setProvenance";
} "setMedicationStatement";
} "getVisitObservation";

} "getObservation";
} "patientResource";
} "patientResource";
} "copyPatient";

}
Expand Down

0 comments on commit 118618f

Please sign in to comment.