Skip to content

Commit

Permalink
Add Encounter_Location type (#2585)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiarie authored Jul 13, 2023
1 parent a838108 commit f1d3c13
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class TransformSupportServices @Inject constructor(val simpleWorkerContext: Simp
"EpisodeOfCare_Diagnosis" -> EpisodeOfCare.DiagnosisComponent()
"Encounter_Diagnosis" -> Encounter.DiagnosisComponent()
"Encounter_Participant" -> Encounter.EncounterParticipantComponent()
"Encounter_Location" -> Encounter.EncounterLocationComponent()
"CarePlan_Activity" -> CarePlan.CarePlanActivityComponent()
"CarePlan_ActivityDetail" -> CarePlan.CarePlanActivityDetailComponent()
"Patient_Link" -> Patient.PatientLinkComponent()
Expand Down

0 comments on commit f1d3c13

Please sign in to comment.